commit:     eddb581e181b2ffc464c8f5690247707c8ab4d8b
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Sun Aug 23 16:12:14 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 04:07:26 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=eddb581e

[rebase-filter: dwc/File-Rsync] Bump File-Rsync to 0.43
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/File-Rsync/ChangeLog              |  6 ++++++
 dev-perl/File-Rsync/File-Rsync-0.43.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/File-Rsync/ChangeLog b/dev-perl/File-Rsync/ChangeLog
index 5f9fc8c..d3545b0 100644
--- a/dev-perl/File-Rsync/ChangeLog
+++ b/dev-perl/File-Rsync/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*File-Rsync-0.43 (23 Aug 2009)
+
+  23 Aug 2009; Daniel Westermann-Clark <[email protected]>
+  +File-Rsync-0.43.ebuild:
+  Bump File-Rsync to 0.43
+
   09 Jul 2009; Daniel Westermann-Clark <[email protected]>
   File-Rsync-0.42.ebuild, +metadata.xml:
   Convert to EAPI=2 and add metadata.xml

diff --git a/dev-perl/File-Rsync/File-Rsync-0.43.ebuild 
b/dev-perl/File-Rsync/File-Rsync-0.43.ebuild
new file mode 100644
index 0000000..700b3a3
--- /dev/null
+++ b/dev-perl/File-Rsync/File-Rsync-0.43.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=LEAKIN
+inherit perl-module
+
+DESCRIPTION="Perl interface to rsync"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE=""
+RDEPEND="virtual/perl-Scalar-List-Utils
+       net-misc/rsync"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+       echo "$(which rsync)" | perl-module_src_compile
+}

Reply via email to