Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
Date: Fri, 07 Dec 2018 20:28:32
Message-Id: 1544214492.81c2c89490b0e3e2511fa4f97a2755cca4f7b98b.mattst88@gentoo
1 commit: 81c2c89490b0e3e2511fa4f97a2755cca4f7b98b
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Mon Nov 26 04:46:28 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 20:28:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c2c894
7
8 app-admin/pass-otp: remove old (1.1.0, 1.1.1)
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 app-admin/pass-otp/Manifest | 2 --
14 app-admin/pass-otp/pass-otp-1.1.0.ebuild | 23 -----------------------
15 app-admin/pass-otp/pass-otp-1.1.1.ebuild | 23 -----------------------
16 3 files changed, 48 deletions(-)
17
18 diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
19 index 4450657b027..61453a62518 100644
20 --- a/app-admin/pass-otp/Manifest
21 +++ b/app-admin/pass-otp/Manifest
22 @@ -1,3 +1 @@
23 -DIST pass-otp-1.1.0.tar.gz 32857 BLAKE2B 97ca197b251d9748c0ace5b40aca2547cd278e9eee9768b8882cdfbb23bd440792101ab82d2ade276cfc34de1364460a066adc8395336380b1ef6759f51804eb SHA512 3c880bcb7e7e984494796bc7a0c0fb5f70b052938f6ce5c0b1cbb745d0b30febab2ca51c264fac02f884699dc685400076f0065db0c3d08da436e93c27f075ce
24 -DIST pass-otp-1.1.1.tar.gz 46283 BLAKE2B d2448a82b67a685e9df366dbec29fd4a3cedea03b0218714b95d5bc2663ac86b3fa79a4bba5157b6948111aa7bf06d5d48e320d9fecf1b23e71ff73d3b65d861 SHA512 8dfaafac08aa17a4ee1ae34bb47d26ca337fe05b69be19a3bcb3521e033631fde9dd559481c1512500775186ca08e26a4589dfc76b4dac718f64a33819c9b5b6
25 DIST pass-otp-1.2.0.tar.gz 46789 BLAKE2B 373b1ddfb4cfae07e9e58bdad1c9c73ca6c6f53fc140ccda21527ad2ae237d3402bc52e95a180811263ef1a29f5c9da7db0063178b19a85b1dafc3d20e22996d SHA512 3d1417462998750ef1580169ed0e4b721b5f430cd86a678d1b6bc7b2ac123879902f7d22c28dc21e8a171ec80dfc51b6465d0dcc78cb009eb731651f2cb152f5
26
27 diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
28 deleted file mode 100644
29 index 7d726fd8b9b..00000000000
30 --- a/app-admin/pass-otp/pass-otp-1.1.0.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens."
39 -HOMEPAGE="https://github.com/tadfisher/pass-otp"
40 -SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="qrcode test"
46 -
47 -DEPEND="test? ( dev-tcltk/expect:* )"
48 -
49 -RDEPEND=">=app-admin/pass-1.7
50 - sys-auth/oath-toolkit
51 - qrcode? ( media-gfx/qrencode )"
52 -
53 -src_compile() {
54 - :
55 -}
56
57 diff --git a/app-admin/pass-otp/pass-otp-1.1.1.ebuild b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
58 deleted file mode 100644
59 index bf431a13559..00000000000
60 --- a/app-admin/pass-otp/pass-otp-1.1.1.ebuild
61 +++ /dev/null
62 @@ -1,23 +0,0 @@
63 -# Copyright 2018 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens."
69 -HOMEPAGE="https://github.com/tadfisher/pass-otp"
70 -SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz"
71 -
72 -LICENSE="GPL-3"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE="qrcode test"
76 -
77 -DEPEND="test? ( dev-tcltk/expect:* )"
78 -
79 -RDEPEND=">=app-admin/pass-1.7
80 - sys-auth/oath-toolkit
81 - qrcode? ( media-gfx/qrencode )"
82 -
83 -src_compile() {
84 - :
85 -}