From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Role-WithOverloading/
Date: Thu, 26 Mar 2015 09:26:26 +0000 (UTC) [thread overview]
Message-ID: <1427361533.3a9f2d07d8a365e6bbca15b30abb92981bf374e8.kent@gentoo> (raw)
commit: 3a9f2d07d8a365e6bbca15b30abb92981bf374e8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 09:18:53 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 09:18:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3a9f2d07
[prune] MooseX-Role-WithOverloading -> Gone to ::gentoo
.../MooseX-Role-WithOverloading-0.110.0.ebuild | 40 ------------------
.../MooseX-Role-WithOverloading-0.130.0.ebuild | 48 ----------------------
.../MooseX-Role-WithOverloading-0.40.0.ebuild | 29 -------------
.../MooseX-Role-WithOverloading-0.50.0.ebuild | 29 -------------
.../MooseX-Role-WithOverloading-0.60.0.ebuild | 31 --------------
.../MooseX-Role-WithOverloading-0.80.0.ebuild | 32 ---------------
.../MooseX-Role-WithOverloading-0.90.0.ebuild | 32 ---------------
dev-perl/MooseX-Role-WithOverloading/metadata.xml | 24 -----------
8 files changed, 265 deletions(-)
diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.110.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.110.0.ebuild
deleted file mode 100644
index 62424f4..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.110.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION='Roles which support overloading'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Moose 0.94 ( 0.940.0 )
- echo \>=dev-perl/Moose-0.940.0
- # Moose::Role 1.15 ( 1.150.0 )
- echo \>=dev-perl/Moose-1.150.0
- # aliased
- echo dev-perl/aliased
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
-}
-perl_meta_test() {
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.130.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.130.0.ebuild
deleted file mode 100644
index ed1e55d..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.130.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION='Roles which support overloading'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Moose 0.94 ( 0.940.0 )
- echo \>=dev-perl/Moose-0.940.0
- # Moose::Role 1.15 ( 1.150.0 )
- echo \>=dev-perl/Moose-1.150.0
- # aliased
- echo dev-perl/aliased
- # namespace::autoclean 0.12 ( 0.120.0 )
- echo \>=dev-perl/namespace-autoclean-0.120.0
- # namespace::clean
- echo dev-perl/namespace-clean
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-perl_meta_test() {
- # Test::CheckDeps 0.002 ( 0.2.0 )
- echo \>=dev-perl/Test-CheckDeps-0.2.0
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::NoWarnings 1.04 ( 1.40.0 )
- echo \>=dev-perl/Test-NoWarnings-1.40.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.40.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.40.0.ebuild
deleted file mode 100644
index dfed68b..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.40.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="Roles which support overloading"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/namespace-clean
- >=dev-perl/namespace-autoclean-0.90.0
- dev-perl/MooseX-Types
- dev-perl/aliased
- >=dev-perl/Moose-0.900.0
-
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.50.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.50.0.ebuild
deleted file mode 100644
index 6d82b85..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.50.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.05"
-inherit perl-module
-
-DESCRIPTION="Roles which support overloading"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/namespace-clean
- >=dev-perl/namespace-autoclean-0.90.0
- dev-perl/MooseX-Types
- dev-perl/aliased
- >=dev-perl/Moose-0.900.0
-
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.60.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.60.0.ebuild
deleted file mode 100644
index 172fa5f..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.60.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.06"
-inherit perl-module
-
-DESCRIPTION="Roles which support overloading"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- dev-perl/namespace-clean
- >=dev-perl/namespace-autoclean-0.90.0
- dev-perl/MooseX-Types
- dev-perl/aliased
- >=dev-perl/Moose-0.940.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.80.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.80.0.ebuild
deleted file mode 100644
index c5ebeb7..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.80.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.08"
-inherit perl-module
-
-DESCRIPTION="Roles which support overloading"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- dev-perl/namespace-clean
- >=dev-perl/namespace-autoclean-0.90.0
- dev-perl/MooseX-Types
- dev-perl/aliased
- >=dev-perl/Moose-0.940.0
-"
-DEPEND="
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- ${COMMON_DEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.90.0.ebuild b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.90.0.ebuild
deleted file mode 100644
index 673738a..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.90.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Roles which support overloading"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- dev-perl/namespace-clean
- >=dev-perl/namespace-autoclean-0.90.0
- dev-perl/MooseX-Types
- dev-perl/aliased
- >=dev-perl/Moose-1.150.0
-"
-DEPEND="
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- ${COMMON_DEPEND}
- test? ( >=virtual/perl-Test-Simple-0.88 )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Role-WithOverloading/metadata.xml b/dev-perl/MooseX-Role-WithOverloading/metadata.xml
deleted file mode 100644
index 13e8176..0000000
--- a/dev-perl/MooseX-Role-WithOverloading/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <maintainer>
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">MooseX-Role-WithOverloading</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::Composite</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::ToClass</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Application::ToRole</remote-id>
- <remote-id type="cpan-module">MooseX::Role::WithOverloading::Meta::Role::Composite</remote-id>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2015-03-26 9:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-26 9:26 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-02-10 19:29 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Role-WithOverloading/ Kent Fredric
2013-02-07 13:55 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-06-23 14:09 Kent Fredric
2011-11-11 14:38 Kent Fredric
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=1427361533.3a9f2d07d8a365e6bbca15b30abb92981bf374e8.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