2014-05-31 17:06:55 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-05-24 18:38:30 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-05-24 18:38:30 +04:00
|
|
|
|
2014-08-23 09:07:33 +04:00
|
|
|
EAPI=5
|
2012-05-24 18:38:30 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR="MWX"
|
2012-06-25 01:05:46 +04:00
|
|
|
MODULE_VERSION=0.12
|
2012-05-24 18:38:30 +04:00
|
|
|
inherit perl-module
|
|
|
|
|
2012-06-25 01:05:46 +04:00
|
|
|
DESCRIPTION="Perl extension for simple generating of unique ids"
|
2012-05-24 18:38:30 +04:00
|
|
|
|
|
|
|
SLOT="0"
|
2014-05-31 17:06:55 +04:00
|
|
|
KEYWORDS="amd64 x86"
|
2012-05-24 18:38:30 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2012-06-25 01:05:46 +04:00
|
|
|
RDEPEND="
|
2012-05-24 18:38:30 +04:00
|
|
|
virtual/perl-Math-BigInt
|
2012-06-25 01:05:46 +04:00
|
|
|
virtual/perl-Time-HiRes
|
|
|
|
"
|
2012-05-24 18:38:30 +04:00
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
SRC_TEST="do"
|