summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-11-26 23:18:10 +0100
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-11-26 23:18:10 +0100
commit338d5779547b888ffd416c854e51a72f6721d3e7 (patch)
treee809120a2c06f448dc4c591a0b7ea30aedd562cb /dev-perl
parentdev-perl/indirect: Version bump (diff)
downloadgentoo-338d5779547b888ffd416c854e51a72f6721d3e7.tar.gz
gentoo-338d5779547b888ffd416c854e51a72f6721d3e7.tar.bz2
gentoo-338d5779547b888ffd416c854e51a72f6721d3e7.zip
dev-perl/indirect: Remove old
Package-Manager: portage-2.2.25
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/indirect/Manifest3
-rw-r--r--dev-perl/indirect/indirect-0.270.0.ebuild23
-rw-r--r--dev-perl/indirect/indirect-0.300.0.ebuild23
-rw-r--r--dev-perl/indirect/indirect-0.310.0.ebuild23
4 files changed, 0 insertions, 72 deletions
diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest
index d6f7d141f1f5..965d0a9dd56d 100644
--- a/dev-perl/indirect/Manifest
+++ b/dev-perl/indirect/Manifest
@@ -1,5 +1,2 @@
-DIST indirect-0.27.tar.gz 38266 SHA256 2d2da4c38eab4a02ac9e616cba8de18d7679a3e3358153791277efbbcb8685b7 SHA512 facc9f4b17308378301781d1ef201d618644b5bd9bc072671bf3d632d7ad7c92a45c94cbf5450887364d9c6b6270a71fa711a2514f49718be9b493d4fb74518c WHIRLPOOL 3b3f3ea0c2d14362100d9062466ae4769df1e133a84456b2c0db3d6c7447d94e99a98a334f2f766029ff68c56f5a6a8f45c986102e289ade79e0a67a6345b9cc
-DIST indirect-0.30.tar.gz 41721 SHA256 f34238760274c7b37858d707a6ffb42663d7ba0aece026fd3692d0382e97378b SHA512 0f272fe7f5d928e8b0d7709589d62a3b9948f55e1a056b927120d50c96a306ea5c1a2031de8decd6dca1fd202b37d2490eef766c7693326d7be580a2d61f7949 WHIRLPOOL acf8f93bc9bdbee5bccd5ab504bd89de52604eaa1c5387b4fdead111f06ed6b4cdef9778fb33dcf63d8a5ed43daea0d4d6c70b042d6288f5541dfb8157f80048
-DIST indirect-0.31.tar.gz 41675 SHA256 9f22be210ea844c266da4008b1046be059888e80072c35a884f6dd67d41c8b99 SHA512 199cfc5fa9a311451daa3d19ace0684afac955879413114f27353e5bc98fbe6f6ab3e7b1881112fca736ef690fd967a7a826de1d2392be94d32c4c4173c05e4b WHIRLPOOL 5801e49a61243659cff1a768d5ab6b56cb0037f227260db807c82006045a159a6727cd1fda311a5dbd3c4314d2bf782a403a7aaf8099c72a3ff596a47848aff3
DIST indirect-0.35.tar.gz 45177 SHA256 7cebc51f210f8e547e1ca0ff451439edfefb356b4ceb076d8028fb16469e0c74 SHA512 6b3d0e3caec39016172d6fdafaa0fca65d75e63a1131398fe2ce31c08070c70cee0b07112b7fd099a6e4bd0a9e1fe99915259d8752984a5aa462739a2305e50a WHIRLPOOL aac664c4b09c7b97e29ca760f5da64ec40868c045a07eef1a2a53201a071aebcf2a7434a1fbab6a3cddf31e5c43ef12d198b5aa604b30c789194327a90255ef6
DIST indirect-0.36.tar.gz 48597 SHA256 7c2676566fbee16d15be972cb2b7a2fcb7972d3d58a2fb06a41030d909b7e55b SHA512 27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb WHIRLPOOL c07281a07d931577b707caa0207ea6c8c1f66066590bed796e21b4b2e58e7da69335cc211287de0222fd11f65f628fc8371e79f37651a953951d3f48c1552984
diff --git a/dev-perl/indirect/indirect-0.270.0.ebuild b/dev-perl/indirect/indirect-0.270.0.ebuild
deleted file mode 100644
index 3fa25911d396..000000000000
--- a/dev-perl/indirect/indirect-0.270.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=VPIT
-MODULE_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION="Lexically warn about using the indirect object syntax"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
-
-SRC_TEST=do
diff --git a/dev-perl/indirect/indirect-0.300.0.ebuild b/dev-perl/indirect/indirect-0.300.0.ebuild
deleted file mode 100644
index cf19c04a559f..000000000000
--- a/dev-perl/indirect/indirect-0.300.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=VPIT
-MODULE_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION="Lexically warn about using the indirect object syntax"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
-
-SRC_TEST=do
diff --git a/dev-perl/indirect/indirect-0.310.0.ebuild b/dev-perl/indirect/indirect-0.310.0.ebuild
deleted file mode 100644
index d5e13b3541eb..000000000000
--- a/dev-perl/indirect/indirect-0.310.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=VPIT
-MODULE_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION="Lexically warn about using the indirect object syntax"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
-
-SRC_TEST=do