diff options
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index 937426d3a2d1..8fc140f5d0b8 100644 --- a/dev-perl/File-BaseDir/ChangeLog +++ b/dev-perl/File-BaseDir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-BaseDir -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.7 2004/12/22 11:33:52 nigoro Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.8 2005/04/07 15:42:30 nigoro Exp $ + + 08 Apr 2005; Yuta SATOH <nigoro@gentoo.org> File-BaseDir-0.02.ebuild: + Stable on ppc64 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> File-BaseDir-0.02.ebuild: added ~ppc64 diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild index d88e25c1231e..909628df4d7b 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild,v 1.9 2004/12/22 11:33:52 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild,v 1.10 2005/04/07 15:42:30 nigoro Exp $ inherit perl-module @@ -9,5 +9,5 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${PN}/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${PN}/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 sparc ppc ~ppc64" +KEYWORDS="x86 sparc ppc ppc64" IUSE="" |