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/Pod-WikiDoc/
Date: Tue,  9 Jun 2015 10:13:18 +0000 (UTC)	[thread overview]
Message-ID: <1433844363.d3f475173598f16b63eecd18780eb34f862cd593.kent@gentoo> (raw)

commit:     d3f475173598f16b63eecd18780eb34f862cd593
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:06:03 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:06:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d3f47517

[cleanup] Pod-WikiDoc: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild    | 34 -----------
 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild | 66 ----------------------
 2 files changed, 100 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
deleted file mode 100644
index d6f59df..0000000
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.18"
-inherit perl-module
-
-DESCRIPTION="Generate Pod from inline wiki style text"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	>=dev-perl/Getopt-Lucid-0.140.0
-	>=dev-perl/IO-String-1.06
-	>=dev-perl/Parse-RecDescent-1.94
-	>=virtual/perl-Scalar-List-Utils-1.02
-	>=virtual/perl-Text-Balanced-1.95
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-Module-Build
-	>=virtual/perl-Test-Simple-0.45
-	>=dev-perl/IPC-Run3-0.033
-	>=dev-perl/Probe-Perl-0.01
-	>=dev-perl/File-pushd-0.300.0
-	>=virtual/perl-File-Spec-3
-	>=virtual/perl-File-Temp-0.14
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
deleted file mode 100644
index 924b16d..0000000
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION='Generate Pod from inline wiki style text'
-LICENSE=" Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Carp
-	# echo virtual/perl-Carp
-	# Getopt::Lucid 0.14 ( 0.140.0 )
-	echo \>=dev-perl/Getopt-Lucid-0.140.0
-	# IO::String 1.06 ( 1.60.0 )
-	echo \>=dev-perl/IO-String-1.60.0
-	# Parse::RecDescent 1.967006 ( 1.967.6 )
-	echo \>=dev-perl/Parse-RecDescent-1.967.6
-	# Pod::Usage 1 ( 1.0.0 )
-	echo \>=virtual/perl-Pod-Parser-1.0.0
-	# Scalar::Util 1.02 ( 1.20.0 )
-	echo \>=virtual/perl-Scalar-List-Utils-1.20.0
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find 1 ( 1.0.0 )
-	echo \>=dev-lang/perl-1.0.0
-	# File::Spec 3 ( 3.0.0 )
-	echo \>=virtual/perl-File-Spec-3.0
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# IPC::Run3 0.033 ( 0.33.0 )
-	echo \>=dev-perl/IPC-Run3-0.033
-	# Probe::Perl 0.01 ( 0.10.0 )
-	echo \>=dev-perl/Probe-Perl-0.10.0
-	# Test::Builder
-	echo virtual/perl-Test-Simple
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


             reply	other threads:[~2015-06-09 10:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-09 10:13 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-17  0:56 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/ Kent Fredric
2014-07-22  2:49 Kent Fredric
2013-05-03  4:12 Kent Fredric
2012-03-01 11:37 Kent Fredric
2012-02-28 12:02 Kent Fredric
2012-02-27  1:59 Kent Fredric
2011-04-23 13:00 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-04-22 14:35 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-22 14:35 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=1433844363.d3f475173598f16b63eecd18780eb34f862cd593.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