diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:39:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 19:39:12 +0000 |
commit | 0e529acdd68be62df6bcbe64f0cd2a5a7933293c (patch) | |
tree | 6894fe0c5d35c0cab9cf547780bc7bbb3c73555e /dev-perl/File-NCopy | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-0e529acdd68be62df6bcbe64f0cd2a5a7933293c.tar.gz gentoo-2-0e529acdd68be62df6bcbe64f0cd2a5a7933293c.tar.bz2 gentoo-2-0e529acdd68be62df6bcbe64f0cd2a5a7933293c.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/File-NCopy')
-rw-r--r-- | dev-perl/File-NCopy/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-NCopy/File-NCopy-0.34.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/File-NCopy/ChangeLog b/dev-perl/File-NCopy/ChangeLog index c81ebcae5a3f..90b9b80717ef 100644 --- a/dev-perl/File-NCopy/ChangeLog +++ b/dev-perl/File-NCopy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-NCopy -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.18 2006/08/05 03:43:23 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.19 2007/01/15 19:39:12 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + File-NCopy-0.34.ebuild: + Ebuild maintenance 05 Aug 2006; 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 d54540b0be5b..0947e9f6d362 100644 --- a/dev-perl/File-NCopy/File-NCopy-0.34.ebuild +++ b/dev-perl/File-NCopy/File-NCopy-0.34.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.20 2006/08/05 03:43:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/File-NCopy-0.34.ebuild,v 1.21 2007/01/15 19:39:12 mcummings Exp $ inherit perl-module DESCRIPTION="Copy file, file Copy file[s] | dir[s], dir" SRC_URI="mirror://cpan/authors/id/M/MZ/MZSANFORD/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MZ/MZSANFORD/${P}.readme" +HOMEPAGE="http://search.cpan.org/~mzsanford/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -15,5 +15,3 @@ IUSE="" DEPEND="virtual/perl-File-Spec dev-lang/perl" -RDEPEND="${DEPEND}" - |