public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gentoo-perl-helpers/
Date: Sat,  2 Sep 2023 11:42:37 +0000 (UTC)	[thread overview]
Message-ID: <1693654891.383f83026fdfb16bb473edbb9a0160615194d02d.asturm@gentoo> (raw)

commit:     383f83026fdfb16bb473edbb9a0160615194d02d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 15:04:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 11:41:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383f8302

app-admin/gentoo-perl-helpers: drop 0.3.1-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/gentoo-perl-helpers/Manifest             |  1 -
 .../gentoo-perl-helpers-0.3.1-r1.ebuild            | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/app-admin/gentoo-perl-helpers/Manifest b/app-admin/gentoo-perl-helpers/Manifest
index 8738eea007a7..4d9d955a16a8 100644
--- a/app-admin/gentoo-perl-helpers/Manifest
+++ b/app-admin/gentoo-perl-helpers/Manifest
@@ -1,2 +1 @@
-DIST gentoo-perl-helpers-0.3.1.tar.xz 9420 BLAKE2B dea001473832f4412ae090afbc458720ec1d40d19ac3db3a6a57b26115603f224f2f1c4155ecd3190866dfa0ab648fdd3a98a90e9ed576e7bd3ad8bdaf9a73c6 SHA512 dce6addfebbdfd16da3b580776c34346eb60b2eaef9cc7bed03d5ae0bf028de7a0175fbf7f68113d44b645c3d5ca7f5175389478655b08c115a5342ff930e096
 DIST gentoo-perl-helpers-0.4.0.tar.xz 9580 BLAKE2B daea9e3f43bcd24ea34c9448294fb730595e8a021dffcbbf7f123ff5439455aa362c623affee29341266a0494f4744df0bf195d2db422d6276eb54fdca07149c SHA512 fbbd33122028ad12cbec7adbc97faaa32aa485ef21ca38dc2e1906610fdea7709e5da7e8164f5f86afa3607928837f3b35468274b6c626e3bd843432d780701b

diff --git a/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.3.1-r1.ebuild b/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.3.1-r1.ebuild
deleted file mode 100644
index 75bf546bafd3..000000000000
--- a/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Introspection and Upgrade Assistance tools for Gentoo Perl"
-HOMEPAGE="https://github.com/gentoo-perl/gentoo-perl-helpers"
-SRC_URI="
-	https://github.com/gentoo-perl/${PN}/releases/download/${PV}/${P}.tar.xz
-	mirror://gentoo/${P}.tar.xz
-	https://dev.gentoo.org/~kentnl/distfiles/${P}.tar.xz
-"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-# Assumed System:
-# sys-apps/coreutils
-# sys-apps/grep
-# sys-apps/sed
-# app-shells/bash
-# sys-apps/gawk
-# app-arch/tar
-
-RDEPEND="
-	$(: --format support)
-	>=app-portage/portage-utils-0.60
-	sys-apps/portage
-"
-DEPEND=""
-
-src_prepare() {
-	sed -i -e "s^@@LIBDIR@@^${EPREFIX}/usr/lib/gentoo-perl-helpers^g" 		\
-		   -e "s^@@LIBEXECDIR@@^${EPREFIX}/usr/libexec/gentoo-perl-helpers^g" \
-		   "${S}/bin/gentoo-perl"			\
-		   "${S}/lib/core-functions.sh"		\
-		   || die "Can't patch bin/gentoo-perl"
-	default
-}
-src_compile() { :; }
-src_install() {
-	exeinto /usr/bin
-	doexe "${S}/bin/"*
-
-	exeinto /usr/libexec/gentoo-perl-helpers
-	doexe "${S}/libexec/"*
-
-	insinto /usr/lib/gentoo-perl-helpers
-	doins -r "${S}/lib/"*
-
-	dodoc "${S}/README.mkdn" "${S}/Changes"
-}


             reply	other threads:[~2023-09-02 11:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-02 11:42 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-17 21:50 [gentoo-commits] repo/gentoo:master commit in: app-admin/gentoo-perl-helpers/ Mike Gilbert
2023-11-06  0:21 Andreas Sturmlechner
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-09-13  3:49 Sam James
2022-01-18 13:22 Ben Kohler
2022-01-06 10:39 David Seifert
2021-02-11 20:10 Andreas K. Hüttel
2020-12-17  0:53 Sam James
2020-03-21  9:24 Mart Raudsepp
2019-07-29  8:57 Mikle Kolyada
2019-07-26 19:15 Kent Fredric
2019-06-29  9:20 Michał Górny
2019-06-23  7:00 Kent Fredric
2017-10-12 19:05 Kent Fredric
2017-10-12  5:33 Kent Fredric
2017-09-20 11:13 Kent Fredric
2017-06-05 14:34 Kent Fredric
2017-02-14  5:42 Kent Fredric
2017-02-09 15:46 Kent Fredric
2017-02-08 12:07 Kent Fredric
2017-02-01  2:42 Kent Fredric

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=1693654891.383f83026fdfb16bb473edbb9a0160615194d02d.asturm@gentoo \
    --to=asturm@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