forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Sub-Install-0.926.tar.gz 15065 SHA256 acb2496643784976fe8edebc7b412e9a93f6f0825631f5bd9186c810aed1763e SHA512 c536e1ace79ce8c6bd4a6e580cc2e181671b54f07cef231a84094c854779aee556de4b2ff0a95f0e6a8aca87f77a6e19d148071a48fe5c6e9c0ca15314f0c9cc WHIRLPOOL f45c0ae8d1aa7e58c79d363691c3741baaf0a29df6af9e0f1d3a3643abacf93d8379e6127c4316f81b100d1bada8ada90e612cc2991fb4edf67cc9ae47453ad3 | ||
DIST Sub-Install-0.928.tar.gz 18669 SHA256 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f SHA512 3f25df9f5992075968830d4235e9f6520c526331b9180391e41483241d43253a61ad8dc381d77aaeb6c6fb841cfc5c097598e62abb46208894275c393a133ade WHIRLPOOL 1a945a7ffbedba48e16b211d61524d45d23f158752e5b8bff151e674a1ee18fd419e9d804478d0877506cc9744caa7694d7810ce9e3ff0584bc28f9d88d44ac2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2014 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
MODULE_AUTHOR=RJBS | ||
MODULE_VERSION=0.928 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Install subroutines into packages easily" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
virtual/perl-Scalar-List-Utils | ||
" | ||
DEPEND="${RDEPEND} | ||
>=virtual/perl-ExtUtils-MakeMaker-6.300.0 | ||
test? ( | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
dev-perl/Test-Pod | ||
dev-perl/Test-Pod-Coverage | ||
) | ||
" | ||
|
||
SRC_TEST="do parallel" |