diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-10 22:02:36 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-12 00:54:10 +0200 |
commit | 0b08b57171c81225bf7217354457b5ffa02ba459 (patch) | |
tree | 2a4422a3d5932966100f0dbb526a694ef16426f8 /dev-perl | |
parent | dev-perl/Scope-Guard: Bump to version 0.210.0 (diff) | |
download | gentoo-0b08b57171c81225bf7217354457b5ffa02ba459.tar.gz gentoo-0b08b57171c81225bf7217354457b5ffa02ba459.tar.bz2 gentoo-0b08b57171c81225bf7217354457b5ffa02ba459.zip |
dev-perl/Shell: Bump to version 0.730.0
- EAPI6
- Cleanup tests and provide missing deps
Upstream:
- Minor packaging and documentation fixes
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Shell/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Shell/Shell-0.730.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Shell/Manifest b/dev-perl/Shell/Manifest index 5ee1a4c2257a..2dc7ce44b231 100644 --- a/dev-perl/Shell/Manifest +++ b/dev-perl/Shell/Manifest @@ -1 +1,2 @@ DIST Shell-0.72.tar.gz 5653 SHA256 c1a54aef7f07adf2d3d3ff2a22cf276ff4d1c5b063dc160672878e29ac7de14c SHA512 9ad0df35304feacf5d3fff2ff652805eac5eeb424db9b13bc4e710d618721c6cfbb89b9dc825be5c01fc4bbf5684b5dd0d179c181bcf1849343a0f816a34a88c WHIRLPOOL 25e2408513cc15de4d9dc4475a6565737da7c743d656e3944e5d4f3f1e5745ab40e65f8c29f5cad0750ed132ea5741dc6c38ec05c0ed2cdbc06fb37cc2f4de05 +DIST Shell-0.73.tar.gz 6186 SHA256 f7dbebf65261ed0e5abd0f57052b64d665a1a830bab4c8bbc220f235bd39caf5 SHA512 0845425a30bf7a569e36445cd4f9cf2a5f5d18bd727e2c1eae2ac9b943fb4e6d111ece8dc1d40fea6b993bc1a73490b06aa539f38b4f8e473778e40d2af7fbd8 WHIRLPOOL 226719d387a6e999b9eeb8aa568d3402f270dc4edd1184d50e5d40a078ffdeacba804a4ad6ffdc6751e78f15df18f9d299f75a6534508ffdb9d8077ed123da7e diff --git a/dev-perl/Shell/Shell-0.730.0.ebuild b/dev-perl/Shell/Shell-0.730.0.ebuild new file mode 100644 index 000000000000..a51a1fb37d40 --- /dev/null +++ b/dev-perl/Shell/Shell-0.730.0.ebuild @@ -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=FERREIRA +DIST_VERSION=0.73 +inherit perl-module + +DESCRIPTION="Run shell commands transparently within perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +src_test() { + perl_rm_files "t/99_pod.t" + perl-module_src_test +} |