Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-Rsync/
Date: Thu, 02 Jul 2015 04:50:41
Message-Id: 1435811310.5186db051bad2b666c1073c22b374a86f29cb6fe.kent@gentoo
1 commit: 5186db051bad2b666c1073c22b374a86f29cb6fe
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 2 04:28:30 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 04:28:30 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5186db05
7
8 [bump] File-Rsync-0.450.0, remove old versions
9
10 Package-Manager: portage-2.2.17
11
12 dev-perl/File-Rsync/ChangeLog | 14 --------------
13 dev-perl/File-Rsync/File-Rsync-0.42.ebuild | 24 ------------------------
14 dev-perl/File-Rsync/File-Rsync-0.43.ebuild | 24 ------------------------
15 dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild | 23 +++++++++++++++++++++++
16 4 files changed, 23 insertions(+), 62 deletions(-)
17
18 diff --git a/dev-perl/File-Rsync/ChangeLog b/dev-perl/File-Rsync/ChangeLog
19 deleted file mode 100644
20 index d3545b0..0000000
21 --- a/dev-perl/File-Rsync/ChangeLog
22 +++ /dev/null
23 @@ -1,14 +0,0 @@
24 -# ChangeLog for dev-perl/File-Rsync
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: $
27 -
28 -*File-Rsync-0.43 (23 Aug 2009)
29 -
30 - 23 Aug 2009; Daniel Westermann-Clark <dwc@×××××.com>
31 - +File-Rsync-0.43.ebuild:
32 - Bump File-Rsync to 0.43
33 -
34 - 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
35 - File-Rsync-0.42.ebuild, +metadata.xml:
36 - Convert to EAPI=2 and add metadata.xml
37 -
38
39 diff --git a/dev-perl/File-Rsync/File-Rsync-0.42.ebuild b/dev-perl/File-Rsync/File-Rsync-0.42.ebuild
40 deleted file mode 100644
41 index 700b3a3..0000000
42 --- a/dev-perl/File-Rsync/File-Rsync-0.42.ebuild
43 +++ /dev/null
44 @@ -1,24 +0,0 @@
45 -# Copyright 1999-2009 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -# $Header: $
48 -
49 -EAPI=2
50 -
51 -MODULE_AUTHOR=LEAKIN
52 -inherit perl-module
53 -
54 -DESCRIPTION="Perl interface to rsync"
55 -
56 -SLOT="0"
57 -LICENSE="|| ( Artistic GPL-2 )"
58 -KEYWORDS="~amd64 ~x86"
59 -SRC_TEST="do"
60 -
61 -IUSE=""
62 -RDEPEND="virtual/perl-Scalar-List-Utils
63 - net-misc/rsync"
64 -DEPEND="${RDEPEND}"
65 -
66 -src_compile() {
67 - echo "$(which rsync)" | perl-module_src_compile
68 -}
69
70 diff --git a/dev-perl/File-Rsync/File-Rsync-0.43.ebuild b/dev-perl/File-Rsync/File-Rsync-0.43.ebuild
71 deleted file mode 100644
72 index 700b3a3..0000000
73 --- a/dev-perl/File-Rsync/File-Rsync-0.43.ebuild
74 +++ /dev/null
75 @@ -1,24 +0,0 @@
76 -# Copyright 1999-2009 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -# $Header: $
79 -
80 -EAPI=2
81 -
82 -MODULE_AUTHOR=LEAKIN
83 -inherit perl-module
84 -
85 -DESCRIPTION="Perl interface to rsync"
86 -
87 -SLOT="0"
88 -LICENSE="|| ( Artistic GPL-2 )"
89 -KEYWORDS="~amd64 ~x86"
90 -SRC_TEST="do"
91 -
92 -IUSE=""
93 -RDEPEND="virtual/perl-Scalar-List-Utils
94 - net-misc/rsync"
95 -DEPEND="${RDEPEND}"
96 -
97 -src_compile() {
98 - echo "$(which rsync)" | perl-module_src_compile
99 -}
100
101 diff --git a/dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild b/dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild
102 new file mode 100644
103 index 0000000..2e63281
104 --- /dev/null
105 +++ b/dev-perl/File-Rsync/File-Rsync-0.450.0.ebuild
106 @@ -0,0 +1,23 @@
107 +# Copyright 1999-2015 Gentoo Foundation
108 +# Distributed under the terms of the GNU General Public License v2
109 +# $Header: $
110 +
111 +EAPI=5
112 +
113 +MODULE_AUTHOR=LEAKIN
114 +MODULE_VERSION=0.45
115 +inherit perl-module
116 +
117 +DESCRIPTION="Perl interface to rsync"
118 +
119 +SLOT="0"
120 +KEYWORDS="~amd64 ~x86"
121 +
122 +IUSE=""
123 +RDEPEND="
124 + virtual/perl-Scalar-Util
125 + net-misc/rsync
126 +"
127 +DEPEND="${RDEPEND}
128 + virtual/perl-ExtUtils-MakeMaker
129 +"