app-admin/pass-otp: drop 1.2.0, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-03-14 08:53:29 +02:00
parent c77230bf79
commit fe3ed8eea2
2 changed files with 0 additions and 33 deletions

View File

@@ -9,9 +9,6 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="qrcode">Add support for qrcodes using <pkg>media-gfx/qrencode</pkg></flag>
</use>
<upstream>
<remote-id type="github">tadfisher/pass-otp</remote-id>
</upstream>

View File

@@ -1,30 +0,0 @@
# Copyright 2018-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit bash-completion-r1
DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens"
HOMEPAGE="https://github.com/tadfisher/pass-otp"
SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc64 x86"
IUSE="qrcode test"
RESTRICT="!test? ( test )"
DEPEND="test? ( dev-tcltk/expect:* )"
RDEPEND=">=app-admin/pass-1.7
sys-auth/oath-toolkit
qrcode? ( media-gfx/qrencode )"
src_compile() {
:
}
src_install() {
emake install DESTDIR="${D}" BASHCOMPDIR="$(get_bashcompdir)"
}