virtual/perl6: Add convenience virtual

Rakudo is not an obvious name, makes it easier for users to figure out what to install for perl6 support

Package-Manager: portage-2.2.27
This commit is contained in:
Patrick Lauer
2016-02-20 11:54:09 +01:00
parent 977d5eea24
commit 3e77a54542
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>perl</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Convenience virtual for perl6"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="dev-lang/rakudo"