diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-19 19:12:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-19 19:12:08 +0000 |
| commit | 40a960e586ffe32b0be97060d218cacdf34bba61 (patch) | |
| tree | 7eb5f3877ab1f04ac574bca0ff4172f47c05fe81 /dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild | |
| parent | 56541badbfae64d7888064095840f4d4e65ca47a (diff) | |
| download | baldeagleos-repo-40a960e586ffe32b0be97060d218cacdf34bba61.tar.gz baldeagleos-repo-40a960e586ffe32b0be97060d218cacdf34bba61.tar.xz baldeagleos-repo-40a960e586ffe32b0be97060d218cacdf34bba61.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild')
| -rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild new file mode 100644 index 000000000000..17a8c7600670 --- /dev/null +++ b/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild @@ -0,0 +1,38 @@ +# 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" + "${FILESDIR}/${PN}-0.760.0-lto.patch" + "${FILESDIR}/${PN}-0.760.0-c99.patch" +) + +src_prepare() { + perl-module_src_prepare + tc-export CC +} +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +} |
