mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
8
virtual/perl6/metadata.xml
Normal file
8
virtual/perl6/metadata.xml
Normal 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>
|
||||
16
virtual/perl6/perl6-0.ebuild
Normal file
16
virtual/perl6/perl6-0.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user