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/namespace-clean/
Date: Thu,  9 Nov 2017 06:43:17 +0000 (UTC)	[thread overview]
Message-ID: <1510209773.f952bd524aa5dcbe2c283b1c8344845ce4fc948c.kentnl@gentoo> (raw)

commit:     f952bd524aa5dcbe2c283b1c8344845ce4fc948c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 06:12:14 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 06:42:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f952bd52

dev-perl/namespace-clean: Cleanup old re bug #614648

Closes: https://bugs.gentoo.org/614648
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/namespace-clean/Manifest                  |  2 --
 .../namespace-clean-0.210.0-r1.ebuild              | 21 -----------------
 .../namespace-clean/namespace-clean-0.260.0.ebuild | 26 ----------------------
 3 files changed, 49 deletions(-)

diff --git a/dev-perl/namespace-clean/Manifest b/dev-perl/namespace-clean/Manifest
index 58393314416..ac16b11c1b9 100644
--- a/dev-perl/namespace-clean/Manifest
+++ b/dev-perl/namespace-clean/Manifest
@@ -1,3 +1 @@
-DIST namespace-clean-0.21.tar.gz 11809 SHA256 b16069bc9261f8c9f2bd541f96076e0961fa4424ce299dac0c9c5523a18e5836 SHA512 927ebed43fad2096705f6633d9eb5d7b4b3ec053b008fc8130886215be482ab373fb2a20ef3404b654ffb49c336e7a5e6a4a4ff6474e9e376b476478b86b68e1 WHIRLPOOL f4a75dd3309fe0744e153cb405b50a6f951640ccfa4001c290f97beeaabbd5640123ccc85fb1c4f7444a266d970b980de829a320246c37e40007c066c16f2a04
-DIST namespace-clean-0.26.tar.gz 15414 SHA256 73986e19c4ad0e634e35f4f26e81437f152d8026eb1d91fe795725746ce13eca SHA512 b3d0d9d4401abdc9c53a3a7d0b62804304786a71eabd05205c993157be2a2037325f865350b84bc80de93a966e16ec8c28f8aa84154896f8feab86500f63a9f9 WHIRLPOOL cd2005eb4e2c807e2cff63e56b1570f1e603939ab4278ef7b93f0561d4e9f08ba1064f703744a289761b24d5fc4f26a776c6a532a67d7cd5c193548e86239661
 DIST namespace-clean-0.27.tar.gz 17801 SHA256 8a10a83c3e183dc78f9e7b7aa4d09b47c11fb4e7d3a33b9a12912fd22e31af9d SHA512 4422640656602e44c6d3675e55a0e699f8c0e07abbaf11f0b0905043f90e13bb95ee0eaa4c4a08c853296825dd8ef33c806e0a7c284a70448e35ac3354545744 WHIRLPOOL 35ccdc151a06f417fb3f1fc243b68d71795ec3c2b336f52a889abe277a61ceb216f4f21acd03ed791bd37370660d99cfcca3ec86d1d3133e76466f8eea4ad70d

diff --git a/dev-perl/namespace-clean/namespace-clean-0.210.0-r1.ebuild b/dev-perl/namespace-clean/namespace-clean-0.210.0-r1.ebuild
deleted file mode 100644
index 6d0ae165afd..00000000000
--- a/dev-perl/namespace-clean/namespace-clean-0.210.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RIBASUSHI
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="Keep imports and functions out of your namespace"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Package-Stash-0.220"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	test? ( >=virtual/perl-Test-Simple-0.88 )"
-
-SRC_TEST=do

diff --git a/dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild
deleted file mode 100644
index 49ec716f679..00000000000
--- a/dev-perl/namespace-clean/namespace-clean-0.260.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RIBASUSHI
-DIST_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Keep imports and functions out of your namespace"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/B-Hooks-EndOfScope-0.120.0
-	>=dev-perl/Package-Stash-0.230.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=virtual/perl-ExtUtils-CBuilder-0.270.0
-	test? (
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"


             reply	other threads:[~2017-11-09  6:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-09  6:43 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-18 23:44 [gentoo-commits] repo/gentoo:master commit in: dev-perl/namespace-clean/ Andreas K. Hüttel
2020-07-20 20:45 Kent Fredric
2020-04-14 14:06 Agostino Sarubbo
2019-07-28 17:02 Aaron Bauman
2019-07-19  7:49 Mikle Kolyada
2019-01-17 20:39 Mikle Kolyada
2018-11-29 17:44 Tobias Klausmann
2018-11-24 10:45 Sergei Trofimovich
2018-10-16 18:47 Fabian Groffen
2018-08-04  0:29 Mikle Kolyada
2017-11-08 20:37 Sergei Trofimovich
2017-11-07 22:52 Sergei Trofimovich
2017-05-22 11:43 Michael Weber
2017-05-22 10:36 Michael Weber
2017-05-20  8:49 Agostino Sarubbo
2017-04-04 14:44 Kent Fredric
2017-02-22 21:45 Markus Meier
2016-12-04 16:43 Michael Palimaka
2016-03-30 23:19 Andreas Hüttel
2016-02-06  7:59 Jeroen Roovers
2016-01-24 16:40 Agostino Sarubbo
2015-12-26  0:35 Andreas Hüttel
2015-09-27 14:49 Mikle Kolyada
2015-08-11 21:01 Mikle Kolyada
2015-08-11 17:00 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=1510209773.f952bd524aa5dcbe2c283b1c8344845ce4fc948c.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