public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PatchPerl/
Date: Wed, 29 Jun 2011 01:24:11 +0000 (UTC)	[thread overview]
Message-ID: <39ba6c7d9d9d3189828365de310c0f7f3f03a61d.kent@gentoo> (raw)

commit:     39ba6c7d9d9d3189828365de310c0f7f3f03a61d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 29 01:13:45 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 29 01:13:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=39ba6c7d

[cpanclean] Devel-PatchPerl

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Devel-PatchPerl/ChangeLog                 |    5 +++
 .../Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild |   28 --------------------
 .../Devel-PatchPerl/Devel-PatchPerl-0.340.0.ebuild |   28 --------------------
 .../Devel-PatchPerl/Devel-PatchPerl-0.360.0.ebuild |   28 --------------------
 4 files changed, 5 insertions(+), 84 deletions(-)

diff --git a/dev-perl/Devel-PatchPerl/ChangeLog b/dev-perl/Devel-PatchPerl/ChangeLog
index b46b216..040b150 100644
--- a/dev-perl/Devel-PatchPerl/ChangeLog
+++ b/dev-perl/Devel-PatchPerl/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -Devel-PatchPerl-0.300.0.ebuild, -Devel-PatchPerl-0.340.0.ebuild,
+  -Devel-PatchPerl-0.360.0.ebuild:
+  Gone on CPAN
+
 *Devel-PatchPerl-0.400.0 (09 Jun 2011)
 
   09 Jun 2011; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild
deleted file mode 100644
index 943abe6..0000000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
-	virtual/perl-IO $(comment IO::File)
-	>=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
-	virtual/perl-MIME-Base64
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.340.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.340.0.ebuild
deleted file mode 100644
index 49619b1..0000000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.340.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.34
-inherit perl-module
-
-DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
-	virtual/perl-IO $(comment IO::File)
-	>=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
-	virtual/perl-MIME-Base64
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.360.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.360.0.ebuild
deleted file mode 100644
index 3554f00..0000000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.360.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.36
-inherit perl-module
-
-DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
-	virtual/perl-IO $(comment IO::File)
-	>=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
-	virtual/perl-MIME-Base64
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



             reply	other threads:[~2011-06-29  1:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29  1:24 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-08 23:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PatchPerl/ Andreas Hüttel
2014-04-05  7:11 Kent Fredric
2014-04-05  7:11 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-05-09 11:44 Kent Fredric
2013-05-03  4:12 Kent Fredric
2013-03-02  7:02 Kent Fredric
2012-07-26  2:09 Kent Fredric
2012-06-08 20:39 Kent Fredric
2012-04-06 20:42 Kent Fredric
2012-02-16  8:41 Kent Fredric
2011-12-08  9:30 Kent Fredric
2011-09-23  8:27 Kent Fredric
2011-08-26 16:03 Kent Fredric
2011-07-31 10:42 Kent Fredric
2011-07-22 19:15 Torsten Veller
2011-06-09 19:04 Torsten Veller
2011-05-23  5:21 Kent Fredric
2011-05-14  6:40 Torsten Veller
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-05  6:49 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric

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=39ba6c7d9d9d3189828365de310c0f7f3f03a61d.kent@gentoo \
    --to=kentfredric@gmail.com \
    --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