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/Class-Tiny/
Date: Sat, 23 Jul 2016 08:23:55 +0000 (UTC)	[thread overview]
Message-ID: <1469262202.6eb9e2f2fe1908334a2e89b6cb854cabe36fff4f.kentnl@gentoo> (raw)

commit:     6eb9e2f2fe1908334a2e89b6cb854cabe36fff4f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 08:23:01 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 08:23:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb9e2f2

dev-perl/Class-Tiny: Bump to version 1.4.0

- EAPI6
- Add USE="minimal"
- Update Upstream data in metadata.xml

Upstream:
- BUILDARGS implemented via method for Moo/Moose compatibility
- Code now supports Class::Tiny subclasses to implement alternative
  accessors

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Class-Tiny/Class-Tiny-1.4.0.ebuild | 32 +++++++++++++++++++++++++++++
 dev-perl/Class-Tiny/Manifest                |  1 +
 dev-perl/Class-Tiny/metadata.xml            |  5 +++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Class-Tiny/Class-Tiny-1.4.0.ebuild b/dev-perl/Class-Tiny/Class-Tiny-1.4.0.ebuild
new file mode 100644
index 0000000..a9bacc0
--- /dev/null
+++ b/dev-perl/Class-Tiny/Class-Tiny-1.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=1.004
+inherit perl-module
+
+DESCRIPTION="Minimalist class construction"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+LICENSE="Apache-2.0"
+IUSE="test minimal"
+
+RDEPEND="
+	virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		!minimal? (
+			>=virtual/perl-CPAN-Meta-2.120.900
+			dev-perl/Test-FailWarnings
+		)
+		virtual/perl-Exporter
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Class-Tiny/Manifest b/dev-perl/Class-Tiny/Manifest
index 31f3423..0671b80 100644
--- a/dev-perl/Class-Tiny/Manifest
+++ b/dev-perl/Class-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Class-Tiny-1.000.tar.gz 25674 SHA256 625d874db1608bd317b52b482d5b94a35812499948b8cba109d402e91748944a SHA512 e008d7db4086259850e0e02bb4b2dc2786fc1078e2c3c599a03f94a445169b7d15dd3d27721a52a6c47b16c9d066d9c15c16d68c4a83f0b25a512b407704ff6c WHIRLPOOL a3eb1eb7e95cfab5285aa0e85860e4125b974350b56a1accd682f21a3e3f93580c04341fc7dd507b669a7bb06e24bd7913a7541bb54e26c1200d2451246b099d
+DIST Class-Tiny-1.004.tar.gz 27506 SHA256 9d8c54db74a0cbbc7328bb304f5be6c3e4c6d18e061442bfa63e8a145b541679 SHA512 e5a30cea0c4518e257c2298a421128941d8e6969daeeae2edca2e99566b12ace9880249accad8434d72cc6073dbad754782502d220a21213a7b3f2dbbf53e97b WHIRLPOOL 20a475a49848653dc60997801d67f6217b025851971378e34001f80db1954d15aa51cb0460551a0c93634bd98d4634b17e2c08727b84f2e11bb8ba00055f9145

diff --git a/dev-perl/Class-Tiny/metadata.xml b/dev-perl/Class-Tiny/metadata.xml
index 2b9a936..ad48061 100644
--- a/dev-perl/Class-Tiny/metadata.xml
+++ b/dev-perl/Class-Tiny/metadata.xml
@@ -5,4 +5,9 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Class-Tiny</remote-id>
+    <remote-id type="cpan-module">Class::Tiny</remote-id>
+    <remote-id type="cpan-module">Class::Tiny::Object</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2016-07-23  8:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-23  8:23 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-11 21:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Tiny/ Andreas K. Hüttel
2021-05-06 10:01 Sam James
2021-05-04 19:13 Sam James
2021-05-04  7:01 Sergei Trofimovich
2021-05-03 16:57 Sam James
2021-05-03 16:55 Sam James
2021-05-03 16:53 Sam James
2021-05-03 16:51 Sam James
2020-12-27 14:42 Fabian Groffen
2020-09-05 12:13 Kent Fredric
2019-01-19 11:49 Sergei Trofimovich
2018-09-01 19:01 Thomas Deutschmann
2018-08-20  4:40 Matt Turner
2018-08-04  0:29 Mikle Kolyada
2018-07-27  7:08 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2018-04-15 21:10 Sergei Trofimovich
2018-04-11 18:50 Markus Meier
2018-04-07 15:26 Mart Raudsepp
2017-10-05  5:08 Kent Fredric
2016-05-25 23:08 Matt Turner

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=1469262202.6eb9e2f2fe1908334a2e89b6cb854cabe36fff4f.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