dev-R/gitcreds: 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:36:37 +02:00
parent ee04cc74d1
commit c4a064f18b
3 changed files with 27 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST gitcreds_0.1.1.tar.gz 61913 BLAKE2B 75296f1eeb905038e5239abd4ac72dc6997d9f6d7d796f59f6c58598aeb1be9f30d51ac9f9c51c75af08beb7eaf2e0011d91813c8a996bac599f7e3707ff9894 SHA512 28ab1ab4bfa5c8ba5c119a24d2dba647fdd81f49c72b7fba2aa395cb069e194ac8f6ac1afe854a2fcc319c4c1a4e3f220b2572fce37ffe256bedf77bb0f4f5c1

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Query git Credentials from R'
KEYWORDS="~amd64"
LICENSE='MIT'
RDEPEND="
${DEPEND}
dev-vcs/git
"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Query 'git' Credentials from 'R' // Query, set, delete
credentials from the 'git' credential store. Manage 'GitHub'
tokens and other 'git' credentials. This package is to be used
by other packages that need to authenticate to 'GitHub' and/or
other 'git' repositories.
</longdescription>
</pkgmetadata>