diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-29 02:56:25 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-29 02:56:25 +0000 |
commit | 60a99c29dfedcb693fbcd47c4e86aa29bbc82646 (patch) | |
tree | a34661d67ffc042ca452b568f5eb29a50ca4f3b9 /dev-perl/File-NCopy | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-60a99c29dfedcb693fbcd47c4e86aa29bbc82646.tar.gz gentoo-2-60a99c29dfedcb693fbcd47c4e86aa29bbc82646.tar.bz2 gentoo-2-60a99c29dfedcb693fbcd47c4e86aa29bbc82646.zip |
stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl/File-NCopy')
-rw-r--r-- | dev-perl/File-NCopy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-NCopy/File-NCopy-0.34.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/File-NCopy/ChangeLog b/dev-perl/File-NCopy/ChangeLog index 35dd2d4ee871..b2b7e9031864 100644 --- a/dev-perl/File-NCopy/ChangeLog +++ b/dev-perl/File-NCopy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-NCopy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.11 2005/10/02 12:41:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.12 2005/11/29 02:53:50 tgall Exp $ + + 28 Nov 2005; Tom Gall <tgall@gentoo.org> File-NCopy-0.34.ebuild: + stable on ppc64 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> File-NCopy-0.34.ebuild: Mark 0.34 stable on ia64 @@ -24,7 +27,7 @@ 23 Dec 2004; Yuta SATOH <nigoro@gentoo.org> File-NCopy-0.34.ebuild: added ~ppc64 - 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> File-NCopy-0.34.ebuild: + 26 May 2004; Bryan Ãstergaard <kloeri@gentoo.org> File-NCopy-0.34.ebuild: Stable on alpha. 03 Jun 2003; Michael Cummings <mcummings@gentoo.org> File-NCopy-0.34.ebuild: diff --git a/dev-perl/File-NCopy/File-NCopy-0.34.ebuild b/dev-perl/File-NCopy/File-NCopy-0.34.ebuild index d4842dee004c..dbddf2bc52bc 100644 --- a/dev-perl/File-NCopy/File-NCopy-0.34.ebuild +++ b/dev-perl/File-NCopy/File-NCopy-0.34.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/File-NCopy/File-NCopy-0.34.ebuild,v 1.14 2005/10/02 12:41:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/File-NCopy-0.34.ebuild,v 1.15 2005/11/29 02:53:50 tgall Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MZ/MZSANFORD/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86" IUSE="" DEPEND="perl-core/File-Spec" |