Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created October 18, 2014 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentfredric/55da5338bc4cb42307f2 to your computer and use it in GitHub Desktop.
Save kentfredric/55da5338bc4cb42307f2 to your computer and use it in GitHub Desktop.
--- File-ShareDir-Install-0.80.0.ebuild 2014-10-18 23:19:21.463114154 +0000
+++ File-ShareDir-Install-0.90.0.ebuild 2014-10-18 23:22:54.860745550 +0000
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Header: $
-EAPI="5"
+EAPI=5
-MODULE_AUTHOR="GWYN"
-MODULE_VERSION="0.08"
+MODULE_AUTHOR=GWYN
+MODULE_VERSION=0.09
inherit perl-module
@@ -14,8 +15,11 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/perl-5.8"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.110"
+RDEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.110.0
+ virtual/perl-File-Spec
+ virtual/perl-IO
+"
+DEPEND="${RDEPEND}"
-SRC_TEST=do
+SRC_TEST="do parallel"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment