dev-R/rprojroot: 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:22:33 +02:00
parent 7a50c07367
commit 176b0cba0d
3 changed files with 24 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST rprojroot_2.0.2.tar.gz 59967 BLAKE2B d07ca0631aca99c5ee167cb2410c97c2980be4e15a12e4d5e2123993572e5fdc7d1aff2be7afc9e806af19b719ea7f8c670b2e0785388dd4b06864fc67a75867 SHA512 36f9bcf1435709eea2325e2a0f681782083ae158eaca485af5fb9871c9a3429e8a3a94c4dae1741905d37d8e9538d35d6588fa3e901ef60601de344282497629

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Finding Files in Project Subdirectories // Robust, reliable and
flexible paths to files below a project root. The 'root' of a
project is defined as a directory that matches a certain
criterion, e.g., it contains a certain regular file.
</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='Finding Files in Project Subdirectories'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND=">=dev-lang/R-3.0.0"
RDEPEND="${DEPEND}"