From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AD217138CD0 for ; Thu, 2 Jul 2015 04:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338B6E0827; Thu, 2 Jul 2015 04:50:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84459E0822 for ; Thu, 2 Jul 2015 04:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B5CD340875 for ; Thu, 2 Jul 2015 04:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5154374F for ; Thu, 2 Jul 2015 04:50:37 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1435811310.5186db051bad2b666c1073c22b374a86f29cb6fe.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/File-Rsync/ChangeLog dev-perl/File-Rsync/File-Rsync-0.42.ebuild dev-perl/File-Rsync/File-Rsync-0.43.ebuild dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild X-VCS-Directories: dev-perl/File-Rsync/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5186db051bad2b666c1073c22b374a86f29cb6fe X-VCS-Branch: master Date: Thu, 2 Jul 2015 04:50:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 541e4321-2246-4b46-abc4-e8652a66b291 X-Archives-Hash: c57708e4f9d3d2a5b3b84d3d32a537d3 commit: 5186db051bad2b666c1073c22b374a86f29cb6fe Author: Kent Fredric gmail com> AuthorDate: Thu Jul 2 04:28:30 2015 +0000 Commit: Kent Fredric gmail 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 - +File-Rsync-0.43.ebuild: - Bump File-Rsync to 0.43 - - 09 Jul 2009; Daniel Westermann-Clark - 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 +"