25 lines
564 B
Bash
25 lines
564 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/perl-core/Thread-Queue/Thread-Queue-3.10.0.ebuild,v 1.2 2012/12/22 18:26:02 ago Exp $
|
|
|
|
EAPI=4
|
|
|
|
MODULE_AUTHOR=JDHEDDEN
|
|
MODULE_VERSION=3.01
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Thread-safe queues"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
IUSE="test"
|
|
|
|
RDEPEND="dev-lang/perl[ithreads]
|
|
>=virtual/perl-threads-shared-1.21
|
|
virtual/perl-Scalar-List-Utils"
|
|
DEPEND="${RDEPEND}
|
|
test? (
|
|
virtual/perl-Thread-Semaphore
|
|
)"
|
|
|
|
SRC_TEST=do
|