public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2018-03-16 10:13 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2018-03-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     27b46a3c5ddf810d3fb662cdabe5843467f8d180
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Mar  5 20:43:58 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 10:12:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b46a3c

app-admin/pass-otp: New Package

Closes: https://bugs.gentoo.org/649696
Closes: https://github.com/gentoo/gentoo/pull/7368

 app-admin/pass-otp/Manifest              |  1 +
 app-admin/pass-otp/metadata.xml          | 21 +++++++++++++++++++++
 app-admin/pass-otp/pass-otp-1.1.0.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
new file mode 100644
index 00000000000..b0d301d8e8f
--- /dev/null
+++ b/app-admin/pass-otp/Manifest
@@ -0,0 +1 @@
+DIST pass-otp-1.1.0.tar.gz 32857 BLAKE2B 97ca197b251d9748c0ace5b40aca2547cd278e9eee9768b8882cdfbb23bd440792101ab82d2ade276cfc34de1364460a066adc8395336380b1ef6759f51804eb SHA512 3c880bcb7e7e984494796bc7a0c0fb5f70b052938f6ce5c0b1cbb745d0b30febab2ca51c264fac02f884699dc685400076f0065db0c3d08da436e93c27f075ce

diff --git a/app-admin/pass-otp/metadata.xml b/app-admin/pass-otp/metadata.xml
new file mode 100644
index 00000000000..d585cca5c34
--- /dev/null
+++ b/app-admin/pass-otp/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<name>Haelwenn (lanodan) Monnier</name>
+	<email>contact@hacktivis.me</email>
+</maintainer>
+<maintainer type="project">
+	<email>proxy-maint@gentoo.org</email>
+	<name>Proxy Maintainers</name>
+</maintainer>
+<longdescription lang="en">
+A pass extension for managing one-time-password (OTP) tokens.
+</longdescription>
+<use>
+	<flag name="qrcode">Add support for qtcodes using <pkg>media-gfx/qrencode</pkg></flag>
+</use>
+<upstream>
+	<remote-id type="github">tadfisher/pass-otp</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
new file mode 100644
index 00000000000..40e37ea6799
--- /dev/null
+++ b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 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/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() {
+	:
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2018-07-27  1:33 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2018-07-27  1:33 UTC (permalink / raw
  To: gentoo-commits

commit:     7e07310c51b0be7ced614d14b10df103658d0f49
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 01:05:37 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 01:33:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e07310c

app-admin/pass-otp: Fix license

 app-admin/pass-otp/pass-otp-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
index 40e37ea6799..c314e589f5a 100644
--- a/app-admin/pass-otp/pass-otp-1.1.0.ebuild
+++ b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
@@ -7,7 +7,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+"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="qrcode test"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2018-07-27  1:33 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2018-07-27  1:33 UTC (permalink / raw
  To: gentoo-commits

commit:     7fe4d88b1ccf31edb8b6f07fbbce1115fc1efcdb
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 01:28:24 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 01:33:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe4d88b

app-admin/pass-otp: Version bump to 1.1.1

 app-admin/pass-otp/Manifest              |  1 +
 app-admin/pass-otp/pass-otp-1.1.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
index b0d301d8e8f..ed870d00d72 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 00000000000..c4d4d19aa42
--- /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() {
+	:
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2018-07-27  1:33 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2018-07-27  1:33 UTC (permalink / raw
  To: gentoo-commits

commit:     18ba5016e869a5816db7fee3923a27d6814dee3f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 01:07:04 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 01:33:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ba5016

app-admin/pass-otp: Fix typo

 app-admin/pass-otp/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pass-otp/metadata.xml b/app-admin/pass-otp/metadata.xml
index d585cca5c34..79d9aa05f77 100644
--- a/app-admin/pass-otp/metadata.xml
+++ b/app-admin/pass-otp/metadata.xml
@@ -13,7 +13,7 @@
 A pass extension for managing one-time-password (OTP) tokens.
 </longdescription>
 <use>
-	<flag name="qrcode">Add support for qtcodes using <pkg>media-gfx/qrencode</pkg></flag>
+	<flag name="qrcode">Add support for qrcodes using <pkg>media-gfx/qrencode</pkg></flag>
 </use>
 <upstream>
 	<remote-id type="github">tadfisher/pass-otp</remote-id>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2018-12-07 20:28 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2018-12-07 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5fd1d73e746fb064c880ca2f3bad4b45b98d6825
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Nov 26 04:42:46 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 20:28:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd1d73e

app-admin/pass-otp: Update copyright format

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/10481
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-admin/pass-otp/pass-otp-1.1.0.ebuild | 2 +-
 app-admin/pass-otp/pass-otp-1.1.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
index c314e589f5a..7d726fd8b9b 100644
--- a/app-admin/pass-otp/pass-otp-1.1.0.ebuild
+++ b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/app-admin/pass-otp/pass-otp-1.1.1.ebuild b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
index c4d4d19aa42..bf431a13559 100644
--- a/app-admin/pass-otp/pass-otp-1.1.1.ebuild
+++ b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2018-12-07 20:28 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2018-12-07 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a5ec7ab750b7f7a9c229c027f070c5783d28f795
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Nov 26 04:43:38 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 20:28:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ec7ab7

app-admin/pass-otp: Bump to 1.2.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-admin/pass-otp/Manifest              |  1 +
 app-admin/pass-otp/pass-otp-1.2.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
index ed870d00d72..4450657b027 100644
--- a/app-admin/pass-otp/Manifest
+++ b/app-admin/pass-otp/Manifest
@@ -1,2 +1,3 @@
 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
+DIST pass-otp-1.2.0.tar.gz 46789 BLAKE2B 373b1ddfb4cfae07e9e58bdad1c9c73ca6c6f53fc140ccda21527ad2ae237d3402bc52e95a180811263ef1a29f5c9da7db0063178b19a85b1dafc3d20e22996d SHA512 3d1417462998750ef1580169ed0e4b721b5f430cd86a678d1b6bc7b2ac123879902f7d22c28dc21e8a171ec80dfc51b6465d0dcc78cb009eb731651f2cb152f5

diff --git a/app-admin/pass-otp/pass-otp-1.2.0.ebuild b/app-admin/pass-otp/pass-otp-1.2.0.ebuild
new file mode 100644
index 00000000000..b93a38c51e2
--- /dev/null
+++ b/app-admin/pass-otp/pass-otp-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+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() {
+	:
+}
+
+src_install() {
+	emake install DESTDIR="${D}" BASHCOMPDIR="$(get_bashcompdir)"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2018-12-07 20:28 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2018-12-07 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     81c2c89490b0e3e2511fa4f97a2755cca4f7b98b
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Nov 26 04:46:28 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec  7 20:28:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c2c894

app-admin/pass-otp: remove old (1.1.0, 1.1.1)

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-admin/pass-otp/Manifest              |  2 --
 app-admin/pass-otp/pass-otp-1.1.0.ebuild | 23 -----------------------
 app-admin/pass-otp/pass-otp-1.1.1.ebuild | 23 -----------------------
 3 files changed, 48 deletions(-)

diff --git a/app-admin/pass-otp/Manifest b/app-admin/pass-otp/Manifest
index 4450657b027..61453a62518 100644
--- a/app-admin/pass-otp/Manifest
+++ b/app-admin/pass-otp/Manifest
@@ -1,3 +1 @@
-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
 DIST pass-otp-1.2.0.tar.gz 46789 BLAKE2B 373b1ddfb4cfae07e9e58bdad1c9c73ca6c6f53fc140ccda21527ad2ae237d3402bc52e95a180811263ef1a29f5c9da7db0063178b19a85b1dafc3d20e22996d SHA512 3d1417462998750ef1580169ed0e4b721b5f430cd86a678d1b6bc7b2ac123879902f7d22c28dc21e8a171ec80dfc51b6465d0dcc78cb009eb731651f2cb152f5

diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild
deleted file mode 100644
index 7d726fd8b9b..00000000000
--- a/app-admin/pass-otp/pass-otp-1.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2018 Gentoo Authors
-# 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/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() {
-	:
-}

diff --git a/app-admin/pass-otp/pass-otp-1.1.1.ebuild b/app-admin/pass-otp/pass-otp-1.1.1.ebuild
deleted file mode 100644
index bf431a13559..00000000000
--- a/app-admin/pass-otp/pass-otp-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2018 Gentoo Authors
-# 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() {
-	:
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2019-08-21  2:08 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2019-08-21  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d3e43b26b9a514f4853651954f6fadbd87eb5f8b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 02:07:57 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 02:08:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e43b26

app-admin/pass-otp: Stabilize

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-admin/pass-otp/pass-otp-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pass-otp/pass-otp-1.2.0.ebuild b/app-admin/pass-otp/pass-otp-1.2.0.ebuild
index b93a38c51e2..07731fc77c0 100644
--- a/app-admin/pass-otp/pass-otp-1.2.0.ebuild
+++ b/app-admin/pass-otp/pass-otp-1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="qrcode test"
 
 DEPEND="test? ( dev-tcltk/expect:* )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2020-03-20 14:30 Joonas Niilola
  0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-03-20 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     65b3b594dff40e317c213845d3737c51a8c2c114
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 14:26:03 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 14:30:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b3b594

app-admin/pass-otp: RedundantLongDescription, indent

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/pass-otp/metadata.xml | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/app-admin/pass-otp/metadata.xml b/app-admin/pass-otp/metadata.xml
index 79d9aa05f77..409124c1082 100644
--- a/app-admin/pass-otp/metadata.xml
+++ b/app-admin/pass-otp/metadata.xml
@@ -1,21 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-	<name>Haelwenn (lanodan) Monnier</name>
-	<email>contact@hacktivis.me</email>
-</maintainer>
-<maintainer type="project">
-	<email>proxy-maint@gentoo.org</email>
-	<name>Proxy Maintainers</name>
-</maintainer>
-<longdescription lang="en">
-A pass extension for managing one-time-password (OTP) tokens.
-</longdescription>
-<use>
-	<flag name="qrcode">Add support for qrcodes using <pkg>media-gfx/qrencode</pkg></flag>
-</use>
-<upstream>
-	<remote-id type="github">tadfisher/pass-otp</remote-id>
-</upstream>
+  <maintainer type="person">
+    <name>Haelwenn (lanodan) Monnier</name>
+    <email>contact@hacktivis.me</email>
+  </maintainer>
+  <maintainer type="project">
+  <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <use>
+    <flag name="qrcode">Add support for qrcodes using <pkg>media-gfx/qrencode</pkg></flag>
+  </use>
+  <upstream>
+    <remote-id type="github">tadfisher/pass-otp</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2020-04-03 19:56 Georgy Yakovlev
  0 siblings, 0 replies; 12+ messages in thread
From: Georgy Yakovlev @ 2020-04-03 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f784b097bc65d94ca71eb233b52bb9e5fd3cf57b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  3 06:57:44 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 19:55:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f784b097

app-admin/pass-otp: add ~ppc64 keyword

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-admin/pass-otp/pass-otp-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/pass-otp/pass-otp-1.2.0.ebuild b/app-admin/pass-otp/pass-otp-1.2.0.ebuild
index 607af255b6c..5788705849e 100644
--- a/app-admin/pass-otp/pass-otp-1.2.0.ebuild
+++ b/app-admin/pass-otp/pass-otp-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Authors
+# Copyright 2018-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="qrcode test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2022-02-15 22:23 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2022-02-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4c3e551944e42887f4d002529368e9e98485ff96
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Feb 14 23:28:25 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 22:23:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3e5519

app-admin/pass-otp: Unconditionally depend on qrencode

As pointed out by mgorny on IRC,
app-admin/pass already hard-depends on it so the USE flag is useless.

Closes: https://github.com/gentoo/gentoo/pull/24194
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild | 32 +++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild b/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild
new file mode 100644
index 000000000000..65f765ec2d8b
--- /dev/null
+++ b/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2018-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+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 ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-tcltk/expect:* )"
+
+RDEPEND="
+	>=app-admin/pass-1.7
+	sys-auth/oath-toolkit
+	media-gfx/qrencode
+"
+
+src_compile() {
+	:
+}
+
+src_install() {
+	emake install DESTDIR="${D}" BASHCOMPDIR="$(get_bashcompdir)"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
@ 2022-06-02  2:27 Matt Turner
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2022-06-02  2:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2c1a0d16e0971748cb752755ea95f9a22cdbef0f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 02:23:33 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 02:27:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1a0d16

app-admin/pass-otp: Propagate stable keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild b/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild
index 65f765ec2d8b..ee71ab2bb604 100644
--- a/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild
+++ b/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-06-02  2:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-07 20:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2022-06-02  2:27 Matt Turner
2022-02-15 22:23 Matt Turner
2020-04-03 19:56 Georgy Yakovlev
2020-03-20 14:30 Joonas Niilola
2019-08-21  2:08 Matt Turner
2018-12-07 20:28 Matt Turner
2018-12-07 20:28 Matt Turner
2018-07-27  1:33 Matt Turner
2018-07-27  1:33 Matt Turner
2018-07-27  1:33 Matt Turner
2018-03-16 10:13 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox