dev-R/rex: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:23:41 +02:00
parent f58e365d23
commit 23f3513709
3 changed files with 22 additions and 0 deletions

1
dev-R/rex/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST rex_1.2.0.tar.gz 91925 BLAKE2B 396700b0ac552853aabbf40c3ebb50557c49286f4b929c2d4441cf680422a295d3a0b84b451e97bb565ac635f5c262428e6382b75362fe19dc939bc15afe8ebb SHA512 32f3d02be639c28036360ff42444c49a5c556086a645dba454eb99b31a84cbc92ffe1da77a66c7bd959efc4c850fc3a7cc42cea1cb963eaab665c338e60a5bb9

8
dev-R/rex/metadata.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Friendly Regular Expressions // A friendly interface for the
construction of regular expressions.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Friendly Regular Expressions'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="dev-R/lazyeval"
RDEPEND="${DEPEND}"