* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/
@ 2015-07-02 4:50 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 4:50 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/
@ 2015-07-02 4:50 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 4:50 UTC (permalink / raw
To: gentoo-commits
commit: 6d3384b5e78edb2bd970a03e0012ddffae5b9fd6
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul 9 14:36:57 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=6d3384b5
[rebase-filter: dwc/File-Rsync] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
dev-perl/File-Rsync/ChangeLog | 8 ++++++++
dev-perl/File-Rsync/File-Rsync-0.42.ebuild | 17 ++++++++---------
dev-perl/File-Rsync/metadata.xml | 9 +++++++++
3 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/dev-perl/File-Rsync/ChangeLog b/dev-perl/File-Rsync/ChangeLog
new file mode 100644
index 0000000..5f9fc8c
--- /dev/null
+++ b/dev-perl/File-Rsync/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/File-Rsync
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 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
index 25d9bc9..700b3a3 100644
--- a/dev-perl/File-Rsync/File-Rsync-0.42.ebuild
+++ b/dev-perl/File-Rsync/File-Rsync-0.42.ebuild
@@ -1,22 +1,21 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=LEAKIN
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"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE=""
-RDEPEND="dev-lang/perl
- virtual/perl-Scalar-List-Utils
+RDEPEND="virtual/perl-Scalar-List-Utils
net-misc/rsync"
DEPEND="${RDEPEND}"
diff --git a/dev-perl/File-Rsync/metadata.xml b/dev-perl/File-Rsync/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/File-Rsync/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>dwc@pobox.com</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/
@ 2015-07-02 4:50 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 4:50 UTC (permalink / raw
To: gentoo-commits
commit: eddb581e181b2ffc464c8f5690247707c8ab4d8b
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Sun Aug 23 16:12:14 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=eddb581e
[rebase-filter: dwc/File-Rsync] Bump File-Rsync to 0.43
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
dev-perl/File-Rsync/ChangeLog | 6 ++++++
dev-perl/File-Rsync/File-Rsync-0.43.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-perl/File-Rsync/ChangeLog b/dev-perl/File-Rsync/ChangeLog
index 5f9fc8c..d3545b0 100644
--- a/dev-perl/File-Rsync/ChangeLog
+++ b/dev-perl/File-Rsync/ChangeLog
@@ -2,6 +2,12 @@
# 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.43.ebuild b/dev-perl/File-Rsync/File-Rsync-0.43.ebuild
new file mode 100644
index 0000000..700b3a3
--- /dev/null
+++ b/dev-perl/File-Rsync/File-Rsync-0.43.ebuild
@@ -0,0 +1,24 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/
@ 2015-07-02 4:50 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 4:50 UTC (permalink / raw
To: gentoo-commits
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
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-02 4:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 4:50 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-07-02 4:50 Kent Fredric
2015-07-02 4:50 Kent Fredric
2015-07-02 4:50 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox