commit:     6ceb3a842f472ed30f420344b32c7e52c06804e7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 13:42:47 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 13:42:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6ceb3a84

[cleanup] Text-vCard: remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild    | 24 ----------
 dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild    | 40 ----------------
 dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild | 58 ------------------------
 dev-perl/Text-vCard/Text-vCard-2.70.0.ebuild     | 24 ----------
 dev-perl/Text-vCard/Text-vCard-2.90.0.ebuild     | 24 ----------
 5 files changed, 170 deletions(-)

diff --git a/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild 
b/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
deleted file mode 100644
index f6ee930..0000000
--- a/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=LLAP
-MODULE_VERSION=2.10
-inherit perl-module
-
-DESCRIPTION="Edit or create a single vCard (RFC 2426)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       >=dev-perl/Text-vFile-asData-0.70.0
-       >=dev-perl/File-Slurp-9999.04
-       >=virtual/perl-MIME-Base64-3.07"
-DEPEND="${RDEPEND}
-       test? ( >=virtual/perl-Test-Simple-0.1 )"
-
-SRC_TEST="do"

diff --git a/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild 
b/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild
deleted file mode 100644
index 2792448..0000000
--- a/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=LLAP
-MODULE_VERSION=2.11
-inherit perl-module
-
-DESCRIPTION='Module for parsing and creating vCards (RFC 2426) address'
-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() {
-       # File::Slurp 9999.04 ( 9999.40.0 )
-       echo \>=dev-perl/File-Slurp-9999.04
-       # MIME::QuotedPrint 3.07 ( 3.70.0 )
-       echo \>=virtual/perl-MIME-Base64-3.07
-       # Test::More 0.1 ( 0.100.0 )
-       echo \>=virtual/perl-Test-Simple-0.10
-       # Text::vFile::asData 0.07 ( 0.70.0 )
-       echo \>=dev-perl/Text-vFile-asData-0.70.0
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild 
b/dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
deleted file mode 100644
index ab7c6a2..0000000
--- a/dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=LLAP
-MODULE_VERSION=2.12
-inherit perl-module
-
-DESCRIPTION='a package to edit and create a single vCard (RFC 2426)'
-LICENSE=" || ( Artistic GPL-2 )"
-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
-       # Encode
-       echo virtual/perl-Encode
-       # File::Slurp 9999.04 ( 9999.40.0 )
-       echo \>=dev-perl/File-Slurp-9999.04
-       # MIME::Base64 3.07 ( 3.70.0 )
-       echo \>=virtual/perl-MIME-Base64-3.07
-       # MIME::QuotedPrint 3.07 ( 3.70.0 )
-       echo \>=virtual/perl-MIME-Base64-3.07
-       # Text::vFile::asData 0.07 ( 0.70.0 )
-       echo \>=dev-perl/Text-vFile-asData-0.70.0
-       # base
-       # echo virtual/perl-base
-       # perl 5.006 ( 5.6.0 )
-       echo \>=dev-lang/perl-5.6.0
-       # strict
-       echo dev-lang/perl
-       # vars
-       echo dev-lang/perl
-       # warnings
-       echo dev-lang/perl
-}
-perl_meta_test() {
-       # Data::Dumper
-       echo virtual/perl-Data-Dumper
-       # Digest
-       echo virtual/perl-Digest
-       # 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"

diff --git a/dev-perl/Text-vCard/Text-vCard-2.70.0.ebuild 
b/dev-perl/Text-vCard/Text-vCard-2.70.0.ebuild
deleted file mode 100644
index 27337d9..0000000
--- a/dev-perl/Text-vCard/Text-vCard-2.70.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=LLAP
-MODULE_VERSION="2.07"
-inherit perl-module
-
-DESCRIPTION="Edit or create a single vCard (RFC 2426)"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="
-       >=dev-perl/Text-vFile-asData-0.05
-       >=dev-perl/File-Slurp-9999.04
-       >=virtual/perl-MIME-Base64-3.07"
-DEPEND="${RDEPEND}
-       test? ( >=virtual/perl-Test-Simple-0.1 )"

diff --git a/dev-perl/Text-vCard/Text-vCard-2.90.0.ebuild 
b/dev-perl/Text-vCard/Text-vCard-2.90.0.ebuild
deleted file mode 100644
index b1767d5..0000000
--- a/dev-perl/Text-vCard/Text-vCard-2.90.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=LLAP
-MODULE_VERSION="2.09"
-inherit perl-module
-
-DESCRIPTION="Edit or create a single vCard (RFC 2426)"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="
-       >=dev-perl/Text-vFile-asData-0.05
-       >=dev-perl/File-Slurp-9999.04
-       >=virtual/perl-MIME-Base64-3.07"
-DEPEND="${RDEPEND}
-       test? ( >=virtual/perl-Test-Simple-0.1 )"

Reply via email to