From 83a691e14b1e8b42cbda30b6270242d00e8b8765 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Thu, 23 Apr 2020 11:05:00 +0200 Subject: [PATCH] adding app-admin/pass-git-helper-1.1.0 --- app-admin/pass-git-helper/Manifest | 2 ++ .../pass-git-helper-1.1.0.ebuild | 28 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 app-admin/pass-git-helper/Manifest create mode 100644 app-admin/pass-git-helper/pass-git-helper-1.1.0.ebuild diff --git a/app-admin/pass-git-helper/Manifest b/app-admin/pass-git-helper/Manifest new file mode 100644 index 0000000..51b5b82 --- /dev/null +++ b/app-admin/pass-git-helper/Manifest @@ -0,0 +1,2 @@ +DIST languitar-pass-git-helper-1.1.0.tar.gz 12343 BLAKE2B 1721048e2652df57086fd1b15b73b3f29568e75f6f4681b3f44afd130b29b4e7701e71db4b09f6f06734b78191c165bf1d4852ecdae0cadcbce85d01b78cf0a3 SHA512 d636f27d09619d077f64d62200353143499209c6c405848396d2e39f54f16fdf3e0fb9471d231fd8bd52eb8b30df42e2c448a9677028badf812de986b4cda86b +EBUILD pass-git-helper-1.1.0.ebuild 653 BLAKE2B 37d641578c1268193e86218c628d9561c6cce283c880245603111ba408838160cb1db3af20975b443bd9800830b350050f706c72d16053c8d3632d9d846b80ce SHA512 4b7aee7c731f7b85100779ec37357e499cf412bf4dde022a4147afc0ec7c0de39c8c73a3d769dd57c74908c590fcbbb1c570ba09f92aefaa67404a81d699e399 diff --git a/app-admin/pass-git-helper/pass-git-helper-1.1.0.ebuild b/app-admin/pass-git-helper/pass-git-helper-1.1.0.ebuild new file mode 100644 index 0000000..4addc19 --- /dev/null +++ b/app-admin/pass-git-helper/pass-git-helper-1.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) + +inherit distutils-r1 bash-completion-r1 + +DESCRIPTION="A pass extension for managing git credentials." +HOMEPAGE="https://github.com/languitar/pass-git-helper" +GITHUB_USER="languitar" +GITHUB_TAG="${PV}" +SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${GITHUB_TAG}.tar.gz -> ${GITHUB_USER}-${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" +RESTRICT="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="" + +RDEPEND="${PYTHON_DEPS} + >=app-admin/pass-1.7" + +BDEPEND="${RDEPEN}"