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/PPIx-Regexp/
Date: Thu, 25 Jul 2019 06:48:24 +0000 (UTC)	[thread overview]
Message-ID: <1564037242.4bb7234ddb723b15a5bb92490994173a79461bd4.kentnl@gentoo> (raw)

commit:     4bb7234ddb723b15a5bb92490994173a79461bd4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 17:04:23 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 06:47:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb7234d

dev-perl/PPIx-Regexp: Cleanup old versions

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

 dev-perl/PPIx-Regexp/Manifest                  |  2 --
 dev-perl/PPIx-Regexp/PPIx-Regexp-0.48.0.ebuild | 33 --------------------------
 dev-perl/PPIx-Regexp/PPIx-Regexp-0.51.0.ebuild | 27 ---------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-perl/PPIx-Regexp/Manifest b/dev-perl/PPIx-Regexp/Manifest
index e25567afe4e..f115546e8fe 100644
--- a/dev-perl/PPIx-Regexp/Manifest
+++ b/dev-perl/PPIx-Regexp/Manifest
@@ -1,3 +1 @@
-DIST PPIx-Regexp-0.048.tar.gz 193354 BLAKE2B fb9948a9c64dd193514ad28f1499d5a07d643204dc640593256e8134530c6871dd8c344f4af1f9de0fe0e6da5c0689d9b5b82ef3a9260ad08a5184f56301c6d1 SHA512 59ac89a9deb279cd454d5b52bdd796a098ab298a02038c06bbbe933e44b2d0bf235bdcab6e73d04945b1de60540e0171465ccf4f772fcfcabdd4bed218c18e28
-DIST PPIx-Regexp-0.051.tar.gz 198969 BLAKE2B 6f16db291d466c2311e0dbf77e18198bdeb8549b152bc604a1fb9c5bf01c39ad995d9396bf09655250031b9e114d435fa161be0d18452b8a29796507a582d238 SHA512 1b49d5e3ea3e572cb3df9a92fc020af47fbb3d7e0ccf4acabacb3ffbd200a62ab55a523e36848c7bf8e6b5b097a443584d4570247f24b778dc52fa29bc5d6a1a
 DIST PPIx-Regexp-0.053.tar.gz 204221 BLAKE2B 6bea11c9e906bb94db19bd72e75ebeee6d3c2aa64c78e91c3e536d21e494288cfe95067b1a20ddd438ff8829f5f7b23e408c6440a31a5f70fe0680d14e752d81 SHA512 2f9e913347ad415be47240f48536845d9c1f77211534f2d540f2e1583936a11586c224fe909fc2f7f876398cb1c8048386c001279a724a72f1f71015a43840b7

diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.48.0.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.48.0.ebuild
deleted file mode 100644
index 164a1c2c7ab..00000000000
--- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.48.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=WYANT
-DIST_VERSION=0.048
-inherit perl-module
-
-DESCRIPTION="Represent a regular expression of some sort"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
-IUSE="test examples"
-
-RDEPEND="
-	dev-perl/List-MoreUtils
-	>=dev-perl/PPI-1.117.0
-	virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build
-	test? ( virtual/perl-Test-Simple )
-"
-
-src_install() {
-	perl-module_src_install
-	if use examples; then
-		docompress -x /usr/share/doc/${PF}/examples
-		docinto examples
-		dodoc -r eg/*
-	fi
-}

diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.51.0.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.51.0.ebuild
deleted file mode 100644
index c1b12019b3f..00000000000
--- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.51.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=WYANT
-DIST_VERSION=0.051
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Represent a regular expression of some sort"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test examples"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Exporter
-	dev-perl/List-MoreUtils
-	>=dev-perl/PPI-1.117.0
-	virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build
-	test? ( virtual/perl-Test-Simple )
-"


             reply	other threads:[~2019-07-25  6:48 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-25  6:48 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 19:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-Regexp/ Arthur Zamarin
2024-07-07  6:23 Sam James
2024-07-07  6:10 Sam James
2023-12-01  3:30 Sam James
2023-10-16 16:34 Joonas Niilola
2023-09-28  1:57 Sam James
2023-09-28  0:21 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-07-04  5:22 WANG Xuerui
2023-06-24  3:59 Sam James
2023-06-24  3:56 Sam James
2023-06-24  3:56 Sam James
2023-06-19  0:47 Sam James
2022-02-19  7:19 Arthur Zamarin
2022-02-19  3:41 Sam James
2022-02-19  3:06 Sam James
2021-11-27 14:09 Andreas K. Hüttel
2021-11-27 14:09 Andreas K. Hüttel
2021-05-09 16:54 Andreas K. Hüttel
2020-07-18 10:53 Kent Fredric
2020-07-18 10:53 Kent Fredric
2020-07-18  7:04 Kent Fredric
2018-10-27 12:45 Fabian Groffen
2018-09-01 19:01 Thomas Deutschmann
2018-08-20  4:40 Matt Turner
2018-07-27  7:08 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2017-12-26  8:48 Kent Fredric
2017-02-19 15:22 Kent Fredric
2016-05-27 21:49 Andreas Hüttel
2016-05-27 21:49 Andreas Hüttel
2016-05-25 23:27 Matt Turner
2016-05-13 10:12 Agostino Sarubbo
2016-04-07 23:08 Andreas Hüttel
2016-04-07 23:07 Andreas Hüttel
2016-03-16 14:09 Agostino Sarubbo
2016-02-03 14:36 Tobias Klausmann

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=1564037242.4bb7234ddb723b15a5bb92490994173a79461bd4.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