diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-31 12:45:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-31 12:45:03 +0000 |
| commit | 62032616fa9ada7d535e7e190cc892ca952ecf5d (patch) | |
| tree | 58b94e5639acfee00f4d4ac8b0b2e95f8293c9c3 /dev-perl/File-RsyncP | |
| parent | 46e1b5112669d7462e42977e29af434198984ae0 (diff) | |
| download | baldeagleos-repo-62032616fa9ada7d535e7e190cc892ca952ecf5d.tar.gz baldeagleos-repo-62032616fa9ada7d535e7e190cc892ca952ecf5d.tar.xz baldeagleos-repo-62032616fa9ada7d535e7e190cc892ca952ecf5d.zip | |
Updating liguros repo
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, 34 insertions, 0 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 new file mode 100644 index 000000000000..cc7d501347a2 --- /dev/null +++ b/dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild @@ -0,0 +1,34 @@ +# 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="https://sourceforge.net/projects/perlrsync/ 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 +} |
