diff options
author | Guy Martin <gmsoft@gentoo.org> | 2006-01-18 09:10:32 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2006-01-18 09:10:32 +0000 |
commit | 100559020cae11e36a6b1db2b26b72347da6c755 (patch) | |
tree | 91ebc77ed9e837b8f67157b2893ab3b5aeacd6fc /dev-perl/File-NCopy | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-100559020cae11e36a6b1db2b26b72347da6c755.tar.gz gentoo-2-100559020cae11e36a6b1db2b26b72347da6c755.tar.bz2 gentoo-2-100559020cae11e36a6b1db2b26b72347da6c755.zip |
Stable on hppa.
(Portage version: 2.0.53)
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 | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-NCopy/ChangeLog b/dev-perl/File-NCopy/ChangeLog index b2b7e9031864..dace47c2980f 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.12 2005/11/29 02:53:50 tgall Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.13 2006/01/18 09:09:41 gmsoft Exp $ + + 18 Jan 2006; Guy Martin <gmsoft@gentoo.org> File-NCopy-0.34.ebuild: + Stable on hppa. 28 Nov 2005; Tom Gall <tgall@gentoo.org> File-NCopy-0.34.ebuild: stable on ppc64 diff --git a/dev-perl/File-NCopy/File-NCopy-0.34.ebuild b/dev-perl/File-NCopy/File-NCopy-0.34.ebuild index dbddf2bc52bc..1ff256510b29 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 +# Copyright 1999-2006 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.15 2005/11/29 02:53:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/File-NCopy-0.34.ebuild,v 1.16 2006/01/18 09:09:41 gmsoft 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" |