Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/
Date: Sun, 20 Dec 2015 22:59:02
Message-Id: 1450652089.52845ede05e191446f76b818f259760f42281c76.dilfridge@gentoo
1 commit: 52845ede05e191446f76b818f259760f42281c76
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 22:54:49 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 22:54:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52845ede
7
8 virtual/perl-Math-BigInt: Version bump, needed by dev-perl/Math-BigInt-GMP
9
10 Package-Manager: portage-2.2.26
11
12 .../perl-Math-BigInt/perl-Math-BigInt-1.999.710.ebuild | 18 ++++++++++++++++++
13 1 file changed, 18 insertions(+)
14
15 diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.710.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.710.ebuild
16 new file mode 100644
17 index 0000000..909e348
18 --- /dev/null
19 +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.710.ebuild
20 @@ -0,0 +1,18 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Virtual for ${PN#perl-}"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
34 +IUSE=""
35 +
36 +RDEPEND="
37 + ~perl-core/${PN#perl-}-${PV}
38 +"