* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Email-Valid-Loose/
@ 2012-02-26 0:39 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-26 0:39 UTC (permalink / raw
To: gentoo-commits
commit: dda2d753e912b13d2732dc4fca57d75470e23186
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 26 00:31:44 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 26 00:31:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dda2d753
[migrate/qa] Email-Valid-Loose
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Email-Valid-Loose/ChangeLog | 12 ++++++++++++
...0.04.ebuild => Email-Valid-Loose-0.40.0.ebuild} | 7 +++++--
...0.05.ebuild => Email-Valid-Loose-0.50.0.ebuild} | 5 ++++-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Email-Valid-Loose/ChangeLog b/dev-perl/Email-Valid-Loose/ChangeLog
new file mode 100644
index 0000000..ae7fa56
--- /dev/null
+++ b/dev-perl/Email-Valid-Loose/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-perl/Email-Valid-Loose
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Email-Valid-Loose-0.50.0 (26 Feb 2012)
+*Email-Valid-Loose-0.40.0 (26 Feb 2012)
+
+ 26 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Email-Valid-Loose-0.04.ebuild, -Email-Valid-Loose-0.05.ebuild,
+ +Email-Valid-Loose-0.40.0.ebuild, +Email-Valid-Loose-0.50.0.ebuild:
+ Migrate to x.y.z, QA fixes
+
diff --git a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.04.ebuild b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild
similarity index 68%
rename from dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.04.ebuild
rename to dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild
index 6bcbf59..6a79bd0 100644
--- a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.04.ebuild
+++ b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION="0.04"
inherit perl-module
DESCRIPTION="Email::Valid which allows dot before at mark"
@@ -12,5 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=perl-core/Test-Simple-0.32
+RDEPEND=">=perl-core/Test-Simple-0.32
>=dev-perl/Email-Valid-0.13"
+DEPEND="${RDEPEND}"
+SRC_TEST=do
diff --git a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.05.ebuild b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild
similarity index 76%
rename from dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.05.ebuild
rename to dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild
index 83e94d8..02c05b6 100644
--- a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.05.ebuild
+++ b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION="0.05"
inherit perl-module
DESCRIPTION="Email::Valid which allows dot before at mark"
@@ -15,3 +16,5 @@ IUSE=""
DEPEND="
>=dev-perl/Email-Valid-0.13
"
+RDEPEND="${DEPEND}"
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Email-Valid-Loose/
@ 2014-08-30 18:00 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-08-30 18:00 UTC (permalink / raw
To: gentoo-commits
commit: fea6c5247c60ade95a3036aff712634718fe05bf
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 17:12:53 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 30 17:12:53 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fea6c524
[fixup] dev-perl/Email-Valid-Loose EAPI5, fix deps
Package-Manager: portage-2.2.10
---
dev-perl/Email-Valid-Loose/ChangeLog | 6 ++++++
...Loose-0.50.0.ebuild => Email-Valid-Loose-0.50.0-r1.ebuild} | 11 ++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Email-Valid-Loose/ChangeLog b/dev-perl/Email-Valid-Loose/ChangeLog
index d2a0b16..62f0e5c 100644
--- a/dev-perl/Email-Valid-Loose/ChangeLog
+++ b/dev-perl/Email-Valid-Loose/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Email-Valid-Loose-0.50.0-r1 (30 Aug 2014)
+
+ 30 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+ -Email-Valid-Loose-0.50.0.ebuild, +Email-Valid-Loose-0.50.0-r1.ebuild:
+ EAPI5, fix deps
+
30 Aug 2014; Kent Fredric <kentfredric@gmail.com>
-Email-Valid-Loose-0.40.0.ebuild:
remove old EAPIs
diff --git a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0-r1.ebuild
similarity index 66%
rename from dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild
rename to dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0-r1.ebuild
index 02c05b6..01cbbe4 100644
--- a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0.ebuild
+++ b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.50.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=5
MODULE_AUTHOR=MIYAGAWA
MODULE_VERSION="0.05"
inherit perl-module
@@ -13,8 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
- >=dev-perl/Email-Valid-0.13
+RDEPEND="
+ >=virtual/perl-Test-Simple-0.320.0
+ >=dev-perl/Email-Valid-0.170.0
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
SRC_TEST=do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Email-Valid-Loose/
@ 2014-08-30 18:00 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-08-30 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 0ad75f2e00d5a9ded15aef43ffd23343be98ed1a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 17:09:01 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 30 17:09:01 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0ad75f2e
[cleanup] dev-perl/Email-Valid-Loose remove old EAPIs
Package-Manager: portage-2.2.10
---
dev-perl/Email-Valid-Loose/ChangeLog | 6 +++++-
.../Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild | 19 -------------------
2 files changed, 5 insertions(+), 20 deletions(-)
diff --git a/dev-perl/Email-Valid-Loose/ChangeLog b/dev-perl/Email-Valid-Loose/ChangeLog
index ae7fa56..d2a0b16 100644
--- a/dev-perl/Email-Valid-Loose/ChangeLog
+++ b/dev-perl/Email-Valid-Loose/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Email-Valid-Loose
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 30 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+ -Email-Valid-Loose-0.40.0.ebuild:
+ remove old EAPIs
+
*Email-Valid-Loose-0.50.0 (26 Feb 2012)
*Email-Valid-Loose-0.40.0 (26 Feb 2012)
diff --git a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild b/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild
deleted file mode 100644
index 6a79bd0..0000000
--- a/dev-perl/Email-Valid-Loose/Email-Valid-Loose-0.40.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="Email::Valid which allows dot before at mark"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND=">=perl-core/Test-Simple-0.32
- >=dev-perl/Email-Valid-0.13"
-DEPEND="${RDEPEND}"
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-30 18:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26 0:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Email-Valid-Loose/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-08-30 18:00 Kent Fredric
2014-08-30 18: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