mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
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:
1
dev-R/rprojroot/Manifest
Normal file
1
dev-R/rprojroot/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rprojroot_2.0.2.tar.gz 59967 BLAKE2B d07ca0631aca99c5ee167cb2410c97c2980be4e15a12e4d5e2123993572e5fdc7d1aff2be7afc9e806af19b719ea7f8c670b2e0785388dd4b06864fc67a75867 SHA512 36f9bcf1435709eea2325e2a0f681782083ae158eaca485af5fb9871c9a3429e8a3a94c4dae1741905d37d8e9538d35d6588fa3e901ef60601de344282497629
|
||||
10
dev-R/rprojroot/metadata.xml
Normal file
10
dev-R/rprojroot/metadata.xml
Normal 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>
|
||||
13
dev-R/rprojroot/rprojroot-2.0.2.ebuild
Normal file
13
dev-R/rprojroot/rprojroot-2.0.2.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user