From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Mix/
Date: Sat, 11 Oct 2014 17:04:06 +0000 (UTC) [thread overview]
Message-ID: <1413045971.5a33076ad3ea0689cf3502b2d2eb35d45abebff6.kent@gentoo> (raw)
commit: 5a33076ad3ea0689cf3502b2d2eb35d45abebff6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:46:11 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:46:11 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a33076a
[treeclean] dev-perl/Class-Mix -> Superceded by ::gentoo
---
dev-perl/Class-Mix/Class-Mix-0.3.0.ebuild | 30 ---------------
dev-perl/Class-Mix/Class-Mix-0.4.0.ebuild | 31 ---------------
dev-perl/Class-Mix/Class-Mix-0.5.0.ebuild | 64 -------------------------------
dev-perl/Class-Mix/metadata.xml | 13 -------
4 files changed, 138 deletions(-)
diff --git a/dev-perl/Class-Mix/Class-Mix-0.3.0.ebuild b/dev-perl/Class-Mix/Class-Mix-0.3.0.ebuild
deleted file mode 100644
index 266e26e..0000000
--- a/dev-perl/Class-Mix/Class-Mix-0.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION="0.003"
-inherit perl-module
-
-DESCRIPTION="Dynamic class mixing"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
- virtual/perl-parent
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Module-Build
- test? (
- virtual/perl-Test-Simple
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Class-Mix/Class-Mix-0.4.0.ebuild b/dev-perl/Class-Mix/Class-Mix-0.4.0.ebuild
deleted file mode 100644
index f4e41b4..0000000
--- a/dev-perl/Class-Mix/Class-Mix-0.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION="0.004"
-inherit perl-module
-
-DESCRIPTION="Dynamic class mixing"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
- virtual/perl-parent
- dev-perl/Params-Classify
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Module-Build
- test? (
- virtual/perl-Test-Simple
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Class-Mix/Class-Mix-0.5.0.ebuild b/dev-perl/Class-Mix/Class-Mix-0.5.0.ebuild
deleted file mode 100644
index 440b659..0000000
--- a/dev-perl/Class-Mix/Class-Mix-0.5.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.005
-inherit perl-module
-
-DESCRIPTION='dynamic class mixing'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build
- echo virtual/perl-Module-Build
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_build() {
- # Module::Build
- echo virtual/perl-Module-Build
- # Test::More
- echo virtual/perl-Test-Simple
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # Exporter
- echo virtual/perl-Exporter
- # Params::Classify
- echo dev-perl/Params-Classify
- # constant
- # echo virtual/perl-constant
- # if
- # echo virtual/perl-if
- # parent
- echo virtual/perl-parent
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Class-Mix/metadata.xml b/dev-perl/Class-Mix/metadata.xml
deleted file mode 100644
index 9f91bda..0000000
--- a/dev-perl/Class-Mix/metadata.xml
+++ /dev/null
@@ -1,13 +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">Class-Mix</remote-id>
- <remote-id type="cpan-module">Class::Mix</remote-id>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2014-10-11 17:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-11 17:04 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-14 2:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Mix/ Kent Fredric
2011-11-14 2:57 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=1413045971.5a33076ad3ea0689cf3502b2d2eb35d45abebff6.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