Add rakudo.eclass and dev-raku/*

rakudo.eclass requires install-dist.raku installed by a modified version
of dev-lang/rakudo. Gentoo overlay's dev-lang/rakudo doesn't install
install-dist.raku.

rakudo.eclass is minimal and elegant. dev-raku/* packages depend on
rakudo.eclass.

Signed-off-by: amano.kenji <amano.kenji@proton.me>
This commit is contained in:
amano.kenji
2023-02-02 12:16:53 +00:00
parent 9721e16a29
commit 78362dcc30
80 changed files with 951 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Text-MiscUtils-0.0.6.tar.gz 9250 BLAKE2B 834ba0f0689e8419b6ae9bf17f43b8a9d7391829c7e69d5792cc93a2a17beed9fbae8d7902e8a55259cedb850affc79d9246a33d8d77bf21ab3fbc8e71ed6d16 SHA512 d9367224ae60b225d65dfac16a6565afddae4eab610f71221be22d6dd2cf1e5b60fbf8813eed7bbe5ced6fbb0f029daeeb87dc3670b93e89334a96d2bb415a6f

View File

@@ -0,0 +1,17 @@
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit rakudo
DESCRIPTION="A bag of small text processing tricks"
HOMEPAGE="https://github.com/japhb/Text-MiscUtils"
SRC_URI="mirror://zef/T/EX/TEXT_MISCUTILS/8c1fc412964235de0ff8180d2056ec5915090df9.tar.gz -> ${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
DOCS="README.md"
RDEPEND="dev-raku/Terminal-ANSIColor"
DEPEND="${RDEPEND}"

View File

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