Gentoo Archives: gentoo-proxy-maint

From: "Michał Górny" <mgorny@g.o>
To: "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>, gentoo-proxy-maint@l.g.o
Subject: Re: [gentoo-proxy-maint] [PATCH 1/2] app-admin/pass-otp: Bump version to 1.1.1
Date: Fri, 29 Jun 2018 15:52:54
Message-Id: 1530287561.737.34.camel@gentoo.org
In Reply to: [gentoo-proxy-maint] [PATCH 1/2] app-admin/pass-otp: Bump version to 1.1.1 by "Haelwenn (lanodan) Monnier"
1 W dniu pią, 29.06.2018 o godzinie 15∶39 +0200, użytkownik Haelwenn
2 (lanodan) Monnier napisał:
3 > ---
4 > app-admin/pass-otp/Manifest | 1 +
5 > app-admin/pass-otp/pass-otp-1.1.1.ebuild | 25 +++++++++++++++++++++++++
6 > 2 files changed, 26 insertions(+)
7 > create mode 100644 app-admin/pass-otp/pass-otp-1.1.1.ebuild
8 >
9 > diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
10 > index b0d301d8e..4c7a3b18e 100644
11 > --- a/app-admin/pass-otp/Manifest
12 > +++ b/app-admin/pass-otp/Manifest
13 > @@ -1 +1,2 @@
14 > DIST pass-otp-1.1.0.tar.gz 32857 BLAKE2B 97ca197b251d9748c0ace5b40aca2547cd278e9eee9768b8882cdfbb23bd440792101ab82d2ade276cfc34de1364460a066adc8395336380b1ef6759f51804eb SHA512 3c880bcb7e7e984494796bc7a0c0fb5f70b052938f6ce5c0b1cbb745d0b30febab2ca51c264fac02f884699dc685400076f0065db0c3d08da436e93c27f075ce
15 > +DIST pass-otp-1.1.1.tar.gz 46285 BLAKE2B a0b3f4e3910937408173fa8034e1062f135203dab2639d63f17b94ed18f0a9c605c37a8588596db12920721ee62f9d3430780318670f4cb42152302c3c450bad SHA512 d57ee7dc95d27a9ce547f853c1444bf6ba9621b2511d5df34390e968a9c7123ecfbb3b0fa07ba3f3f148fe96c2876fb71a05541c5528e3c56c16932f8b4e6d2e
16 > diff --git a/app-admin/pass-otp/pass-otp-1.1.1.ebuild b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
17 > new file mode 100644
18 > index 000000000..6d9bb2aa7
19 > --- /dev/null
20 > +++ b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
21 > @@ -0,0 +1,25 @@
22 > +# Copyright 1999-2018 Gentoo Foundation
23 > +# Distributed under the terms of the GNU General Public License v2
24 > +
25 > +EAPI=6
26 > +
27 > +DESCRIPTION="A pass extension for managing one-time-password (OTP) tokens."
28
29 This is not a full sentence, so please remove the trailing dot.
30
31 > +HOMEPAGE="https://github.com/tadfisher/pass-otp"
32 > +SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar.gz"
33 > +
34 > +LICENSE="GPL-3+"
35 > +SLOT="0"
36 > +KEYWORDS="~amd64 ~x86"
37 > +IUSE="qrcode test"
38 > +
39 > +DEPEND="test? ( dev-tcltk/expect:* )"
40 > +
41 > +RDEPEND=">=app-admin/pass-1.7
42 > + sys-auth/oath-toolkit
43 > + qrcode? ( media-gfx/qrencode )"
44 > +
45 > +S="${WORKDIR}/${PN}-version"
46 > +
47 > +src_compile() {
48 > + :
49 > +}
50 >
51 > base-commit: 70a94bd23269b813b22981b69c4b5a23718d73d8
52
53 --
54 Best regards,
55 Michał Górny

Attachments

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