diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:53:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:53:24 +0000 |
commit | ab776c1791b9f59ffb7da9338e1d9709ee05eba3 (patch) | |
tree | dc08400c6c24ca063d7efc0e28e12313be6f8bf1 /dev-perl/gtk2-fu | |
parent | New virtuals: Compress-Zlib (diff) | |
download | historical-ab776c1791b9f59ffb7da9338e1d9709ee05eba3.tar.gz historical-ab776c1791b9f59ffb7da9338e1d9709ee05eba3.tar.bz2 historical-ab776c1791b9f59ffb7da9338e1d9709ee05eba3.zip |
New virtuals: module-build
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/gtk2-fu')
-rw-r--r-- | dev-perl/gtk2-fu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/gtk2-fu/ChangeLog b/dev-perl/gtk2-fu/ChangeLog index 25811672dad8..eebdc33bd4a1 100644 --- a/dev-perl/gtk2-fu/ChangeLog +++ b/dev-perl/gtk2-fu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-fu -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.24 2006/08/06 02:37:35 mcummings Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.25 2008/11/18 15:47:13 tove Exp $ + + 18 Nov 2008; Torsten Veller <tove@gentoo.org> gtk2-fu-0.10.ebuild: + New virtuals: module-build 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> gtk2-fu-0.10.ebuild: Adding perl dep; fixed DEPEND diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild index 534d8f9b991c..c0495d469188 100644 --- a/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild +++ b/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild,v 1.10 2007/07/10 23:33:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild,v 1.11 2008/11/18 15:47:13 tove Exp $ inherit perl-module DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="dev-perl/gtk2-perl - dev-perl/module-build + virtual/perl-Module-Build dev-lang/perl" RDEPEND="${DEPEND}" |