summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-08-05 07:01:37 +0000
committerTorsten Veller <tove@gentoo.org>2010-08-05 07:01:37 +0000
commitbf415d3419de50c6a73049668eff303b4c879346 (patch)
treebab6bc1a5ff7a38806b702e9260fc9f6bf709dd4 /dev-perl/File-RsyncP
parentVersion bump (diff)
downloadgentoo-2-bf415d3419de50c6a73049668eff303b4c879346.tar.gz
gentoo-2-bf415d3419de50c6a73049668eff303b4c879346.tar.bz2
gentoo-2-bf415d3419de50c6a73049668eff303b4c879346.zip
Version bump
(Portage version: 2.2_rc67_p303/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-RsyncP')
-rw-r--r--dev-perl/File-RsyncP/ChangeLog9
-rw-r--r--dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/File-RsyncP/ChangeLog b/dev-perl/File-RsyncP/ChangeLog
index 9a155a9f87cd..dcc8017bf9a2 100644
--- a/dev-perl/File-RsyncP/ChangeLog
+++ b/dev-perl/File-RsyncP/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-RsyncP
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.23 2009/03/16 11:18:31 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.24 2010/08/05 07:01:37 tove Exp $
+
+*File-RsyncP-0.70 (05 Aug 2010)
+
+ 05 Aug 2010; Torsten Veller <tove@gentoo.org> +File-RsyncP-0.70.ebuild:
+ Version bump
16 Mar 2009; Torsten Veller <tove@gentoo.org> File-RsyncP-0.68.ebuild:
Force -j1 (#262156)
diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild
new file mode 100644
index 000000000000..be1d6ffd85fa
--- /dev/null
+++ b/dev-perl/File-RsyncP/File-RsyncP-0.70.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 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.70.ebuild,v 1.1 2010/08/05 07:01:37 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=CBARRATT
+inherit perl-module
+
+DESCRIPTION="An rsync perl module"
+HOMEPAGE="http://perlrsync.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="net-misc/rsync"
+
+MAKEOPTS+=" -j1"