public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-RsyncP/
Date: Mon, 31 Aug 2020 07:10:18 +0000 (UTC)	[thread overview]
Message-ID: <1598857798.6bc5543f4cf2b0d0fc18a535b326bb62ae9d42f8.kentnl@gentoo> (raw)

commit:     6bc5543f4cf2b0d0fc18a535b326bb62ae9d42f8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 07:09:16 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 07:09:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc5543f

dev-perl/File-RsyncP: -r bump for EAPI7 + Fixes

- EAPI7
- Fix LICENSE
- Ensure CFLAGS passed to make/compile
- Minor dep improvement
- Remove empty/unused variable assignments

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/File-RsyncP/File-RsyncP-0.740.0-r1.ebuild | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

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 00000000000..8d726fc7981
--- /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="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
+}


             reply	other threads:[~2020-08-31  7:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31  7:10 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-02 17:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-RsyncP/ Arthur Zamarin
2024-02-02 13:51 Arthur Zamarin
2023-03-04 11:03 Arthur Zamarin
2023-03-04  9:57 Arthur Zamarin
2023-03-04  8:38 Arthur Zamarin
2021-10-29 16:31 Andreas K. Hüttel
2021-06-03  8:23 Sam James
2021-06-01 11:58 Sam James
2021-05-31 22:38 Sam James
2021-05-31 20:50 Andreas K. Hüttel
2020-10-01  8:53 Kent Fredric
2016-03-20 18:00 Andreas Hüttel
2016-01-16 17:04 Mikle Kolyada
2016-01-15 14:49 Agostino Sarubbo
2015-11-22  7:53 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598857798.6bc5543f4cf2b0d0fc18a535b326bb62ae9d42f8.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox