commit:     bc358cd840e3bae3d801c9d0d43857c7819de416
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul  8 15:43:12 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=bc358cd8

[rebase-filter: dwc/File-Rsync] Add remaning ebuilds from my perl-other overlay

 dev-perl/File-Rsync/File-Rsync-0.42.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-perl/File-Rsync/File-Rsync-0.42.ebuild 
b/dev-perl/File-Rsync/File-Rsync-0.42.ebuild
new file mode 100644
index 0000000..25d9bc9
--- /dev/null
+++ b/dev-perl/File-Rsync/File-Rsync-0.42.ebuild
@@ -0,0 +1,25 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Perl interface to rsync"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/";
+SRC_URI="mirror://cpan/authors/id/L/LE/LEAKIN/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE=""
+RDEPEND="dev-lang/perl
+       virtual/perl-Scalar-List-Utils
+       net-misc/rsync"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+       echo "$(which rsync)" | perl-module_src_compile
+}

Reply via email to