Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created October 19, 2014 00:03
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/15bba421e6bda1a00c57 to your computer and use it in GitHub Desktop.
Save kentfredric/15bba421e6bda1a00c57 to your computer and use it in GitHub Desktop.
--- POSIX-strftime-Compiler-0.300.0.ebuild 2014-10-18 23:57:22.538688690 +0000
+++ POSIX-strftime-Compiler-0.400.0.ebuild 2014-10-19 00:00:58.421433729 +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="2"
+EAPI=5
-MODULE_AUTHOR="KAZEBURO"
-MODULE_VERSION="0.30"
+MODULE_AUTHOR=KAZEBURO
+MODULE_VERSION=0.40
inherit perl-module
@@ -12,9 +13,24 @@
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
-RDEPEND=">=dev-lang/perl-5.8.4"
-DEPEND="${RDEPEND}"
+# POSIX -> perl
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-Time-Local
+ >=dev-lang/perl-5.8.1
+"
+
+# CPAN::Meta::Prereqs -> perl-CPAN-Meta
+DEPEND="
+ >=virtual/perl-Module-Build-0.380.0
+ virtual/perl-CPAN-Meta
+ ${RDEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"
-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