diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 12:54:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 12:54:23 +0000 |
commit | e14c82339e309250c9c53c5c7a15d01ad2b0a878 (patch) | |
tree | de5d1c3db0888f7b2d9fffe2e69a390ffe499d8f /dev-perl/gtk2-fu | |
parent | 204 is now stable, (closing bug #10133) -- thanks to all the arch teams (diff) | |
download | historical-e14c82339e309250c9c53c5c7a15d01ad2b0a878.tar.gz historical-e14c82339e309250c9c53c5c7a15d01ad2b0a878.tar.bz2 historical-e14c82339e309250c9c53c5c7a15d01ad2b0a878.zip |
Mark 0.10 stable on ia64
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-perl/gtk2-fu')
-rw-r--r-- | dev-perl/gtk2-fu/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/gtk2-fu/ChangeLog b/dev-perl/gtk2-fu/ChangeLog index eee1fa47073a..efcdba02b042 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.19 2005/09/08 22:25:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.20 2005/10/03 12:54:23 agriffis Exp $ + + 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> gtk2-fu-0.10.ebuild: + Mark 0.10 stable on ia64 08 Sep 2005; Aron Griffis <agriffis@gentoo.org> gtk2-fu-0.10.ebuild: Mark 0.10 stable on alpha @@ -78,3 +81,4 @@ 26 Nov 2004; <dams@gentoo.org> +metadata.xml, +gtk2-fu-0.01.ebuild: first pre-release, needed for profuse + diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild index 6dc61f601056..247e2d3cb65a 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-2005 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.6 2005/09/08 22:25:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild,v 1.7 2005/10/03 12:54:23 agriffis Exp $ inherit perl-module DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" @@ -11,10 +11,11 @@ HOMEPAGE="http://search.cpan.org/~dams/${MY_P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="dev-perl/gtk2-perl dev-perl/module-build" SRC_TEST="do" + |