dev-perl/Probe-Perl: Bump to version 0.30.0
authorKent Fredric <kentfredric@gmail.com>
Wed, 6 Apr 2016 13:01:15 +0000 (01:01 +1200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 7 Apr 2016 23:07:41 +0000 (01:07 +0200)
- EAPI6

Upstream:
- Better handling of backticks and whitespace in paths on various OSes.

Package-Manager: portage-2.2.28

dev-perl/Probe-Perl/Manifest
dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild [new file with mode: 0644]

index 9f4a910987fbfa8264fcdb19f5bd90370546ac3b..015d0cb9d328482e3601bfc5b8f6254c0b72e032 100644 (file)
@@ -1 +1,2 @@
 DIST Probe-Perl-0.01.tar.gz 5383 SHA256 9b7d211139e42b2a2952c9a4b9f55ac12705e256f4a0acd4ac6ff665aeaddd87 SHA512 533ff5b247117243a7e7acef2cd8f7542796c729019e5353ff16654e0d347ccd6ebc803d47ef54f1e3b90051638d7b5868d13d5bae9582e62deafa8f5af6d006 WHIRLPOOL c3725d6e488862f9cd4dadbb9f2ea21e562bdf2aff75b8c40abc6166ada8faaef269f620cbec9d53d922543136a5ab47d86fcb39fbd3338950e9012bbec96d1a
+DIST Probe-Perl-0.03.tar.gz 13096 SHA256 d9e4d21e2e77638559045fa09046b1b6fff6c403b949929db213e30abe8a3c31 SHA512 739bdb9d1a74eb77ab885a5aca861a1915cadbb1002bb4cb0d21fc6940ae6b3aa64ee52951ac8b2dca41c9e8fe188e17ae5f3c848c4a1caaf66fec5d25bef49c WHIRLPOOL b49467063e39b643532c76aead7a46580209fac2f835541a445794dee94dbbb36f47fa3e2aec4c20b4349b7310375e96145402e105a83472d181d220ffcd081c
diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild b/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
new file mode 100644 (file)
index 0000000..6d09d10
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=KWILLIAMS
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Information about the currently running perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+IUSE="test"
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+       test? ( virtual/perl-Test )
+"
+
+src_test() {
+       perl_rm_files t/author-critic.t
+       perl-module_src_test
+}