commit: 5186db051bad2b666c1073c22b374a86f29cb6fe Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Jul 2 04:28:30 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Jul 2 04:28:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5186db05
[bump] File-Rsync-0.450.0, remove old versions Package-Manager: portage-2.2.17 dev-perl/File-Rsync/ChangeLog | 14 -------------- dev-perl/File-Rsync/File-Rsync-0.42.ebuild | 24 ------------------------ dev-perl/File-Rsync/File-Rsync-0.43.ebuild | 24 ------------------------ dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 23 insertions(+), 62 deletions(-) diff --git a/dev-perl/File-Rsync/ChangeLog b/dev-perl/File-Rsync/ChangeLog deleted file mode 100644 index d3545b0..0000000 --- a/dev-perl/File-Rsync/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for dev-perl/File-Rsync -# 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.42.ebuild b/dev-perl/File-Rsync/File-Rsync-0.42.ebuild deleted file mode 100644 index 700b3a3..0000000 --- a/dev-perl/File-Rsync/File-Rsync-0.42.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -} diff --git a/dev-perl/File-Rsync/File-Rsync-0.43.ebuild b/dev-perl/File-Rsync/File-Rsync-0.43.ebuild deleted file mode 100644 index 700b3a3..0000000 --- a/dev-perl/File-Rsync/File-Rsync-0.43.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -} diff --git a/dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild b/dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild new file mode 100644 index 0000000..2e63281 --- /dev/null +++ b/dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MODULE_AUTHOR=LEAKIN +MODULE_VERSION=0.45 +inherit perl-module + +DESCRIPTION="Perl interface to rsync" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" +RDEPEND=" + virtual/perl-Scalar-Util + net-misc/rsync +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"
