diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 12:05:58 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 12:05:58 +0000 |
commit | 12a2da66d1ec4129b94dee4523af43e12f1d0de6 (patch) | |
tree | ef97348865693bb47866e0203609a10cb053eb16 /virtual/perl-Unicode-Collate | |
parent | Add Unicode::Collate to Perl 5.22 mask (diff) | |
download | gentoo-2-12a2da66d1ec4129b94dee4523af43e12f1d0de6.tar.gz gentoo-2-12a2da66d1ec4129b94dee4523af43e12f1d0de6.tar.bz2 gentoo-2-12a2da66d1ec4129b94dee4523af43e12f1d0de6.zip |
New virtual, needed for dev-tex/biber
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'virtual/perl-Unicode-Collate')
-rw-r--r-- | virtual/perl-Unicode-Collate/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/perl-Unicode-Collate/metadata.xml | 5 | ||||
-rw-r--r-- | virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild | 21 |
3 files changed, 35 insertions, 0 deletions
diff --git a/virtual/perl-Unicode-Collate/ChangeLog b/virtual/perl-Unicode-Collate/ChangeLog new file mode 100644 index 000000000000..a35013deb811 --- /dev/null +++ b/virtual/perl-Unicode-Collate/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for virtual/perl-Unicode-Collate +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Unicode-Collate/ChangeLog,v 1.1 2015/06/13 12:05:58 dilfridge Exp $ + +*perl-Unicode-Collate-1.120.0 (13 Jun 2015) + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> +metadata.xml, + +perl-Unicode-Collate-1.120.0.ebuild: + New virtual, needed for dev-tex/biber diff --git a/virtual/perl-Unicode-Collate/metadata.xml b/virtual/perl-Unicode-Collate/metadata.xml new file mode 100644 index 000000000000..36ee0f08c67c --- /dev/null +++ b/virtual/perl-Unicode-Collate/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild new file mode 100644 index 000000000000..e281887b8cab --- /dev/null +++ b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild,v 1.1 2015/06/13 12:05:58 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +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" +IUSE="" + +DEPEND="" +RDEPEND=" + || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |