public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/
Date: Thu, 26 Nov 2015 22:18:19 +0000 (UTC)	[thread overview]
Message-ID: <1448576290.338d5779547b888ffd416c854e51a72f6721d3e7.dilfridge@gentoo> (raw)

commit:     338d5779547b888ffd416c854e51a72f6721d3e7
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 22:18:10 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 22:18:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338d5779

dev-perl/indirect: Remove old

Package-Manager: portage-2.2.25

 dev-perl/indirect/Manifest                |  3 ---
 dev-perl/indirect/indirect-0.270.0.ebuild | 23 -----------------------
 dev-perl/indirect/indirect-0.300.0.ebuild | 23 -----------------------
 dev-perl/indirect/indirect-0.310.0.ebuild | 23 -----------------------
 4 files changed, 72 deletions(-)

diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest
index d6f7d14..965d0a9 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 3fa2591..0000000
--- 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 cf19c04..0000000
--- 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 d5e13b3..0000000
--- 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


             reply	other threads:[~2015-11-26 22:18 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-26 22:18 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-08 10:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/ Yixun Lan
2021-11-21  4:58 Arthur Zamarin
2021-11-18 21:43 Arthur Zamarin
2021-11-06 10:57 Andreas K. Hüttel
2021-08-25 16:26 Sam James
2021-08-25  5:32 Agostino Sarubbo
2021-08-25  5:25 Agostino Sarubbo
2021-08-04 10:23 Sergei Trofimovich
2021-07-11 20:15 Andreas K. Hüttel
2021-05-25  0:19 Joshua Kinard
2021-05-16  0:13 Sam James
2021-05-15  1:55 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-04-14 13:05 Kent Fredric
2018-06-10 19:33 Aaron Bauman
2018-06-10 15:56 Thomas Deutschmann
2017-10-26  4:33 Kent Fredric
2017-10-26  3:41 Kent Fredric
2017-09-23 12:50 Sergei Trofimovich
2017-09-21 10:03 Kent Fredric
2017-09-19 19:22 Sergei Trofimovich
2016-08-13  8:18 Jeroen Roovers
2016-08-06 11:54 Kent Fredric
2016-02-29 23:11 Andreas Hüttel
2015-11-26 22:18 Andreas Hüttel

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=1448576290.338d5779547b888ffd416c854e51a72f6721d3e7.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --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