Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: ec1ad294e908d9cf6a5ec03e9ead31b95f6acb15
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 15:51:50 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 15:51:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ec1ad294
[newversion] String-Diff-0.50.0 ( keymasked due to SRC_TEST=broken )
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/String-Diff/ChangeLog | 5 +++
dev-perl/String-Diff/String-Diff-0.50.0.ebuild | 40 ++++++++++++++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
index e11670d..6c2b911 100644
--- a/dev-perl/String-Diff/ChangeLog
+++ b/dev-perl/String-Diff/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*String-Diff-0.50.0 (23 Jun 2012)
+
+ 23 Jun 2012; Kent Fredric <kentfredric@...> +String-Diff-0.50.0.ebuild:
+ Version Bump
+
*String-Diff-0.40.0 (23 Jun 2012)
23 Jun 2012; Kent Fredric <kentfredric@...> -String-Diff-0.04.ebuild,
diff --git a/dev-perl/String-Diff/String-Diff-0.50.0.ebuild b/dev-perl/String-Diff/String-Diff-0.50.0.ebuild
new file mode 100644
index 0000000..9aaca69
--- /dev/null
+++ b/dev-perl/String-Diff/String-Diff-0.50.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=YAPPO
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION='Simple diff to String'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+ # Test::Base
+ echo dev-perl/Test-Base
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # YAML
+ echo dev-perl/yaml
+}
+perl_meta_runtime() {
+ # Algorithm::Diff
+ echo dev-perl/Algorithm-Diff
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="broken"
|
|