summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-07 22:55:09 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-07 22:55:09 +0000
commite3bfbb817827132af4daf6eba1780c6a316ea8ee (patch)
tree7d10185f14a282cb677bd25fff6401fa6ef69014 /dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild
parentMarking stable amd64, sparc (diff)
downloadhistorical-e3bfbb817827132af4daf6eba1780c6a316ea8ee.tar.gz
historical-e3bfbb817827132af4daf6eba1780c6a316ea8ee.tar.bz2
historical-e3bfbb817827132af4daf6eba1780c6a316ea8ee.zip
Version bump, fixed SRC to use CPAN so we can track it. Builds with current rsync (last ebuild didn't anymore).
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild')
-rw-r--r--dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild
new file mode 100644
index 000000000000..b057e84960ae
--- /dev/null
+++ b/dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 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.64.ebuild,v 1.1 2006/08/07 22:55:09 mcummings Exp $
+
+inherit perl-module
+
+IUSE=""
+
+SRC_URI="mirror://cpan/authors/id/C/CB/CBARRATT/${P}.tar.gz"
+
+DESCRIPTION="An rsync perl module"
+HOMEPAGE="http://perlrsync.sourceforge.net/"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+SLOT="0"
+
+RDEPEND="net-misc/rsync
+ dev-lang/perl"
+
+mydoc="Changes LICENSE README"
+
+