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.
Revert "dev-perl/Inline: Remove old" - we still need it because of bu…
…g 576058 :/ This reverts commit cc0a33f.
- Loading branch information
Showing
2 changed files
with
30 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2014 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
MODULE_AUTHOR=SISYPHUS | ||
MODULE_VERSION=0.50 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Write Perl subroutines in other languages" | ||
|
||
SLOT="0" | ||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" | ||
IUSE="test" | ||
|
||
RDEPEND="virtual/perl-Digest-MD5 | ||
virtual/perl-File-Spec | ||
dev-perl/Parse-RecDescent" | ||
DEPEND="${RDEPEND} | ||
test? ( | ||
dev-perl/Test-Warn | ||
)" | ||
|
||
SRC_TEST=do | ||
|
||
src_test() { | ||
MAKEOPTS+=" -j1" perl-module_src_test # bug 384137 | ||
} |
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 Inline-0.50.tar.gz 104632 SHA256 6263fa1145efe9e96bcd60d10f9eabd93313e00cb1e555abddda1e98b7c280d6 SHA512 58b2968d3602c0703cc191216ca3dd0ef877b833d5bf8848e4ad76fbbf06d5ab5e5953253334614d397fe961ba72446b639cac186709234fd26a99be37ba0c3c WHIRLPOOL b3c5e0ff14779111c727d6df868720527acd4727f71327be4478397edf947755c158c71b28e0ed6b0fc219e6f5bf5b5f2b4ce844c938c1bcd32571d72332f582 | ||
DIST Inline-0.80.tar.gz 78254 SHA256 7e2bd984b1ebd43e336b937896463f2c6cb682c956cbd2c311a464363d2ccef6 SHA512 e64f7752f32fd07c7c7a975429e04730f2987c9588f99b95502d4e5c87d458736a606c03943a68660940c3987cd632ad2f75ec3862342956c1754b1aca86e0bb WHIRLPOOL 1b16d389e793a99e5cb0d733852f97ab33ee177cc857fb56b0f5b76a113f8b12c982e816de35e7b6978baa752c81b26f15cac2874ab5ec3cdae2d0076b9f2880 |