public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/namespace-clean/
Date: Tue, 11 Aug 2015 17:00:32 +0000 (UTC)	[thread overview]
Message-ID: <1439312259.7ebfc45c92ffdcf49e92385c294431454ac43516.zlogene@gentoo> (raw)

commit:     7ebfc45c92ffdcf49e92385c294431454ac43516
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 16:57:39 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 16:57:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebfc45c

dev-perl/namespace-clean: Version bump

Package-Manager: portage-2.2.20

 dev-perl/namespace-clean/Manifest                  |  1 +
 .../namespace-clean/namespace-clean-0.250.0.ebuild | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/namespace-clean/Manifest b/dev-perl/namespace-clean/Manifest
index 7cc9e17..f95b71c 100644
--- a/dev-perl/namespace-clean/Manifest
+++ b/dev-perl/namespace-clean/Manifest
@@ -1,2 +1,3 @@
 DIST namespace-clean-0.21.tar.gz 11809 SHA256 b16069bc9261f8c9f2bd541f96076e0961fa4424ce299dac0c9c5523a18e5836 SHA512 927ebed43fad2096705f6633d9eb5d7b4b3ec053b008fc8130886215be482ab373fb2a20ef3404b654ffb49c336e7a5e6a4a4ff6474e9e376b476478b86b68e1 WHIRLPOOL f4a75dd3309fe0744e153cb405b50a6f951640ccfa4001c290f97beeaabbd5640123ccc85fb1c4f7444a266d970b980de829a320246c37e40007c066c16f2a04
 DIST namespace-clean-0.24.tar.gz 12659 SHA256 a661d4484e7de411bc96819aec28805836cfa6a5e276bb3cd346f8e108911230 SHA512 d5c2d0f5aa5b3a64bfae594892177dca14bc22876b983e7b70957ba8f52925c0c87e634d96a48064f50d0f5ce38fdadc58b6b7a4c0140c76602914a960b613ed WHIRLPOOL 3046ca0289fe588e28b8b577a8c6b14a20ce50921e9b39a9ab7a9d3dae51883dd8e21a590506b15751ceefb35c72149c7f29df6c8702384a73bb2ac885462a81
+DIST namespace-clean-0.25.tar.gz 12816 SHA256 946a2b7b8219562818867ad915cd493637e2639f901db050b835500c8e6ecd04 SHA512 69d46adac8d3f249b36310583568705e9dea6a308ce9265f4986063ef48b8bdfd4fdff86c602639090edc5936422a1b455d0a5e89d9c3bd5d7443beba8de5d14 WHIRLPOOL 07211d70f5f61f7c37ac8e47a2be52565ef00875db1c85ee4949eff3e64ce3bbdef0f13c1f30eaeeba382956dcf49a4436b605bab9d141d03d99ed7f5f7c7d94

diff --git a/dev-perl/namespace-clean/namespace-clean-0.250.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.250.0.ebuild
new file mode 100644
index 0000000..317c02f
--- /dev/null
+++ b/dev-perl/namespace-clean/namespace-clean-0.250.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=RIBASUSHI
+MODULE_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="Keep imports and functions out of your namespace"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/B-Hooks-EndOfScope-0.120.0
+	>=dev-perl/Package-Stash-0.220.0
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.310.0
+	virtual/perl-ExtUtils-CBuilder
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+
+SRC_TEST=do


             reply	other threads:[~2015-08-11 17:00 UTC|newest]

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