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 <[email protected]> - -Filter-Simple-0.870.0.ebuild: - Gone on CPAN - -*Filter-Simple-0.880.0 (26 Feb 2012) - - 26 Feb 2012; Kent Fredric <[email protected]> - +Filter-Simple-0.880.0.ebuild: - Version Bump - - 31 Jul 2011; Kent Fredric <[email protected]> - -Filter-Simple-0.850.0.ebuild: - Gone on CPAN - -*Filter-Simple-0.870.0 (24 May 2011) - - 24 May 2011; Kent Fredric <[email protected]> - +Filter-Simple-0.870.0.ebuild: - Version bump - -*Filter-Simple-0.850.0 (11 Mar 2011) - - 11 Mar 2011; Kent Fredric <[email protected]> - +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>[email protected]</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>
