diff options
author | 2004-09-18 05:15:41 +0000 | |
---|---|---|
committer | 2004-09-18 05:15:41 +0000 | |
commit | 753831b46a80492f95ffb8a2140fac0dce8c233e (patch) | |
tree | 490553d3bf660f3c03d61faf1c0c4899d7a5e6fe /dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild | |
parent | version bump (diff) | |
download | historical-753831b46a80492f95ffb8a2140fac0dce8c233e.tar.gz historical-753831b46a80492f95ffb8a2140fac0dce8c233e.tar.bz2 historical-753831b46a80492f95ffb8a2140fac0dce8c233e.zip |
bug 64332
Diffstat (limited to 'dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild')
-rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild new file mode 100644 index 000000000000..0da58e3aa89f --- /dev/null +++ b/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild,v 1.1 2004/09/18 05:15:41 rac Exp $ + +inherit perl-module + +IUSE="" + +SRC_URI="mirror://sourceforge/perlrsync/${P}.tar.gz" + +DESCRIPTION="An rsync perl module" +HOMEPAGE="http://perlrsync.sourceforge.net/" +LICENSE="GPL-2" +CATEGORY="dev-perl" + +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="net-misc/rsync" + +mydoc="Changes LICENSE README" |