summaryrefslogtreecommitdiff
path: root/dev-R/askpass
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-R/askpass
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
Diffstat (limited to 'dev-R/askpass')
-rw-r--r--dev-R/askpass/Manifest1
-rw-r--r--dev-R/askpass/askpass-1.1.ebuild13
-rw-r--r--dev-R/askpass/metadata.xml22
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-R/askpass/Manifest b/dev-R/askpass/Manifest
new file mode 100644
index 000000000000..ebd8090d21d4
--- /dev/null
+++ b/dev-R/askpass/Manifest
@@ -0,0 +1 @@
+DIST askpass_1.1.tar.gz 5730 BLAKE2B 40f1c80bc1660c92295d71091d19bc9f61bec39a0438aea3e38787fe4d091a46cd97c506558ec918dca6f4911e54957f3ee1edefc7a1fbc52cc7c3cc84652bd5 SHA512 eac868a7bf63d5aa204889157acc4bd39ed0c358c824a376b5adbfd1125bc557d081b7c2717799ddf7ccda4e23b16854a2e68dbf1c8c54b0c5535511cad4da83
diff --git a/dev-R/askpass/askpass-1.1.ebuild b/dev-R/askpass/askpass-1.1.ebuild
new file mode 100644
index 000000000000..775003398a6a
--- /dev/null
+++ b/dev-R/askpass/askpass-1.1.ebuild
@@ -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='Safe Password Entry for R, Git and SSH'
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+DEPEND=">=dev-R/sys-2.1"
+RDEPEND="${DEPEND}"
diff --git a/dev-R/askpass/metadata.xml b/dev-R/askpass/metadata.xml
new file mode 100644
index 000000000000..9609ff450dac
--- /dev/null
+++ b/dev-R/askpass/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+ Safe Password Entry for R, Git, and SSH // Cross-platform
+ utilities for prompting the user for credentials or a
+ passphrase, for example to authenticate with a server or read a
+ protected key. Includes native programs for MacOS and Windows,
+ hence no 'tcltk' is required. Password entry can be invoked in
+ two different ways: directly from R via the askpass() function,
+ or indirectly as password-entry back-end for 'ssh-agent' or
+ 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS
+ environment variables. Thereby the user can be prompted for
+ credentials or a passphrase if needed when R calls out to git
+ or ssh.
+ </longdescription>
+</pkgmetadata>