Gentoo Archives: gentoo-proxy-maint

From: "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>
To: gentoo-proxy-maint@l.g.o
Subject: [gentoo-proxy-maint] [PATCH v2 1/2] app-admin/pass-otp: Bump version to 1.1.1
Date: Sun, 01 Jul 2018 21:03:49
Message-Id: 1a4dda2f843b9a408834856bbb05f69ed7e9b000.1530478919.git.contact@hacktivis.me
1 ---
2 app-admin/pass-otp/Manifest | 1 +
3 app-admin/pass-otp/pass-otp-1.1.1.ebuild | 25 +++++++++++++++++++++++++
4 2 files changed, 26 insertions(+)
5 create mode 100644 app-admin/pass-otp/pass-otp-1.1.1.ebuild
6
7 diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
8 index b0d301d8e..4c7a3b18e 100644
9 --- a/app-admin/pass-otp/Manifest
10 +++ b/app-admin/pass-otp/Manifest
11 @@ -1 +1,2 @@
12 DIST pass-otp-1.1.0.tar.gz 32857 BLAKE2B 97ca197b251d9748c0ace5b40aca2547cd278e9eee9768b8882cdfbb23bd440792101ab82d2ade276cfc34de1364460a066adc8395336380b1ef6759f51804eb SHA512 3c880bcb7e7e984494796bc7a0c0fb5f70b052938f6ce5c0b1cbb745d0b30febab2ca51c264fac02f884699dc685400076f0065db0c3d08da436e93c27f075ce
13 +DIST pass-otp-1.1.1.tar.gz 46285 BLAKE2B a0b3f4e3910937408173fa8034e1062f135203dab2639d63f17b94ed18f0a9c605c37a8588596db12920721ee62f9d3430780318670f4cb42152302c3c450bad SHA512 d57ee7dc95d27a9ce547f853c1444bf6ba9621b2511d5df34390e968a9c7123ecfbb3b0fa07ba3f3f148fe96c2876fb71a05541c5528e3c56c16932f8b4e6d2e
14 diff --git a/app-admin/pass-otp/pass-otp-1.1.1.ebuild b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
15 new file mode 100644
16 index 000000000..eab73594f
17 --- /dev/null
18 +++ b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
19 @@ -0,0 +1,25 @@
20 +# Copyright 1999-2018 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +
23 +EAPI=6
24 +
25 +DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens"
26 +HOMEPAGE="https://github.com/tadfisher/pass-otp"
27 +SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz"
28 +
29 +LICENSE="GPL-3+"
30 +SLOT="0"
31 +KEYWORDS="~amd64 ~x86"
32 +IUSE="qrcode test"
33 +
34 +DEPEND="test? ( dev-tcltk/expect:* )"
35 +
36 +RDEPEND=">=app-admin/pass-1.7
37 + sys-auth/oath-toolkit
38 + qrcode? ( media-gfx/qrencode )"
39 +
40 +S="${WORKDIR}/${PN}-version"
41 +
42 +src_compile() {
43 + :
44 +}
45 --
46 2.16.4

Attachments

File name MIME type
signature.asc application/pgp-signature