diff --git a/app-admin/pass-git-helper/Manifest b/app-admin/pass-git-helper/Manifest index 698be41..087ad11 100644 --- a/app-admin/pass-git-helper/Manifest +++ b/app-admin/pass-git-helper/Manifest @@ -1 +1,2 @@ DIST languitar-pass-git-helper-1.3.0.tar.gz 118203 BLAKE2B 635a64cd4ec066074cfbe67f61811472b2315d01fd828a818e0887db3387060ba6cb437be71e2750a0eb402ea1852c47689b4037a3bc1048d571ff6a554d1f71 SHA512 e1cd779b1e145fd17b26d5022eeed533bc0c9e3e85aa4106634f5cd897b23f81b1e91da243df4a97b34733b3625da342e98c0cf70ef85365d7d3ee198617c6d7 +DIST languitar-pass-git-helper-2.0.0.tar.gz 111047 BLAKE2B 7afc082dd663def8fb2e6fa334157c2a4dafd34a2742d3e9975382669478ded21db42dafcb8e9bd8041fb56dde594139321c555aa4a8296a63070f276d0daca8 SHA512 919ae048a34f50a374c39d8b00f04f0607fab604a5d66481f3d28c1246f0de6f4ca0fc9b2300547c3cb90b4e7a3084f680f4540869773dd2ebd0e4b1e93f95b0 diff --git a/app-admin/pass-git-helper/pass-git-helper-2.0.0.ebuild b/app-admin/pass-git-helper/pass-git-helper-2.0.0.ebuild new file mode 100644 index 0000000..8bc14f9 --- /dev/null +++ b/app-admin/pass-git-helper/pass-git-helper-2.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2018-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_10 python3_11 python3_12 ) + +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 + >=dev-vcs/git-2.13 + " + +BDEPEND="${RDEPEN}"