summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/MooseX-Types-Common/Manifest3
-rw-r--r--dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild28
-rw-r--r--dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild35
-rw-r--r--dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild40
4 files changed, 0 insertions, 106 deletions
diff --git a/dev-perl/MooseX-Types-Common/Manifest b/dev-perl/MooseX-Types-Common/Manifest
index 775ae0d49..043617a00 100644
--- a/dev-perl/MooseX-Types-Common/Manifest
+++ b/dev-perl/MooseX-Types-Common/Manifest
@@ -1,4 +1 @@
-DIST MooseX-Types-Common-0.001002.tar.gz 16897 SHA256 79768140fe23b7400f187c91dc904f48ae2086fed2a5eeda7b78acf98aa0ad55
-DIST MooseX-Types-Common-0.001003.tar.gz 21157 SHA256 12708b456a3710e260a47f01f09c2d08af441de601b3610d63f91a2a31c540a4 SHA512 294089a3e263a7516f3cd18d73df01ec3fdc34f9a097d35502526b4b9bf6e8a688eb9c33013e78378bf1637ad935a38d06d46579492433d7cf65070c1209db2a WHIRLPOOL cc452d08e4279a180a64f28656a7f667c8f50de4515d4a7bec4a856c5dbbead72b531b7d0c22f9499b288f79e918b5a75428dd12b4aa5e1c98f778b23b0d1cb1
-DIST MooseX-Types-Common-0.001007.tar.gz 22069 SHA256 343d621fa8106e2ccfb8635828c738cece7f97b111c570dbb871731096d22c1e SHA512 baa413281447ab6166d9fc99498b1bf1a20aeedc8d886326cc45f6e7373dfb0bdc2e67ee6b899ee689d5d50c2347e44c8b32a0691d8ea2e11a5a622f67f591d7 WHIRLPOOL 7b6fe60905f7cb5eed2c54c4178f070fee4415cd856de9f8037d8b623760cff85d01ba20c0b783c65bca3c3fb8012c523e5d3fe70c6edeefbeea9b6dc1aee8a7
DIST MooseX-Types-Common-0.001008.tar.gz 22647 SHA256 bfdd2cd12085f14d2ec624ae89566925b308e8f65f1aab50b4d3fb2dc6361f68 SHA512 f1082a8edcf43a6961213e9f23bcc66126fa5a1c4765989e620bcf1d8ab0353d41632c5b44e1133955f34ab215065588f10239eb431e06ad915e30c48d30d8cd WHIRLPOOL 93902d0ecbd739a28fa958c13781a0d4428dc6c14b6d299bef56bf34d440a145bcc3660274c46bb5be2e0c1cc54ec1f794ec4c34a7d07455335be8a63492795c
diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
deleted file mode 100644
index 2dd3cf64b..000000000
--- a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=GRODITI
-MODULE_VERSION="0.001002"
-inherit perl-module
-
-DESCRIPTION="A set of commonly-used type constraints that do not ship with Moose by default"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=dev-perl/Moose-0.390.0
- >=dev-perl/MooseX-Types-0.04
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.62
- dev-perl/Test-Exception
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
deleted file mode 100644
index 93036c4a3..000000000
--- a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ARCANEZ
-MODULE_VERSION=0.001003
-inherit perl-module
-
-DESCRIPTION="A set of commonly-used type constraints that do not ship with Moose by default"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { true;}
-COMMON_DEPEND="
- $(comment Moose 0.39)
- >=dev-perl/Moose-0.390.0
-
- $(comment MooseX::Types 0.04)
- >=dev-perl/MooseX-Types-0.40.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- $(comment Test::More 0.62)
- >=virtual/perl-Test-Simple-0.62
-
- $(comment Test::Exception)
- dev-perl/Test-Exception
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild
deleted file mode 100644
index 493f6e34f..000000000
--- a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ARCANEZ
-MODULE_VERSION=0.001007
-inherit perl-module
-
-DESCRIPTION='A library of commonly used type constraints'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.62 ( 0.620.0 )
- echo \>=virtual/perl-Test-Simple-0.62
-}
-perl_meta_runtime() {
- # Moose 0.39 ( 0.390.0 )
- echo \>=dev-perl/Moose-0.390.0
- # MooseX::Types 0.04 ( 0.40.0 )
- echo \>=dev-perl/MooseX-Types-0.40.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"