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-Unicode-Collate/
Date: Wed, 28 Oct 2015 19:09:27
Message-Id: 1446059177.456e52587ee4c5c9d91ebfa9c580a96d5b8fbb03.dilfridge@gentoo
1 commit: 456e52587ee4c5c9d91ebfa9c580a96d5b8fbb03
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 19:06:17 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 19:06:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456e5258
7
8 virtual/perl-Unicode-Collate: Version bump, needed for biber
9
10 Package-Manager: portage-2.2.21
11
12 .../perl-Unicode-Collate-1.140.0.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0.ebuild b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0.ebuild
16 new file mode 100644
17 index 0000000..b628e6c
18 --- /dev/null
19 +++ b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.140.0.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +
27 +DESCRIPTION="Virtual for ${PN#perl-}"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 +IUSE=""
35 +
36 +DEPEND=""
37 +RDEPEND="
38 + ~perl-core/${PN#perl-}-${PV}
39 +"