summaryrefslogtreecommitdiff
path: root/dev-perl/Mouse
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Mouse
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Mouse')
-rw-r--r--dev-perl/Mouse/Manifest5
-rw-r--r--dev-perl/Mouse/Mouse-2.4.10.ebuild35
-rw-r--r--dev-perl/Mouse/Mouse-2.4.9.ebuild35
-rw-r--r--dev-perl/Mouse/metadata.xml40
4 files changed, 0 insertions, 115 deletions
diff --git a/dev-perl/Mouse/Manifest b/dev-perl/Mouse/Manifest
deleted file mode 100644
index 8fed1df66337..000000000000
--- a/dev-perl/Mouse/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST Mouse-v2.4.10.tar.gz 222745 BLAKE2B 3d0f5d3c6f9183f67db24ec9859bd945080bf5f9f9aa370dfb6803a6d32e7e01e589540d24bdc0a0fe338a08d9f89845bd8ef060d381717ec709877de066f2c5 SHA512 57d797bed24ccea66307d95395bb7d5dd860c0bc41e25a7701cf5a16fdf28776dc7633a6b8bbb1bcf6684b930385da71bf2d44f777a211988a500e30bdf8e9e5
-DIST Mouse-v2.4.9.tar.gz 222421 BLAKE2B 8b24137481da02a7e0d9ebbeb4bb632cb5f8b4daa162823cdc2c70edf6419ec511e3489d47d81733d88a2b37bc5b278966fa874a217724e6adf98c7048a6a976 SHA512 194471dc7121692dc4dcd384c4e3ecd3936457bf34fa3088b25abc9d6d5faa76fc7ca08ee2c1bc23c3ab9c2d91a6b414b065796aea1371d46a31cbf248621b10
-EBUILD Mouse-2.4.10.ebuild 753 BLAKE2B c463b777c9e4e6153eeaf76a4f5ce19ac7446bd480b0679f49c364eeb9d9b033342e6739a32441daff7a0d708e2e5354c4660d4e79c914c3c32e35a47862dada SHA512 3803e6795f861eb2e6948847d4f7abb32e2f7b126fa286b03f777a580ae64160ac94d2b4f6fdb0c477260143eb5411f80069cffdeba923e0cb263c97993dce00
-EBUILD Mouse-2.4.9.ebuild 751 BLAKE2B dd1e5140addfb3d8795e54259f1dc52bc9561c1a4197c642feae79829a60d2cac8a7a9e5fd3d2758dbdbd085d7502bc9b02eff5f0d8e24b2bc8ca46a73fb7a49 SHA512 ba5649ef951d8339bcb080d142bd8a1ac0cfcaa1a004b1ab90db1c40740b70b44d7883cdd008d24d4826bf8e2989fe6a37f530d07094f32f5714877f42b315e5
-MISC metadata.xml 2262 BLAKE2B 0916b57428ea820a1ca71f1487de36dfa3441b86241b9d372c30f32014af2901b7a79cdb1a9b3ff16cbd0a98818b7316c7555277f9bbda8075a5f6aa20c0cbbd SHA512 3221d09e315f504d05902d6d1417902c6d1cb8bddc517c2a541191f40ce7891f93dee31fa8b6da4a871960ba7bba4a2e3ed281dea90c8b847b28c164ab97a48f
diff --git a/dev-perl/Mouse/Mouse-2.4.10.ebuild b/dev-perl/Mouse/Mouse-2.4.10.ebuild
deleted file mode 100644
index b9884ff69e83..000000000000
--- a/dev-perl/Mouse/Mouse-2.4.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GFUJI
-DIST_VERSION=v2.4.10
-DIST_EXAMPLES=("example/*" "benchmarks")
-inherit perl-module
-
-DESCRIPTION="Moose minus the antlers"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.140.0
- >=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-ParseXS-3.220.0
- >=virtual/perl-Devel-PPPort-3.220.0
- >=dev-perl/Module-Build-0.400.500
- dev-perl/Module-Build-XSUtil
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-Fatal
- dev-perl/Test-LeakTrace
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Output
- dev-perl/Test-Requires
- dev-perl/Try-Tiny
- )
-"
diff --git a/dev-perl/Mouse/Mouse-2.4.9.ebuild b/dev-perl/Mouse/Mouse-2.4.9.ebuild
deleted file mode 100644
index c82abb1585cb..000000000000
--- a/dev-perl/Mouse/Mouse-2.4.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SYOHEX
-DIST_VERSION=v${PV}
-DIST_EXAMPLES=("example/*" "benchmarks")
-inherit perl-module
-
-DESCRIPTION="Moose minus the antlers"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.140.0
- >=virtual/perl-XSLoader-0.20.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-ParseXS-3.220.0
- >=virtual/perl-Devel-PPPort-3.220.0
- >=dev-perl/Module-Build-0.400.500
- dev-perl/Module-Build-XSUtil
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-Fatal
- dev-perl/Test-LeakTrace
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Output
- dev-perl/Test-Requires
- dev-perl/Try-Tiny
- )
-"
diff --git a/dev-perl/Mouse/metadata.xml b/dev-perl/Mouse/metadata.xml
deleted file mode 100644
index 583bec1f44fa..000000000000
--- a/dev-perl/Mouse/metadata.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Mouse</remote-id>
- <remote-id type="cpan-module">Mouse</remote-id>
- <remote-id type="cpan-module">Mouse::Exporter</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Attribute</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Class</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Method</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Method::Accessor</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Method::Constructor</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Method::Delegation</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Method::Destructor</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Module</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Role</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Role::Application</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Role::Application::RoleSummation</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Role::Composite</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::Role::Method</remote-id>
- <remote-id type="cpan-module">Mouse::Meta::TypeConstraint</remote-id>
- <remote-id type="cpan-module">Mouse::Object</remote-id>
- <remote-id type="cpan-module">Mouse::PurePerl</remote-id>
- <remote-id type="cpan-module">Mouse::Role</remote-id>
- <remote-id type="cpan-module">Mouse::Spec</remote-id>
- <remote-id type="cpan-module">Mouse::Tiny</remote-id>
- <remote-id type="cpan-module">Mouse::TypeRegistry</remote-id>
- <remote-id type="cpan-module">Mouse::Util</remote-id>
- <remote-id type="cpan-module">Mouse::Util::MetaRole</remote-id>
- <remote-id type="cpan-module">Mouse::Util::TypeConstraints</remote-id>
- <remote-id type="cpan-module">Squirrel</remote-id>
- <remote-id type="cpan-module">Squirrel::Role</remote-id>
- <remote-id type="cpan-module">Test::Mouse</remote-id>
- <remote-id type="cpan-module">ouse</remote-id>
- </upstream>
-</pkgmetadata>