public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Variable-Magic/
Date: Fri, 30 Jun 2017 05:06:07 +0000 (UTC)	[thread overview]
Message-ID: <1498799162.e0b934844abd2b5aef23f1026a7d6b76f21d0133.kentnl@gentoo> (raw)

commit:     e0b934844abd2b5aef23f1026a7d6b76f21d0133
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 05:05:44 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 05:06:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b93484

dev-perl/Variable-Magic: Cleanup Old

Remove old versions with failures on newer perls

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Variable-Magic/Manifest                   |  2 --
 .../Variable-Magic/Variable-Magic-0.590.0.ebuild   | 27 ----------------------
 .../Variable-Magic/Variable-Magic-0.600.0.ebuild   | 27 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-perl/Variable-Magic/Manifest b/dev-perl/Variable-Magic/Manifest
index 615425afb22..902c9d58988 100644
--- a/dev-perl/Variable-Magic/Manifest
+++ b/dev-perl/Variable-Magic/Manifest
@@ -1,3 +1 @@
-DIST Variable-Magic-0.59.tar.gz 74019 SHA256 e01eb9fd803d8c9baf93f3dbb5cabf750e4bb74eccc8a1f9035e46246a688066 SHA512 500def84c3ef27afc0ee41d3737d4dc9d527ecd6f2fddbf53f969548d843adf30990f7b2704aa6db654bcfea9e2a6906fc5f3b89ef933abb22c72ac528acad1f WHIRLPOOL ef2fb39605c522162df5841a8329c2664452f401f038317521aa1fb6e8b763cbe9bd380ba64eecfb061dc81125b1841a6fa5807573a0ec2b4d81224657088d21
-DIST Variable-Magic-0.60.tar.gz 78080 SHA256 22a5e2bd38ac327f1ae4b4ce654e726f3bba9c1d813750b98165831ea00952cf SHA512 605ca57c59f1ff758c6fc5669b503dc1a92a47474c9744bd23ea3b422409ba4f15a1f5ae9b259a9e243b32cf31757d2d54ab7b02bce7472cfa22fbfdcb52a9a8 WHIRLPOOL 883b0a191d3a3ab11fdb4b8d1f514e22988369267219d7250d866b1eb9931b96c04896a1b868392b20e09352ef640bbaab1ecf79e979118cc26933ed634da02d
 DIST Variable-Magic-0.61.tar.gz 78663 SHA256 b8afe92e54c72a2ed2ca1b08ce90518b855734f7d33c454d0f66f2c1ccf8a6d7 SHA512 32f27e6faa7f7b6e8ef512eafdab648eb89d11e16b4d5a703523d423d0e6436685a5b6f5751d96f4981872822bbdc5a957cb61b898462c8a4827cbca0f250def WHIRLPOOL fc60831891ac53a8d28954fb4d8e690851a3a3f5e58d1ec867457ab4c85660477c15431bc35ea39a11a5179a4acc1c70442a4154545614e805c6c17fafb975e2

diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.590.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.590.0.ebuild
deleted file mode 100644
index 7e376850c9c..00000000000
--- a/dev-perl/Variable-Magic/Variable-Magic-0.590.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=VPIT
-DIST_VERSION=0.59
-DIST_EXAMPLES=("samples/*")
-inherit perl-module
-
-DESCRIPTION="Associate user-defined magic to variables from Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc x86 ~ppc-aix ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Exporter
-	virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"

diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.600.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.600.0.ebuild
deleted file mode 100644
index af6f44a65ee..00000000000
--- a/dev-perl/Variable-Magic/Variable-Magic-0.600.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=VPIT
-DIST_VERSION=0.60
-DIST_EXAMPLES=("samples/*")
-inherit perl-module
-
-DESCRIPTION="Associate user-defined magic to variables from Perl"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Exporter
-	virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"


             reply	other threads:[~2017-06-30  5:06 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-30  5:06 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14  0:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Variable-Magic/ Sam James
2024-06-09 21:21 Sam James
2024-06-09 20:41 Sam James
2024-05-01 23:47 Andreas K. Hüttel
2023-08-04 22:40 Sam James
2023-08-02  4:27 Sam James
2023-07-24  4:01 Sam James
2023-07-24  3:59 Sam James
2023-07-24  3:59 Sam James
2023-06-17 22:27 Andreas K. Hüttel
2021-10-02 15:49 Andreas K. Hüttel
2020-12-27 16:19 Fabian Groffen
2019-07-19  7:49 Mikle Kolyada
2019-02-28 16:53 Mikle Kolyada
2019-01-17 20:39 Mikle Kolyada
2018-12-01 15:10 Sergei Trofimovich
2018-10-15 16:05 Fabian Groffen
2018-10-11 14:56 Andreas Hüttel
2018-10-05  8:39 Mikle Kolyada
2018-10-05  8:10 Mikle Kolyada
2018-10-02  7:33 Sergei Trofimovich
2018-09-30 16:08 Sergei Trofimovich
2018-09-01 19:01 Thomas Deutschmann
2018-08-20  4:40 Matt Turner
2018-08-04  0:29 Mikle Kolyada
2018-07-27  7:08 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2018-03-28  4:09 Matt Turner
2018-03-20  7:04 Kent Fredric
2018-03-01 14:28 Michał Górny
2017-07-01 11:16 Sergei Trofimovich
2017-05-22 11:43 Michael Weber
2017-05-06  6:37 Kent Fredric
2017-04-29 11:22 Jeroen Roovers
2017-04-03 20:48 Michael Weber
2017-04-03 12:33 Agostino Sarubbo
2017-04-02 13:23 Agostino Sarubbo
2017-02-22 21:45 Markus Meier
2017-02-14  5:22 Kent Fredric
2017-01-01 14:35 Andreas Hüttel
2016-12-28 18:11 Kent Fredric
2016-12-04 16:43 Michael Palimaka
2016-09-16 21:43 Andreas Hüttel
2016-08-10 14:34 Kent Fredric
2016-08-10 14:34 Kent Fredric
2016-08-06  9:29 Kent Fredric
2016-05-25 23:08 Matt Turner
2016-04-26 20:03 Andreas Hüttel
2016-03-15 12:13 Agostino Sarubbo
2016-03-15 12:11 Agostino Sarubbo
2016-03-15 12:10 Agostino Sarubbo
2015-09-09 19:25 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=1498799162.e0b934844abd2b5aef23f1026a7d6b76f21d0133.kentnl@gentoo \
    --to=kentnl@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