public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/
Date: Thu,  2 Jul 2015 04:50:37 +0000 (UTC)	[thread overview]
Message-ID: <1435811310.5186db051bad2b666c1073c22b374a86f29cb6fe.kent@gentoo> (raw)

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 <dwc@pobox.com>
-  +File-Rsync-0.43.ebuild:
-  Bump File-Rsync to 0.43
-
-  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  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
+"


             reply	other threads:[~2015-07-02  4:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-02  4:50 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-02  4:50 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/ Kent Fredric
2015-07-02  4:50 Kent Fredric
2015-07-02  4:50 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1435811310.5186db051bad2b666c1073c22b374a86f29cb6fe.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox