public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MouseX-NativeTraits/
Date: Wed, 13 May 2015 05:22:09 +0000 (UTC)	[thread overview]
Message-ID: <1431493938.f2c322f08a08f14d0c4de8b829ab9edb83c1e514.kent@gentoo> (raw)

commit:     f2c322f08a08f14d0c4de8b829ab9edb83c1e514
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 13 05:11:42 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 13 05:12:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f2c322f0

[fixup] MouseX-NativeTraits: Rewrite to avoid copyright issue, fixup deps

Package-Manager: portage-2.2.17

 .../MouseX-NativeTraits-1.90.0-r1.ebuild           | 28 ++++++++++++++++++++++
 .../MouseX-NativeTraits-1.90.0.ebuild              | 22 -----------------
 dev-perl/MouseX-NativeTraits/metadata.xml          | 27 +++++++++++++++++++++
 3 files changed, 55 insertions(+), 22 deletions(-)

diff --git a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r1.ebuild b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r1.ebuild
new file mode 100644
index 0000000..18a1c83
--- /dev/null
+++ b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=GFUJI
+MODULE_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="Extend your attribute interfaces for Mouse"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Mouse-0.820.0
+"
+# Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? (
+		>=dev-perl/Any-Moose-0.130.0
+		>=dev-perl/Test-Fatal-0.3.0
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild b/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild
deleted file mode 100644
index 838880e..0000000
--- a/dev-perl/MouseX-NativeTraits/MouseX-NativeTraits-1.90.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2014 Julian Ospald <hasufell@gentoo.org>
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MODULE_AUTHOR="GFUJI"
-MODULE_VERSION="1.09"
-inherit perl-module
-
-DESCRIPTION="Extend your attribute interfaces for Mouse"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-perl/Any-Moose
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( dev-perl/Test-Fatal )"
-RDEPEND="dev-perl/Mouse"
-
-SRC_TEST="do"

diff --git a/dev-perl/MouseX-NativeTraits/metadata.xml b/dev-perl/MouseX-NativeTraits/metadata.xml
index 64b38f2..6bd5e1b 100644
--- a/dev-perl/MouseX-NativeTraits/metadata.xml
+++ b/dev-perl/MouseX-NativeTraits/metadata.xml
@@ -6,5 +6,32 @@
 		<email>hasufell@gentoo.org</email>
 		<name>Julian Ospald</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="cpan">MouseX-NativeTraits</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Custom::Trait::Array</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Custom::Trait::Bool</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Custom::Trait::Code</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Custom::Trait::Counter</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Custom::Trait::Hash</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Custom::Trait::Number</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Custom::Trait::String</remote-id>
+		<remote-id type="cpan-module">Mouse::Meta::Attribute::Native</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::ArrayRef</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::Bool</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::CodeRef</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::Counter</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::HashRef</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider::ArrayRef</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider::Bool</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider::CodeRef</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider::Counter</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider::HashRef</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider::Num</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::MethodProvider::Str</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::Num</remote-id>
+		<remote-id type="cpan-module">MouseX::NativeTraits::Str</remote-id>
+	</upstream>
 </pkgmetadata>
 


             reply	other threads:[~2015-05-13  5:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13  5:22 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14 23:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MouseX-NativeTraits/ Kent Fredric
2014-12-30  7:53 hasufell
2014-12-30  7:53 hasufell

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=1431493938.f2c322f08a08f14d0c4de8b829ab9edb83c1e514.kent@gentoo \
    --to=kentfredric@gmail.com \
    --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