diff options
author | 2003-06-04 00:26:09 +0000 | |
---|---|---|
committer | 2003-06-04 00:26:09 +0000 | |
commit | b61e8212ca66158fbabe54c382f0a778168d4d88 (patch) | |
tree | 51dfdac5bb74b9cbc714f91fa6941e05dd291097 /dev-perl/File-NCopy/File-NCopy-0.34.ebuild | |
parent | new ebuild version, masked for testing (diff) | |
download | historical-b61e8212ca66158fbabe54c382f0a778168d4d88.tar.gz historical-b61e8212ca66158fbabe54c382f0a778168d4d88.tar.bz2 historical-b61e8212ca66158fbabe54c382f0a778168d4d88.zip |
Fills bug 21791
Diffstat (limited to 'dev-perl/File-NCopy/File-NCopy-0.34.ebuild')
-rw-r--r-- | dev-perl/File-NCopy/File-NCopy-0.34.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
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" + |