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: perl-core/Filter-Simple/
Date: Sat,  6 Sep 2014 09:52:18 +0000 (UTC)	[thread overview]
Message-ID: <1409991382.826b6d3b8303000e8406a8bb4ed536d888e36763.kent@gentoo> (raw)

commit:     826b6d3b8303000e8406a8bb4ed536d888e36763
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep  6 08:16:22 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep  6 08:16:22 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=826b6d3b

[treeclean] remove Filter-Simple which is completely redundant

---
 perl-core/Filter-Simple/ChangeLog                  | 30 ------------------
 .../Filter-Simple/Filter-Simple-0.880.0.ebuild     | 36 ----------------------
 perl-core/Filter-Simple/metadata.xml               | 25 ---------------
 3 files changed, 91 deletions(-)

diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
deleted file mode 100644
index 2c73222..0000000
--- a/perl-core/Filter-Simple/ChangeLog
+++ /dev/null
@@ -1,30 +0,0 @@
-# ChangeLog for perl-core/Filter-Simple
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  29 Apr 2012; Kent Fredric <kentfredric@gmail.com>
-  -Filter-Simple-0.870.0.ebuild:
-  Gone on CPAN
-
-*Filter-Simple-0.880.0 (26 Feb 2012)
-
-  26 Feb 2012; Kent Fredric <kentfredric@gmail.com>
-  +Filter-Simple-0.880.0.ebuild:
-  Version Bump
-
-  31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
-  -Filter-Simple-0.850.0.ebuild:
-  Gone on CPAN
-
-*Filter-Simple-0.870.0 (24 May 2011)
-
-  24 May 2011; Kent Fredric <kentfredric@gmail.com>
-  +Filter-Simple-0.870.0.ebuild:
-  Version bump
-
-*Filter-Simple-0.850.0 (11 Mar 2011)
-
-  11 Mar 2011; Kent Fredric <kentfredric@gmail.com>
-  +Filter-Simple-0.850.0.ebuild, +metadata.xml:
-  Added: reported outdated by cpan-outdated
-

diff --git a/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild
deleted file mode 100644
index c83ecba..0000000
--- a/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION=0.88
-inherit perl-module
-
-DESCRIPTION='Simplified source filtering'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Filter::Util::Call
-	echo virtual/perl-Filter
-	# Text::Balanced 1.97 ( 1.970.0 )
-	echo \>=virtual/perl-Text-Balanced-1.970.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/perl-core/Filter-Simple/metadata.xml b/perl-core/Filter-Simple/metadata.xml
deleted file mode 100644
index 84dd695..0000000
--- a/perl-core/Filter-Simple/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>perl</herd>
-  <maintainer>
-    <email>kentfredric@gmail.com</email>
-    <name>Kent Fredric</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="cpan">Filter-Simple</remote-id>
-    <remote-id type="cpan-module">Demo1</remote-id>
-    <remote-id type="cpan-module">Demo2a</remote-id>
-    <remote-id type="cpan-module">Demo2b</remote-id>
-    <remote-id type="cpan-module">DemoData</remote-id>
-    <remote-id type="cpan-module">DemoRevCat</remote-id>
-    <remote-id type="cpan-module">DemoSwear</remote-id>
-    <remote-id type="cpan-module">DemoUnPod</remote-id>
-    <remote-id type="cpan-module">Demo_Data</remote-id>
-    <remote-id type="cpan-module">Demo_Exporter</remote-id>
-    <remote-id type="cpan-module">Demo_Importer</remote-id>
-    <remote-id type="cpan-module">Demo_REM</remote-id>
-    <remote-id type="cpan-module">DotsForArrows</remote-id>
-    <remote-id type="cpan-module">Filter::Simple</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2014-09-06  9:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-06  9:52 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-29 19:26 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/ Kent Fredric
2012-02-26 13:46 Kent Fredric
2011-07-31  4:55 Kent Fredric
2011-05-24  8:11 Kent Fredric
2011-03-12  2:12 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=1409991382.826b6d3b8303000e8406a8bb4ed536d888e36763.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