summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-07-26 18:28:24 -0700
committerMatt Turner <mattst88@gentoo.org>2018-07-26 18:33:33 -0700
commit7fe4d88b1ccf31edb8b6f07fbbce1115fc1efcdb (patch)
tree9a4cd09a6f01fc8e8b83c8d6cefec7b0a9a4af88 /app-admin/pass-otp
parentapp-admin/pass-otp: Fix typo (diff)
downloadgentoo-7fe4d88b1ccf31edb8b6f07fbbce1115fc1efcdb.tar.gz
gentoo-7fe4d88b1ccf31edb8b6f07fbbce1115fc1efcdb.tar.bz2
gentoo-7fe4d88b1ccf31edb8b6f07fbbce1115fc1efcdb.zip
app-admin/pass-otp: Version bump to 1.1.1
Diffstat (limited to 'app-admin/pass-otp')
-rw-r--r--app-admin/pass-otp/Manifest1
-rw-r--r--app-admin/pass-otp/pass-otp-1.1.1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
index b0d301d8e8f4..ed870d00d723 100644
--- a/app-admin/pass-otp/Manifest
+++ b/app-admin/pass-otp/Manifest
@@ -1 +1,2 @@
DIST pass-otp-1.1.0.tar.gz 32857 BLAKE2B 97ca197b251d9748c0ace5b40aca2547cd278e9eee9768b8882cdfbb23bd440792101ab82d2ade276cfc34de1364460a066adc8395336380b1ef6759f51804eb SHA512 3c880bcb7e7e984494796bc7a0c0fb5f70b052938f6ce5c0b1cbb745d0b30febab2ca51c264fac02f884699dc685400076f0065db0c3d08da436e93c27f075ce
+DIST pass-otp-1.1.1.tar.gz 46283 BLAKE2B d2448a82b67a685e9df366dbec29fd4a3cedea03b0218714b95d5bc2663ac86b3fa79a4bba5157b6948111aa7bf06d5d48e320d9fecf1b23e71ff73d3b65d861 SHA512 8dfaafac08aa17a4ee1ae34bb47d26ca337fe05b69be19a3bcb3521e033631fde9dd559481c1512500775186ca08e26a4589dfc76b4dac718f64a33819c9b5b6
diff --git a/app-admin/pass-otp/pass-otp-1.1.1.ebuild b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
new file mode 100644
index 000000000000..c4d4d19aa424
--- /dev/null
+++ b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~x86"
+IUSE="qrcode test"
+
+DEPEND="test? ( dev-tcltk/expect:* )"
+
+RDEPEND=">=app-admin/pass-1.7
+ sys-auth/oath-toolkit
+ qrcode? ( media-gfx/qrencode )"
+
+src_compile() {
+ :
+}