diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:12:45 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:12:45 +0000 |
commit | 0300b10d332aeb900ab3c2a26bf6a562b27aaba1 (patch) | |
tree | 53f9d3611d6535b5ee08f42215bb9848d2becb58 /dev-perl/Class-MakeMethods | |
parent | Version bump from upstream (diff) | |
download | historical-0300b10d332aeb900ab3c2a26bf6a562b27aaba1.tar.gz historical-0300b10d332aeb900ab3c2a26bf6a562b27aaba1.tar.bz2 historical-0300b10d332aeb900ab3c2a26bf6a562b27aaba1.zip |
stable amd64
Package-Manager: portage-2.1_pre4-r1
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.01.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Class-MakeMethods/ChangeLog b/dev-perl/Class-MakeMethods/ChangeLog index 3aae19258969..675c5279ccb1 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.26 2006/01/15 10:50:31 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.27 2006/02/06 20:04:00 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> + Class-MakeMethods-1.01.ebuild: + stable on amd64 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> Class-MakeMethods-1.01.ebuild: diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild index d0e2a68ef86a..486a994cac71 100644 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild +++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.01.ebuild,v 1.6 2006/01/15 10:50:31 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.7 2006/02/06 20:04:00 blubb Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~evo/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ppc sparc x86" +KEYWORDS="~alpha amd64 ppc sparc x86" IUSE="" SRC_TEST="do" |