diff options
Diffstat (limited to 'dev-perl/File-RsyncP')
-rw-r--r-- | dev-perl/File-RsyncP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/File-RsyncP/ChangeLog b/dev-perl/File-RsyncP/ChangeLog index 54f11353625b..e73adf27f36e 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.25 2011/04/20 13:01:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.26 2011/08/30 15:44:44 tove Exp $ + +*File-RsyncP-0.700.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-RsyncP-0.700.0.ebuild: + Change version scheme 20 Apr 2011; Justin Lecher <jlec@gentoo.org> File-RsyncP-0.68.ebuild, File-RsyncP-0.70.ebuild: diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild new file mode 100644 index 000000000000..27331843ed4f --- /dev/null +++ b/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 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.700.0.ebuild,v 1.1 2011/08/30 15:44:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CBARRATT +MODULE_VERSION=0.70 +inherit perl-module + +DESCRIPTION="An rsync perl module" +HOMEPAGE="http://perlrsync.sourceforge.net/ ${HOMEPAGE}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="net-misc/rsync" + +MAKEOPTS+=" -j1" + +src_prepare() { + perl-module_src_prepare + tc-export CC +} |