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/Algorithm-Diff/
Date: Thu, 23 Apr 2020 04:16:56 +0000 (UTC)	[thread overview]
Message-ID: <1587615343.29ec83a8769c3f41d1e601609deacf2884b7ad8d.kentnl@gentoo> (raw)

commit:     29ec83a8769c3f41d1e601609deacf2884b7ad8d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 04:15:43 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 04:15:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ec83a8

dev-perl/Algorithm-Diff: Add -r bump for EAPI7

- Also relocated various .pl files in the base dir to be
  installed only with USE=examples, and then, install in a more
  appropriate location

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

 .../Algorithm-Diff-1.190.300-r1.ebuild             | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.190.300-r1.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.190.300-r1.ebuild
new file mode 100644
index 00000000000..5e04616f74d
--- /dev/null
+++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.190.300-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TYEMQ
+DIST_VERSION=1.1903
+DIST_EXAMPLES="examples/*"
+inherit perl-module
+
+DESCRIPTION="Compute intelligent differences between two files / lists"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_prepare() {
+	local file
+	mkdir -p examples/ || die "can't make examples/"
+	for file in cdiff diffnew diff htmldiff; do
+		mv -f ${file}.pl examples/${file}.pl || die "Can't move ${file.pl} to examples/"
+		sed -i "s/^${file}.pl/examples\/${file}.pl/" MANIFEST || die "Can't fix MANIFEST"
+	done
+	perl-module_src_prepare
+}
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"


             reply	other threads:[~2020-04-23  4:17 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-23  4:16 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-29  0:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-Diff/ Sam James
2021-10-07 23:35 Andreas K. Hüttel
2021-04-11 13:13 Sam James
2021-04-11 11:16 Sam James
2021-04-11 11:15 Sam James
2021-04-11 11:11 Sam James
2021-04-11 11:03 Sam James
2021-04-11 11:03 Sam James
2021-04-11  0:13 Thomas Deutschmann
2021-02-28 22:51 Andreas K. Hüttel
2020-10-03  5:23 Kent Fredric
2020-09-11  6:31 Yixun Lan
2020-08-21 15:30 Agostino Sarubbo
2020-08-21 10:08 Sam James
2020-08-20 16:40 Sam James
2019-07-28 19:55 Aaron Bauman
2018-10-15 16:05 Fabian Groffen
2017-06-17 14:41 Alexis Ballier
2015-12-26 23:00 Andreas Hüttel
2015-12-26 14:42 Mikle Kolyada

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=1587615343.29ec83a8769c3f41d1e601609deacf2884b7ad8d.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