diff options
author | 2004-10-15 09:21:08 +0000 | |
---|---|---|
committer | 2004-10-15 09:21:08 +0000 | |
commit | 8918bc73aa8853b2b318c3abb3fe54708c8c94f7 (patch) | |
tree | 03be486dddee7e413d473abf60759014707a28c0 /dev-perl/gtk-perl | |
parent | Added arts as a dependency because you can't build without mcopidl. (diff) | |
download | historical-8918bc73aa8853b2b318c3abb3fe54708c8c94f7.tar.gz historical-8918bc73aa8853b2b318c3abb3fe54708c8c94f7.tar.bz2 historical-8918bc73aa8853b2b318c3abb3fe54708c8c94f7.zip |
typos. bug 60272
Diffstat (limited to 'dev-perl/gtk-perl')
-rw-r--r-- | dev-perl/gtk-perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/gtk-perl/Manifest | 18 | ||||
-rw-r--r-- | dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/gtk-perl/gtk-perl-0.7009.ebuild | 6 |
4 files changed, 24 insertions, 10 deletions
diff --git a/dev-perl/gtk-perl/ChangeLog b/dev-perl/gtk-perl/ChangeLog index 82aec3caf273..285f518a0bb4 100644 --- a/dev-perl/gtk-perl/ChangeLog +++ b/dev-perl/gtk-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/gtk-perl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.28 2004/06/25 00:35:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.29 2004/10/15 09:21:08 mcummings Exp $ + + 15 Oct 2004; Michael Cummings <mcummings@gentoo.org> + gtk-perl-0.7008-r11.ebuild, gtk-perl-0.7009.ebuild: + Typo fix (mycong vs myconf). Bug 60272 16 Apr 2004; Guy Martin <gmsoft@gentoo.org> gtk-perl-0.7008-r11.ebuild: Marked stable on hppa. diff --git a/dev-perl/gtk-perl/Manifest b/dev-perl/gtk-perl/Manifest index 5ef5114a1dad..bbcbcf72b841 100644 --- a/dev-perl/gtk-perl/Manifest +++ b/dev-perl/gtk-perl/Manifest @@ -1,11 +1,21 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 8ffdef301ef0b86fe215314f6883f357 ChangeLog 4930 MD5 2ac7efb9d4da2e559320d5b65b632c52 gtk-perl-0.7008-r10.ebuild 1127 +MD5 9b264b95f873ba5a61cfcccf4ce5d901 gtk-perl-0.7008-r11.ebuild 1215 MD5 6611feadabf0bc4c7dc09c25d0b7bdeb gtk-perl-0.7008-r9.ebuild 1098 -MD5 b111fefb52a34ccd155e638ea6f9b773 gtk-perl-0.7009.ebuild 1105 -MD5 de3da3d6efc52d2552b3914c97d79f58 gtk-perl-0.7008-r11.ebuild 1214 -MD5 54efbd2a72116e94672c80c84cc4b045 ChangeLog 4778 +MD5 fa77b8fad67d22e7d268bf603231cdb2 gtk-perl-0.7009.ebuild 1092 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 2209262d20c326af265b7e1f59f69579 files/digest-gtk-perl-0.7009 67 MD5 f598a6d1d7e60c583fe4a3a7e8b40a84 files/digest-gtk-perl-0.7008-r10 67 MD5 f598a6d1d7e60c583fe4a3a7e8b40a84 files/digest-gtk-perl-0.7008-r11 67 MD5 f598a6d1d7e60c583fe4a3a7e8b40a84 files/digest-gtk-perl-0.7008-r9 67 +MD5 2209262d20c326af265b7e1f59f69579 files/digest-gtk-perl-0.7009 67 MD5 b5f56ac7a91d56a578d02fab47146a79 files/gtk-perl-0.7008-gdkpixbuf-detect-fix.patch 747 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBb5aStG5z4I8BtQoRAuC1AJ4itfqN8l0NBWBHD/cuT3OwthsO+ACfaxUL +h5bXExzigpDagHpFIF4rYCE= +=GJUk +-----END PGP SIGNATURE----- diff --git a/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild index 0b401c740cd3..1c18325e932a 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7008-r11.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-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild,v 1.4 2004/07/14 17:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild,v 1.5 2004/10/15 09:21:08 mcummings Exp $ inherit perl-module eutils @@ -25,7 +25,7 @@ DEPEND="${DEPEND} mydoc="VERSIONS WARNING NOTES" use gnome || myconf="${myconf} --without-gnome --without-gnomeprint --without-applets" -use opengl || mycong="${myconf} --without-gtkglarea" +use opengl || myconf="${myconf} --without-gtkglarea" src_unpack() { diff --git a/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild index e0561cf74b15..17c2f26b8512 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild,v 1.5 2004/07/14 17:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild,v 1.6 2004/10/15 09:21:08 mcummings Exp $ inherit perl-module eutils MY_P=Gtk-Perl-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Perl bindings for GTK" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/~mlehmann/${MY_P}/" IUSE="gnome opengl" SLOT="0" @@ -25,7 +25,7 @@ DEPEND="${DEPEND} mydoc="VERSIONS WARNING NOTES" use gnome || myconf="${myconf} --without-gnome --without-gnomeprint --without-applets" -use opengl || mycong="${myconf} --without-gtkglarea" +use opengl || myconf="${myconf} --without-gtkglarea" src_unpack() { |