diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-31 22:42:47 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-31 22:50:45 +0200 |
commit | f92c4a160f590d33bb6d5902e34cb4686d3333a4 (patch) | |
tree | ebf8120bab982c8c5862c481f5c93661ea3f9c54 /dev-perl/File-RsyncP | |
parent | dev-perl/File-Remove: Version bump 1.60 (diff) | |
download | gentoo-f92c4a160f590d33bb6d5902e34cb4686d3333a4.tar.gz gentoo-f92c4a160f590d33bb6d5902e34cb4686d3333a4.tar.bz2 gentoo-f92c4a160f590d33bb6d5902e34cb4686d3333a4.zip |
dev-perl/File-RsyncP: Remove old 0.74-r1
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/File-RsyncP')
-rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
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 deleted file mode 100644 index 8d726fc79812..000000000000 --- a/dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=CBARRATT -DIST_VERSION=0.74 -inherit perl-module toolchain-funcs - -DESCRIPTION="An rsync perl module" -HOMEPAGE="http://perlrsync.sourceforge.net/ https://metacpan.org/release/File-RsyncP" -# Bundled files make for some weirdness -LICENSE="GPL-3+ GPL-2+ RSA" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND=" - >=virtual/perl-Getopt-Long-2.240.0 - net-misc/rsync -" -BDEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-0.700.0-make.patch" ) - -src_prepare() { - perl-module_src_prepare - tc-export CC -} -src_compile() { - mymake=( - "OPTIMIZE=${CFLAGS}" - ) - perl-module_src_compile -} |