mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/pass-otp: drop 1.2.0, EAPI=7--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
Reference in New Issue
Block a user