Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-RsyncP/
Date: Mon, 31 May 2021 20:51:02
Message-Id: 1622494245.f92c4a160f590d33bb6d5902e34cb4686d3333a4.dilfridge@gentoo
1 commit: f92c4a160f590d33bb6d5902e34cb4686d3333a4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:42:47 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:50:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92c4a16
7
8 dev-perl/File-RsyncP: Remove old 0.74-r1
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild | 34 ----------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild
17 deleted file mode 100644
18 index 8d726fc7981..00000000000
19 --- a/dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=CBARRATT
28 -DIST_VERSION=0.74
29 -inherit perl-module toolchain-funcs
30 -
31 -DESCRIPTION="An rsync perl module"
32 -HOMEPAGE="http://perlrsync.sourceforge.net/ https://metacpan.org/release/File-RsyncP"
33 -# Bundled files make for some weirdness
34 -LICENSE="GPL-3+ GPL-2+ RSA"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 -
38 -RDEPEND="
39 - >=virtual/perl-Getopt-Long-2.240.0
40 - net-misc/rsync
41 -"
42 -BDEPEND="${RDEPEND}"
43 -
44 -PATCHES=( "${FILESDIR}/${PN}-0.700.0-make.patch" )
45 -
46 -src_prepare() {
47 - perl-module_src_prepare
48 - tc-export CC
49 -}
50 -src_compile() {
51 - mymake=(
52 - "OPTIMIZE=${CFLAGS}"
53 - )
54 - perl-module_src_compile
55 -}