diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2005-04-07 15:42:30 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2005-04-07 15:42:30 +0000 |
commit | a1b2fe586ac5e203fd8efebf477012a047084168 (patch) | |
tree | 881cfb6eb61d67b1f6590aac68ebd63c31f18921 /dev-perl/File-BaseDir | |
parent | stable amd64 (diff) | |
download | gentoo-2-a1b2fe586ac5e203fd8efebf477012a047084168.tar.gz gentoo-2-a1b2fe586ac5e203fd8efebf477012a047084168.tar.bz2 gentoo-2-a1b2fe586ac5e203fd8efebf477012a047084168.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
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="" |