Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created October 19, 2014 00:08
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/27381d6a135df40aa50d to your computer and use it in GitHub Desktop.
Save kentfredric/27381d6a135df40aa50d to your computer and use it in GitHub Desktop.
--- Apache-LogFormat-Compiler-0.300.0.ebuild 2014-10-18 23:45:07.341652915 +0000
+++ Apache-LogFormat-Compiler-0.320.0.ebuild 2014-10-18 23:54:47.457873592 +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="KAZEBURO"
-MODULE_VERSION="0.30"
+MODULE_AUTHOR=KAZEBURO
+MODULE_VERSION=0.32
inherit perl-module
@@ -14,17 +15,26 @@
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND=">=dev-lang/perl-5.8.4
- >=dev-perl/POSIX-strftime-Compiler-0.300"
+# POSIX -> perl
+RDEPEND="
+ >=dev-perl/POSIX-strftime-Compiler-0.300.0
+ virtual/perl-Time-Local
+ >=dev-lang/perl-5.8.4"
+
+# CPAN::Meta::Prereqs -> perl-CPAN-Meta
+# HTTP::Request::Common -> HTTP-Message
+# Test::More -> perl-Test-Simple
+# URI::Escape -> URI
DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.380
+ >=virtual/perl-Module-Build-0.380.0
+ virtual/perl-CPAN-Meta
test? (
dev-perl/HTTP-Message
dev-perl/Test-MockTime
+ >=virtual/perl-Test-Simple-0.980.0
dev-perl/Test-Requires
- >=dev-perl/Try-Tiny-0.120
- >=dev-perl/URI-1.600
+ >=dev-perl/Try-Tiny-0.120.0
+ >=dev-perl/URI-1.600.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