summaryrefslogtreecommitdiff
path: root/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-15 17:45:34 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-15 17:45:34 +0000
commit2e9e49f24c1d6b58048bc0df70eeab94f68275c4 (patch)
tree84df791d62d7dc1cf9fb72613de408df72f5a621 /dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild
parent8c2a7ccb50c44a7923334bb8b2b163741780475e (diff)
downloadbaldeagleos-repo-2e9e49f24c1d6b58048bc0df70eeab94f68275c4.tar.gz
baldeagleos-repo-2e9e49f24c1d6b58048bc0df70eeab94f68275c4.tar.xz
baldeagleos-repo-2e9e49f24c1d6b58048bc0df70eeab94f68275c4.zip
Adding metadata
Diffstat (limited to 'dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild')
-rw-r--r--dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild
deleted file mode 100644
index a69fd0ce1610..000000000000
--- a/dev-perl/File-RsyncP/File-RsyncP-0.760.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=CBARRATT
-DIST_VERSION=0.76
-inherit perl-module toolchain-funcs
-
-DESCRIPTION="An rsync perl module"
-HOMEPAGE="https://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
-}