diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-12-05 01:11:40 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-12-05 01:11:40 +0000 |
commit | e548d51ff011c5ab59b081616cbe2ec77138f9e9 (patch) | |
tree | 0d2a5d49f360020f2b4a27c5972871dbc55907c0 /dev-db/gmyclient | |
parent | I can't find any of the other media-tv guys, and it's been fairly bug free, s... (diff) | |
download | historical-e548d51ff011c5ab59b081616cbe2ec77138f9e9.tar.gz historical-e548d51ff011c5ab59b081616cbe2ec77138f9e9.tar.bz2 historical-e548d51ff011c5ab59b081616cbe2ec77138f9e9.zip |
removed comments from a header file to make xgettext happy. Bug #72249
Diffstat (limited to 'dev-db/gmyclient')
-rw-r--r-- | dev-db/gmyclient/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/gmyclient/Manifest | 13 | ||||
-rw-r--r-- | dev-db/gmyclient/files/0.3-fix.patch | 12 | ||||
-rw-r--r-- | dev-db/gmyclient/gmyclient-0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-db/gmyclient/metadata.xml | 12 |
5 files changed, 39 insertions, 9 deletions
diff --git a/dev-db/gmyclient/ChangeLog b/dev-db/gmyclient/ChangeLog index d815ce4181e6..8544a2fefc24 100644 --- a/dev-db/gmyclient/ChangeLog +++ b/dev-db/gmyclient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/gmyclient # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/ChangeLog,v 1.6 2004/11/21 20:50:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/ChangeLog,v 1.7 2004/12/05 01:11:40 dragonheart Exp $ + + 05 Dec 2004; Daniel Black <dragonheart@gentoo.org> files/0.3-fix.patch, + gmyclient-0.3.ebuild, +metadata.xml: + removed comments from a header file to make xgettext happy. Bug #72249 refers. + Thanks to Gary <gary@garylynn.net> for the bug report. 22 Nov 2004; Daniel Black <dragonheart@gentoo.org> +files/0.3-fix.patch, gmyclient-0.3.ebuild: diff --git a/dev-db/gmyclient/Manifest b/dev-db/gmyclient/Manifest index 4b2d39e3bac8..0452021c25cf 100644 --- a/dev-db/gmyclient/Manifest +++ b/dev-db/gmyclient/Manifest @@ -1,14 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e1289d1fd0532d56b7e72c94fada4316 ChangeLog 810 -MD5 cfb753e78c0ffd232705f0132e3685a8 gmyclient-0.3.ebuild 888 -MD5 4099749bb897b80e8e6fc6cbd2b886bc files/0.3-fix.patch 844 +MD5 e4a99b74c95e57356c11e5b62db881c7 ChangeLog 1062 +MD5 6291f12641ddfc0cc3ecfe073f51c1aa gmyclient-0.3.ebuild 868 +MD5 5697c24b43814e3061d47356c4040ee4 metadata.xml 408 +MD5 e36d3c30335045d03c2c521a4ed0d4b5 files/0.3-fix.patch 1531 MD5 9ce548600f5d9e1ffeb2347725a40bd9 files/digest-gmyclient-0.3 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBoQASmdTrptrqvGERAuyEAJ4kDpzBzorgPxJOGl4ySNzLAhRW1ACcCKIy -1wPS9EuIRr+MJo2S1Tl03N8= -=UwWW +iD8DBQFBsmBTmdTrptrqvGERAic5AJ4yo/5pYcNK2Ak0gCGMLb3KIeYO7ACghK/6 +kuAynZXFPxushc1VOQXvU18= +=GWuZ -----END PGP SIGNATURE----- diff --git a/dev-db/gmyclient/files/0.3-fix.patch b/dev-db/gmyclient/files/0.3-fix.patch index c07394efa24a..3453855e3663 100644 --- a/dev-db/gmyclient/files/0.3-fix.patch +++ b/dev-db/gmyclient/files/0.3-fix.patch @@ -29,3 +29,15 @@ void gm_print (void * ignore, GmConnection * connection); void gm_print_preview (void * ignore, GmConnection * connection); +--- plugins/exporter/csv/csv.glade.h.orig 2004-12-05 10:36:46.619777608 +0930 ++++ plugins/exporter/csv/csv.glade.h 2004-12-05 10:36:56.183323728 +0930 +@@ -1,9 +1,3 @@ +-/* +- * Datei für übersetzbare Zeichenketten, erzeugt durch Glade. +- * Fügen Sie diese Datei zur POTFILES.in Ihres Projektes hinzu. +- * Compilieren Sie sie NICHT als Teil Ihrer Anwendung. +- */ +- + gchar *s = N_("Csv-Plugin : Text structured export"); + gchar *s = N_("Customize the export format. The line terminator is the character sequence used for terminating a line in the text file. Whether the quote character is placed around cells depends on the value chosen for quoting."); + gchar *s = N_("Line termination :"); diff --git a/dev-db/gmyclient/gmyclient-0.3.ebuild b/dev-db/gmyclient/gmyclient-0.3.ebuild index 176bf9a6af21..c4a96e1fae3c 100644 --- a/dev-db/gmyclient/gmyclient-0.3.ebuild +++ b/dev-db/gmyclient/gmyclient-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.11 2004/11/21 20:52:28 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.12 2004/12/05 01:11:40 dragonheart Exp $ inherit eutils @@ -30,6 +30,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "installed failed" - dodoc AUTHORS COPYING ChangeLog NEWS README TODO + dodoc AUTHORS COPYING README mv ${D}/usr/share/gmyclient/doc ${D}/usr/share/doc/${PF}/html } diff --git a/dev-db/gmyclient/metadata.xml b/dev-db/gmyclient/metadata.xml new file mode 100644 index 000000000000..4198eefa3039 --- /dev/null +++ b/dev-db/gmyclient/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>dragonheart@gentoo.org</email> + <name>Daniel Black</name> + <description>A ebuild that I felt obliged to take maintance of. Please take over if you want +it</description> +</maintainer> +<longdescription></longdescription> +</pkgmetadata> |