diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 12:26:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 12:26:05 +0000 |
commit | 505b4985d3e586b25b939b4712dd573184b52cbc (patch) | |
tree | 3514b163c3514523c9f8eb32e42a72d9b127549d /dev-perl/Class-MakeMethods | |
parent | Mark 1.6 stable on ia64 (diff) | |
download | historical-505b4985d3e586b25b939b4712dd573184b52cbc.tar.gz historical-505b4985d3e586b25b939b4712dd573184b52cbc.tar.bz2 historical-505b4985d3e586b25b939b4712dd573184b52cbc.zip |
Mark 1.009 stable on ia64
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-perl/Class-MakeMethods')
-rw-r--r-- | dev-perl/Class-MakeMethods/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Class-MakeMethods/ChangeLog b/dev-perl/Class-MakeMethods/ChangeLog index f17d9698561c..603c171e648d 100644 --- a/dev-perl/Class-MakeMethods/ChangeLog +++ b/dev-perl/Class-MakeMethods/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-MakeMethods # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.23 2005/08/25 22:38:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.24 2005/10/02 12:26:05 agriffis Exp $ + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> + Class-MakeMethods-1.009.ebuild: + Mark 1.009 stable on ia64 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> Class-MakeMethods-1.009.ebuild: diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild index 2d58de78d023..5f8d6ff9b9b6 100644 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild +++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.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/Class-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.11 2005/08/25 22:38:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.009.ebuild,v 1.12 2005/10/02 12:26:05 agriffis Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Class/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" SRC_TEST="do" |