diff options
author | Damien Krotkine <dams@gentoo.org> | 2005-06-02 14:53:36 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2005-06-02 14:53:36 +0000 |
commit | 611459895fb4a401f143c005d7e0b6b99fa82f84 (patch) | |
tree | a37b9e18762659d5ac18e38b956ebf49e18d3067 /dev-perl | |
parent | new version (diff) | |
download | gentoo-2-611459895fb4a401f143c005d7e0b6b99fa82f84.tar.gz gentoo-2-611459895fb4a401f143c005d7e0b6b99fa82f84.tar.bz2 gentoo-2-611459895fb4a401f143c005d7e0b6b99fa82f84.zip |
marked stable on x86 and ppc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/gtk2-fu/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/gtk2-fu/ChangeLog b/dev-perl/gtk2-fu/ChangeLog index 9012769339b4..4895c68e6a4c 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.10 2005/05/08 00:33:11 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.11 2005/06/02 14:53:36 dams Exp $ + + 02 Jun 2005; <dams@gentoo.org> gtk2-fu-0.07.ebuild: + marked stable on x86 and ppc *gtk2-fu-0.06 (07 May 2005) diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild index e617703d4d34..e446f6662288 100644 --- a/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild +++ b/dev-perl/gtk2-fu/gtk2-fu-0.07.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.07.ebuild,v 1.1 2005/05/13 10:21:21 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild,v 1.2 2005/06/02 14:53:36 dams Exp $ inherit perl-module DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" @@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/~dams/${MY_P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~sparc ~ppc64" +KEYWORDS="x86 ~amd64 ~alpha ~hppa ppc ~sparc ~ppc64" IUSE="" DEPEND="dev-perl/gtk2-perl" |