diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-01-12 20:35:44 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-01-12 20:35:44 +0000 |
commit | 182b05ec5cc7b12803ef561fc257172fb55c2852 (patch) | |
tree | dba0bb8add18deb13be120f92f80ced9e5e4f077 /dev-perl/gtk-perl | |
parent | Stable on ppc64; bug #118229 (diff) | |
download | gentoo-2-182b05ec5cc7b12803ef561fc257172fb55c2852.tar.gz gentoo-2-182b05ec5cc7b12803ef561fc257172fb55c2852.tar.bz2 gentoo-2-182b05ec5cc7b12803ef561fc257172fb55c2852.zip |
Change gtkhtml dep prior to libgtkhmtl->gtkhtml
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/gtk-perl')
-rw-r--r-- | dev-perl/gtk-perl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk-perl/Manifest | 12 | ||||
-rw-r--r-- | dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/dev-perl/gtk-perl/ChangeLog b/dev-perl/gtk-perl/ChangeLog index fcaa73a2bf64..54c22126e2d9 100644 --- a/dev-perl/gtk-perl/ChangeLog +++ b/dev-perl/gtk-perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk-perl -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.44 2005/10/03 13:23:36 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.45 2006/01/12 20:35:44 dang Exp $ + + 12 Jan 2006; <dang@gentoo.org> gtk-perl-0.7009-r2.ebuild: + Change gtkhtml dep prior to libgtkhmtl->gtkhtml 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> gtk-perl-0.7008-r11.ebuild: diff --git a/dev-perl/gtk-perl/Manifest b/dev-perl/gtk-perl/Manifest index 502da8f3ebfe..36e1df5439e6 100644 --- a/dev-perl/gtk-perl/Manifest +++ b/dev-perl/gtk-perl/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 20c58a32050274b52cdd8a3921355392 ChangeLog 6911 MD5 f598a6d1d7e60c583fe4a3a7e8b40a84 files/digest-gtk-perl-0.7008-r10 67 MD5 f598a6d1d7e60c583fe4a3a7e8b40a84 files/digest-gtk-perl-0.7008-r11 67 @@ -11,12 +8,5 @@ MD5 b5f56ac7a91d56a578d02fab47146a79 files/gtk-perl-0.7008-gdkpixbuf-detect-fix. MD5 74cee8ff4bbcb32c4a3612064c2948fa gtk-perl-0.7008-r10.ebuild 1128 MD5 be369329719c7071c4865751be9ef2e0 gtk-perl-0.7008-r11.ebuild 1226 MD5 1c2e1204f41734924de8f3a77ee5ffb9 gtk-perl-0.7008-r9.ebuild 1099 -MD5 d7b8cfd73203c7bfc5eb4f7b55591456 gtk-perl-0.7009-r2.ebuild 1675 +MD5 96c2e141902a96c6c8fcaa22848e2f8b gtk-perl-0.7009-r2.ebuild 1679 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDkfvHgIKl8Uu19MoRAvVBAJ9cfXuVaP7zm23cYDxFU2XPVfHIhQCfZESv -oqim4BLQHuoxz2lQXdNBmRU= -=d3it ------END PGP SIGNATURE----- diff --git a/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild index 44a0bea71239..25b6a8dccae0 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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-r2.ebuild,v 1.6 2005/12/03 20:08:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild,v 1.7 2006/01/12 20:35:44 dang Exp $ inherit perl-module eutils @@ -23,7 +23,7 @@ DEPEND="${DEPEND} gnome? ( gnome-base/gnome-libs gnome-print? ( gnome-base/gnome-print ) applet? ( =gnome-base/gnome-applets-1.4.0.5 ) ) - gtkhtml? ( gnome-extra/gtkhtml )" + gtkhtml? ( =gnome-extra/gtkhtml-1* )" mydoc="VERSIONS WARNING NOTES" |