diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-04 00:26:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-04 00:26:14 +0000 |
commit | 1f3f0aa33e303932a49dff1df3aefd6d01cc7db0 (patch) | |
tree | 96293248c1bc9eb93aa63ec0be8da549ac479df9 | |
parent | Fills bug 21791 (diff) | |
download | gentoo-2-1f3f0aa33e303932a49dff1df3aefd6d01cc7db0.tar.gz gentoo-2-1f3f0aa33e303932a49dff1df3aefd6d01cc7db0.tar.bz2 gentoo-2-1f3f0aa33e303932a49dff1df3aefd6d01cc7db0.zip |
Fills bug 21791
-rw-r--r-- | dev-perl/File-NCopy/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-NCopy/File-NCopy-0.34.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/File-NCopy/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/File-NCopy/files/digest-File-NCopy-0.34 | 1 |
4 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/File-NCopy/ChangeLog b/dev-perl/File-NCopy/ChangeLog new file mode 100644 index 000000000000..c9255f6d4ebf --- /dev/null +++ b/dev-perl/File-NCopy/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/File-NCopy +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/ChangeLog,v 1.1 2003/06/04 00:26:09 mcummings Exp $ + +*File-NCopy-0.34 (03 Jun 2003) + + 03 Jun 2003; Michael Cummings <mcummings@gentoo.org> File-NCopy-0.34.ebuild: + Fills bug 21791 + diff --git a/dev-perl/File-NCopy/File-NCopy-0.34.ebuild b/dev-perl/File-NCopy/File-NCopy-0.34.ebuild new file mode 100644 index 000000000000..2c64970e73b2 --- /dev/null +++ b/dev-perl/File-NCopy/File-NCopy-0.34.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/06/04 00:26:09 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Copy file, file Copy file[s] | dir[s], dir" +SRC_URI="http://www.cpan.org/modules/by-authors/id/M/MZ/MZSANFORD/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MZ/MZSANFORD/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + diff --git a/dev-perl/File-NCopy/Manifest b/dev-perl/File-NCopy/Manifest index c3ad447bde8b..5c23cc8a4993 100644 --- a/dev-perl/File-NCopy/Manifest +++ b/dev-perl/File-NCopy/Manifest @@ -1,2 +1,3 @@ -MD5 8df2b742ba629e67711d1506ac89e266 File-NCopy-0.34.ebuild 473 +MD5 16c8e9af8dc8df9ff035408ccdc8c5d4 File-NCopy-0.34.ebuild 581 +MD5 accb774ea0c8c315fdf873fc796020a4 ChangeLog 353 MD5 59766afab91c098133c1adf48ead5b9e files/digest-File-NCopy-0.34 65 diff --git a/dev-perl/File-NCopy/files/digest-File-NCopy-0.34 b/dev-perl/File-NCopy/files/digest-File-NCopy-0.34 new file mode 100644 index 000000000000..1106b5e4da69 --- /dev/null +++ b/dev-perl/File-NCopy/files/digest-File-NCopy-0.34 @@ -0,0 +1 @@ +MD5 a2633eb0f3f8a6906303e709a35af26f File-NCopy-0.34.tar.gz 7495 |