* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-vCard/
@ 2012-06-10 7:17 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-06-10 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 99df97f9a56abfb8a99cdd57371a2df4ad9a07d7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 07:15:59 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 10 07:15:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=99df97f9
[newversion] Text-vCard-2.110.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Text-vCard/ChangeLog | 6 ++++
dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild | 2 +-
dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild | 40 +++++++++++++++++++++++++
3 files changed, 47 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Text-vCard/ChangeLog b/dev-perl/Text-vCard/ChangeLog
index 86ebb51..86eabc2 100644
--- a/dev-perl/Text-vCard/ChangeLog
+++ b/dev-perl/Text-vCard/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Text-vCard-2.110.0 (10 Jun 2012)
+
+ 10 Jun 2012; Kent Fredric <kentfredric@gmail.com> Text-vCard-2.100.0.ebuild,
+ +Text-vCard-2.110.0.ebuild:
+ Version Bump
+
*Text-vCard-2.100.0 (10 Jun 2012)
*Text-vCard-2.90.0 (10 Jun 2012)
*Text-vCard-2.70.0 (10 Jun 2012)
diff --git a/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
index a569fd7..f6ee930 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
- >=dev-perl/Text-vFile-asData-0.07
+ >=dev-perl/Text-vFile-asData-0.70.0
>=dev-perl/File-Slurp-9999.04
>=virtual/perl-MIME-Base64-3.07"
DEPEND="${RDEPEND}
diff --git a/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild
new file mode 100644
index 0000000..2792448
--- /dev/null
+++ b/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild
@@ -0,0 +1,40 @@
+# 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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-vCard/
@ 2012-06-10 7:17 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-06-10 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 080208686b7ef3fd9844f30b969c318cf2c73894
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 07:10:01 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 10 07:10:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=08020868
[migrate] Text-vCard to x.y.z
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Text-vCard/ChangeLog | 12 +++++++++++-
...Card-2.100.ebuild => Text-vCard-2.100.0.ebuild} | 2 +-
...-vCard-2.07.ebuild => Text-vCard-2.70.0.ebuild} | 3 ++-
...-vCard-2.09.ebuild => Text-vCard-2.90.0.ebuild} | 3 ++-
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Text-vCard/ChangeLog b/dev-perl/Text-vCard/ChangeLog
index 9b08455..86ebb51 100644
--- a/dev-perl/Text-vCard/ChangeLog
+++ b/dev-perl/Text-vCard/ChangeLog
@@ -1,7 +1,17 @@
# ChangeLog for dev-perl/Text-vCard
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Text-vCard-2.100.0 (10 Jun 2012)
+*Text-vCard-2.90.0 (10 Jun 2012)
+*Text-vCard-2.70.0 (10 Jun 2012)
+
+ 10 Jun 2012; Kent Fredric <kentfredric@gmail.com> -Text-vCard-2.07.ebuild,
+ -Text-vCard-2.09.ebuild, +Text-vCard-2.70.0.ebuild,
+ +Text-vCard-2.90.0.ebuild, -Text-vCard-2.100.ebuild,
+ +Text-vCard-2.100.0.ebuild:
+ Migrate to x.y.z
+
*Text-vCard-2.100 (18 Jan 2011)
18 Jan 2011; Torsten Veller <tove@gentoo.org> +Text-vCard-2.100.ebuild:
diff --git a/dev-perl/Text-vCard/Text-vCard-2.100.ebuild b/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
similarity index 91%
rename from dev-perl/Text-vCard/Text-vCard-2.100.ebuild
rename to dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
index 69f03c5..a569fd7 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.100.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
diff --git a/dev-perl/Text-vCard/Text-vCard-2.07.ebuild b/dev-perl/Text-vCard/Text-vCard-2.70.0.ebuild
similarity index 87%
rename from dev-perl/Text-vCard/Text-vCard-2.07.ebuild
rename to dev-perl/Text-vCard/Text-vCard-2.70.0.ebuild
index a4fe8d2..27337d9 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.07.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.70.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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)"
diff --git a/dev-perl/Text-vCard/Text-vCard-2.09.ebuild b/dev-perl/Text-vCard/Text-vCard-2.90.0.ebuild
similarity index 87%
rename from dev-perl/Text-vCard/Text-vCard-2.09.ebuild
rename to dev-perl/Text-vCard/Text-vCard-2.90.0.ebuild
index a4fe8d2..b1767d5 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.09.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.90.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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)"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-vCard/
@ 2012-09-17 10:30 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
To: gentoo-commits
commit: d24b14daee3745bde01b61d8fe84c4caf9468902
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 10:10:29 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 10:10:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d24b14da
[newversion] Text-vCard-2.120.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Text-vCard/ChangeLog | 5 ++
dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild | 58 +++++++++++++++++++++++++
2 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Text-vCard/ChangeLog b/dev-perl/Text-vCard/ChangeLog
index 86eabc2..9168018 100644
--- a/dev-perl/Text-vCard/ChangeLog
+++ b/dev-perl/Text-vCard/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Text-vCard-2.120.0 (17 Sep 2012)
+
+ 17 Sep 2012; Kent Fredric <kentfredric@gmail.com> +Text-vCard-2.120.0.ebuild:
+ Version Bump
+
*Text-vCard-2.110.0 (10 Jun 2012)
10 Jun 2012; Kent Fredric <kentfredric@gmail.com> Text-vCard-2.100.0.ebuild,
diff --git a/dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild
new file mode 100644
index 0000000..304ad0f
--- /dev/null
+++ b/dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild
@@ -0,0 +1,58 @@
+# 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.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.70.0
+ # 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-base
+ # 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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-vCard/
2014-08-20 11:03 Kent Fredric
@ 2014-07-24 3:01 ` Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-07-24 3:01 UTC (permalink / raw
To: gentoo-commits
commit: ffbe72c54af79a50a539b9fe2a4d68a0835abd1e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 02:55:04 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 02:55:04 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ffbe72c5
[fix] dev-perl/Text-vCard Fix dep on digest-base -> Digest
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Text-vCard/ChangeLog | 10 +++++++++-
...{Text-vCard-2.120.0.ebuild => Text-vCard-2.120.0-r1.ebuild} | 4 ++--
...{Text-vCard-2.130.0.ebuild => Text-vCard-2.130.0-r1.ebuild} | 4 ++--
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Text-vCard/ChangeLog b/dev-perl/Text-vCard/ChangeLog
index 1a99f73..8c02ed6 100644
--- a/dev-perl/Text-vCard/ChangeLog
+++ b/dev-perl/Text-vCard/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Text-vCard
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Text-vCard-2.130.0-r1 (24 Jul 2014)
+*Text-vCard-2.120.0-r1 (24 Jul 2014)
+
+ 24 Jul 2014; Kent Fredric <kentfredric@gmail.com> -Text-vCard-2.120.0.ebuild,
+ +Text-vCard-2.120.0-r1.ebuild, -Text-vCard-2.130.0.ebuild,
+ +Text-vCard-2.130.0-r1.ebuild:
+ Fix dep on digest-base -> Digest
+
*Text-vCard-2.130.0 (23 Feb 2013)
23 Feb 2013; Kent Fredric <kentfredric@gmail.com> Text-vCard-2.120.0.ebuild,
diff --git a/dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
similarity index 94%
rename from dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild
rename to dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
index 40e0643..ab7c6a2 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -43,7 +43,7 @@ perl_meta_test() {
# Data::Dumper
echo virtual/perl-Data-Dumper
# Digest
- echo virtual/perl-digest-base
+ echo virtual/perl-Digest
# Test::More
echo virtual/perl-Test-Simple
}
diff --git a/dev-perl/Text-vCard/Text-vCard-2.130.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.130.0-r1.ebuild
similarity index 94%
rename from dev-perl/Text-vCard/Text-vCard-2.130.0.ebuild
rename to dev-perl/Text-vCard/Text-vCard-2.130.0-r1.ebuild
index dda4e57..508d266 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.130.0.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.130.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -43,7 +43,7 @@ perl_meta_test() {
# Data::Dumper
echo virtual/perl-Data-Dumper
# Digest
- echo virtual/perl-digest-base
+ echo virtual/perl-Digest
# Test::More
echo virtual/perl-Test-Simple
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-vCard/
@ 2014-08-20 11:03 Kent Fredric
2014-07-24 3:01 ` Kent Fredric
0 siblings, 1 reply; 6+ messages in thread
From: Kent Fredric @ 2014-08-20 11:03 UTC (permalink / raw
To: gentoo-commits
commit: ffbe72c54af79a50a539b9fe2a4d68a0835abd1e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 02:55:04 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 02:55:04 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ffbe72c5
[fix] dev-perl/Text-vCard Fix dep on digest-base -> Digest
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Text-vCard/ChangeLog | 10 +++++++++-
...{Text-vCard-2.120.0.ebuild => Text-vCard-2.120.0-r1.ebuild} | 4 ++--
...{Text-vCard-2.130.0.ebuild => Text-vCard-2.130.0-r1.ebuild} | 4 ++--
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Text-vCard/ChangeLog b/dev-perl/Text-vCard/ChangeLog
index 1a99f73..8c02ed6 100644
--- a/dev-perl/Text-vCard/ChangeLog
+++ b/dev-perl/Text-vCard/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Text-vCard
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Text-vCard-2.130.0-r1 (24 Jul 2014)
+*Text-vCard-2.120.0-r1 (24 Jul 2014)
+
+ 24 Jul 2014; Kent Fredric <kentfredric@gmail.com> -Text-vCard-2.120.0.ebuild,
+ +Text-vCard-2.120.0-r1.ebuild, -Text-vCard-2.130.0.ebuild,
+ +Text-vCard-2.130.0-r1.ebuild:
+ Fix dep on digest-base -> Digest
+
*Text-vCard-2.130.0 (23 Feb 2013)
23 Feb 2013; Kent Fredric <kentfredric@gmail.com> Text-vCard-2.120.0.ebuild,
diff --git a/dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
similarity index 94%
rename from dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild
rename to dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
index 40e0643..ab7c6a2 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.120.0.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -43,7 +43,7 @@ perl_meta_test() {
# Data::Dumper
echo virtual/perl-Data-Dumper
# Digest
- echo virtual/perl-digest-base
+ echo virtual/perl-Digest
# Test::More
echo virtual/perl-Test-Simple
}
diff --git a/dev-perl/Text-vCard/Text-vCard-2.130.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.130.0-r1.ebuild
similarity index 94%
rename from dev-perl/Text-vCard/Text-vCard-2.130.0.ebuild
rename to dev-perl/Text-vCard/Text-vCard-2.130.0-r1.ebuild
index dda4e57..508d266 100644
--- a/dev-perl/Text-vCard/Text-vCard-2.130.0.ebuild
+++ b/dev-perl/Text-vCard/Text-vCard-2.130.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -43,7 +43,7 @@ perl_meta_test() {
# Data::Dumper
echo virtual/perl-Data-Dumper
# Digest
- echo virtual/perl-digest-base
+ echo virtual/perl-Digest
# Test::More
echo virtual/perl-Test-Simple
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-vCard/
@ 2015-06-08 14:00 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-08 14:00 UTC (permalink / raw
To: gentoo-commits
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 )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-06-08 14:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-10 7:17 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-vCard/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-06-10 7:17 Kent Fredric
2012-09-17 10:30 Kent Fredric
2014-08-20 11:03 Kent Fredric
2014-07-24 3:01 ` Kent Fredric
2015-06-08 14:00 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox