From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/perl-cleaner/
Date: Sun, 10 Nov 2019 20:18:55 +0000 (UTC)	[thread overview]
Message-ID: <1573417131.9c5743b92295045cd8034379ab1d6a596ecfc76e.dilfridge@gentoo> (raw)
commit:     9c5743b92295045cd8034379ab1d6a596ecfc76e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 20:18:40 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 20:18:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5743b9
app-admin/perl-cleaner: Version bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
 app-admin/perl-cleaner/Manifest                 |  1 +
 app-admin/perl-cleaner/perl-cleaner-2.28.ebuild | 41 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
diff --git a/app-admin/perl-cleaner/Manifest b/app-admin/perl-cleaner/Manifest
index 27d2c0adf8c..c7ac625a792 100644
--- a/app-admin/perl-cleaner/Manifest
+++ b/app-admin/perl-cleaner/Manifest
@@ -1 +1,2 @@
 DIST perl-cleaner-2.27.tar.bz2 7493 BLAKE2B 03d8bc336fd0a42bce16c4bf8b2272a7ff24d605b483af777ef7ab3d59accd0082709200705638ab116934f675b17c5cf109c40a3ab739654ff64abebd8c0558 SHA512 097d68dff30da198636f73fc44600f1863c7f69f87110315bb83297c96d826f2f101f56ab546fde94ff60ca00da0aaa569fefea3c2599155f3bd69c66fb42ed6
+DIST perl-cleaner-2.28.tar.bz2 7222 BLAKE2B 8b90b6d7be8b21de3de2d946baba2ea96e145072c1d6cb4fc9a45bd2181941155791e022f59139fbd440fd1dbc16a76e635e5d4bb420e9051efd87aa08a3aa0d SHA512 c53f2a48002ab45ec0e43cbdc6153792a540efb9ce9a272388707987a76a292a1f90ece85e2f5dfa94f75a1afae13a5768d3712f183ca9d10fa0c559bba132d5
diff --git a/app-admin/perl-cleaner/perl-cleaner-2.28.ebuild b/app-admin/perl-cleaner/perl-cleaner-2.28.ebuild
new file mode 100644
index 00000000000..8fe627b2744
--- /dev/null
+++ b/app-admin/perl-cleaner/perl-cleaner-2.28.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit prefix
+
+DESCRIPTION="User land tool for cleaning up old perl installs"
+HOMEPAGE="https://www.gentoo.org/proj/en/perl/"
+
+if [[ "${PV}" == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git"
+else
+	SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+[[ "${PV}" == "9999" ]] && DEPEND="sys-apps/help2man"
+
+RDEPEND="app-shells/bash
+	dev-lang/perl
+	|| (
+		( sys-apps/portage app-portage/portage-utils )
+		sys-apps/pkgcore
+	)
+"
+
+src_prepare() {
+	default
+	eprefixify ${PN}
+}
+
+src_install() {
+	dosbin perl-cleaner
+	doman perl-cleaner.1
+}
next             reply	other threads:[~2019-11-10 20:19 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 20:18 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-16 18:36 [gentoo-commits] repo/gentoo:master commit in: app-admin/perl-cleaner/ Sam James
2024-09-24 17:51 Sam James
2024-09-23 12:40 Sam James
2024-09-23 12:27 Sam James
2024-05-28  0:57 Sam James
2024-05-11  1:58 Sam James
2023-09-02 15:34 Sam James
2023-09-02  8:53 Sam James
2023-09-01 19:56 Arthur Zamarin
2023-09-01 19:33 Arthur Zamarin
2023-09-01 17:24 Arthur Zamarin
2023-09-01 14:23 Sam James
2023-07-30 14:44 Sam James
2023-07-30 14:33 Andreas K. Hüttel
2023-07-30 14:33 Andreas K. Hüttel
2023-02-06 21:25 Sam James
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2022-12-27 23:37 Sam James
2021-05-21 14:40 Andreas K. Hüttel
2021-05-21 14:40 Andreas K. Hüttel
2021-05-20 20:31 Andreas K. Hüttel
2021-05-15 15:33 Andreas K. Hüttel
2021-05-15 15:05 Andreas K. Hüttel
2021-01-06 12:46 Fabian Groffen
2019-11-08 17:07 Andreas K. Hüttel
2019-05-03 22:34 Andreas K. Hüttel
2019-01-06 21:44 Andreas K. Hüttel
2019-01-06 21:42 Andreas K. Hüttel
2018-12-04 15:04 Mikle Kolyada
2018-09-19 11:31 Mikle Kolyada
2018-01-10  4:55 Mike Frysinger
2017-10-07 14:49 Andreas Hüttel
2017-05-30 22:21 Sergei Trofimovich
2017-04-27 11:23 Agostino Sarubbo
2017-04-22  7:33 Tobias Klausmann
2017-04-17  8:02 Agostino Sarubbo
2017-04-16  8:08 Jeroen Roovers
2017-04-05 21:06 Michael Weber
2017-04-05 21:04 Michael Weber
2017-04-05 12:55 Agostino Sarubbo
2017-04-05  7:47 Michael Weber
2017-04-05  7:39 Michael Weber
2017-03-25 20:58 Andreas Hüttel
2017-03-25  0:02 Andreas Hüttel
2017-03-25  0:02 Andreas Hüttel
2016-12-29 13:04 Andreas Hüttel
2016-08-10  8:48 Mike Frysinger
2016-05-29 22:34 Mike Frysinger
2016-05-28 18:11 Andreas Hüttel
2016-05-27 21:49 Andreas Hüttel
2016-05-27 21:49 Andreas Hüttel
2016-05-24 20:16 Markus Meier
2016-05-23 21:19 Pacho Ramos
2016-05-15 22:50 Andreas Hüttel
2016-05-15 22:50 Andreas Hüttel
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=1573417131.9c5743b92295045cd8034379ab1d6a596ecfc76e.dilfridge@gentoo \
    --to=dilfridge@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