commit: a7cc1998b0e2f73a9eb62c86786f949035c0f68d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 25 08:02:38 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 25 08:02:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a7cc1998
[bump] SVN-Notify to 2.840.0 w/ RESTRICT=test.
Package-Manager: portage-2.2.17
dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild | 40 ---------------------------
dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild | 23 +++++++++++++++
2 files changed, 23 insertions(+), 40 deletions(-)
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild
b/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild
deleted file mode 100644
index 4370bea..0000000
--- a/dev-perl/SVN-Notify/SVN-Notify-2.830.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DWHEELER
-MODULE_VERSION=2.83
-inherit perl-module
-
-DESCRIPTION='Subversion activity notification'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.2701 ( 0.270.100 )
- echo \>=virtual/perl-Module-Build-0.27.01
-}
-perl_meta_build() {
- # File::Spec
- echo virtual/perl-File-Spec
- # Module::Build 0.2701 ( 0.270.100 )
- echo \>=virtual/perl-Module-Build-0.27.01
- # Test::More 0.17 ( 0.170.0 )
- echo \>=virtual/perl-Test-Simple-0.17
-}
-perl_meta_runtime() {
- # Getopt::Long 2.34 ( 2.340.0 )
- echo \>=virtual/perl-Getopt-Long-2.340.0
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild
b/dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild
new file mode 100644
index 0000000..c4068b6
--- /dev/null
+++ b/dev-perl/SVN-Notify/SVN-Notify-2.840.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=2.84
+inherit perl-module
+
+DESCRIPTION='Subversion activity notification'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test" # Broken as hell, Not even sure if it works
+RDEPEND="
+ >=virtual/perl-Getopt-Long-2.340.0
+ >=dev-lang/perl-5.6.0
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-Module-Build-0.270.100
+ virtual/perl-File-Spec
+ >=virtual/perl-Test-Simple-0.170.0
+"