commit: faeb5f6c7dddff8f64e666fae856f25c2c8364ce
parent: b8df3c3a9904cea446932c7370ea13299c17049d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 5 Mar 2018 21:14:28 +0100
app-admin/pass-otp: Remove old (1.0.0)
Diffstat:
1 file changed, 0 insertions(+), 25 deletions(-)
diff --git a/app-admin/pass-otp/pass-otp-1.0.0.ebuild b/app-admin/pass-otp/pass-otp-1.0.0.ebuild
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens."
-HOMEPAGE="https://github.com/tadfisher/pass-otp"
-SRC_URI="https://github.com/tadfisher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="qrcode"
-
-RDEPEND=">=app-admin/pass-1.7
- qrcode? ( media-gfx/qrencode )
- sys-auth/oath-toolkit"
-
-src_compile() {
- :
-}
-
-pkg_postinst() {
- elog "'PASSWORD_STORE_ENABLE_EXTENSIONS=true' is needed to run 'pass otp'."
-}