* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Context/
@ 2012-02-27 21:01 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 7df608e1d4f3af06c1957af48b93279a038f732e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 20:02:11 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 20:02:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7df608e1
[migrate] Text-Context
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Text-Context/ChangeLog | 10 +++++++++-
...text-3.6.ebuild => Text-Context-3.600.0.ebuild} | 3 ++-
...text-3.7.ebuild => Text-Context-3.700.0.ebuild} | 3 ++-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Text-Context/ChangeLog b/dev-perl/Text-Context/ChangeLog
index 9198d4e..6ce64e4 100644
--- a/dev-perl/Text-Context/ChangeLog
+++ b/dev-perl/Text-Context/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Text-Context
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Text-Context-3.700.0 (27 Feb 2012)
+*Text-Context-3.600.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Text-Context-3.6.ebuild,
+ -Text-Context-3.7.ebuild, +Text-Context-3.600.0.ebuild,
+ +Text-Context-3.700.0.ebuild:
+ Migrate to x.y.z
+
*Text-Context-3.7 (25 Aug 2009)
25 Aug 2009; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Text-Context/Text-Context-3.6.ebuild b/dev-perl/Text-Context/Text-Context-3.600.0.ebuild
similarity index 86%
rename from dev-perl/Text-Context/Text-Context-3.6.ebuild
rename to dev-perl/Text-Context/Text-Context-3.600.0.ebuild
index a878c61..fcacc53 100644
--- a/dev-perl/Text-Context/Text-Context-3.6.ebuild
+++ b/dev-perl/Text-Context/Text-Context-3.600.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: $
EAPI=2
MODULE_AUTHOR=TMTM
+MODULE_VERSION="3.6"
inherit perl-module
DESCRIPTION="Handle highlighting search result context snippets"
diff --git a/dev-perl/Text-Context/Text-Context-3.7.ebuild b/dev-perl/Text-Context/Text-Context-3.700.0.ebuild
similarity index 87%
rename from dev-perl/Text-Context/Text-Context-3.7.ebuild
rename to dev-perl/Text-Context/Text-Context-3.700.0.ebuild
index 5ad55a3..63e0eca 100644
--- a/dev-perl/Text-Context/Text-Context-3.7.ebuild
+++ b/dev-perl/Text-Context/Text-Context-3.700.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: $
EAPI=2
MODULE_AUTHOR=TMTM
+MODULE_VERSION="3.7"
inherit perl-module
DESCRIPTION="Handle highlighting search result context snippets"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Context/
@ 2015-06-15 14:04 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-15 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 188e043bbdd0a0f6043377aa2f2a6c8b81ad59bb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 23:17:06 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 23:17:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=188e043b
[fixup] Text-Context: EAPI5, fixup deps and tests
Package-Manager: portage-2.2.17
...t-3.700.0.ebuild => Text-Context-3.700.0-r1.ebuild} | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Text-Context/Text-Context-3.700.0.ebuild b/dev-perl/Text-Context/Text-Context-3.700.0-r1.ebuild
similarity index 56%
rename from dev-perl/Text-Context/Text-Context-3.700.0.ebuild
rename to dev-perl/Text-Context/Text-Context-3.700.0-r1.ebuild
index 63e0eca..4c25e2a 100644
--- a/dev-perl/Text-Context/Text-Context-3.700.0.ebuild
+++ b/dev-perl/Text-Context/Text-Context-3.700.0-r1.ebuild
@@ -1,25 +1,27 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=TMTM
-MODULE_VERSION="3.7"
+MODULE_VERSION=3.7
inherit perl-module
DESCRIPTION="Handle highlighting search result context snippets"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
RDEPEND="
dev-perl/HTML-Parser
- >=dev-perl/Text-Context-EitherSide-1.1
- >=dev-perl/UNIVERSAL-require-0.03
+ >=dev-perl/Text-Context-EitherSide-1.100.0
+ >=dev-perl/UNIVERSAL-require-0.30.0
"
DEPEND="
${RDEPEND}
+ virtual/perl-Test-Simple
"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-15 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 14:04 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Text-Context/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-02-27 21:01 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox