public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2016-04-07 16:53 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2016-04-07 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1c6d473cbdce63cdd870c54c4933222ed7714311
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 16:52:50 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 16:52:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6d473c

app-crypt/stoken: packaging for bug 539660

Package-Manager: portage-2.2.26

 app-crypt/stoken/Manifest           |  1 +
 app-crypt/stoken/metadata.xml       | 11 +++++++++++
 app-crypt/stoken/stoken-0.90.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/app-crypt/stoken/Manifest b/app-crypt/stoken/Manifest
new file mode 100644
index 0000000..322ddda
--- /dev/null
+++ b/app-crypt/stoken/Manifest
@@ -0,0 +1 @@
+DIST v0.90.tar.gz 116642 SHA256 45912c200e2bcf0d605ba4b1177fbc9191cfd0ca509dd33075fd7ba17ebd6dda SHA512 7c75a04ea6542a13d639bbb74523443e030559dcf65d181d07fc64277442500a8a18daf2351248a552e42daf815fe5d0079b5b559402522d45ac10ed7762c818 WHIRLPOOL cfeb2bf9ac173a5416a08c99405bdc2ea0feff10cb040ffe5e89fc95c570da369d85fc5679fdedcdb017fdfcc89374dfd8544f519b6df587cad7b4e7bc113f8e

diff --git a/app-crypt/stoken/metadata.xml b/app-crypt/stoken/metadata.xml
new file mode 100644
index 0000000..adcd617
--- /dev/null
+++ b/app-crypt/stoken/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<longdescription lang="en">
+		stoken is an open source tokencode generator compatible with RSA SecurID 128-bit (AES) tokens. It is a hobbyist project, not affiliated with or endorsed by RSA Security.
+	</longdescription>
+</pkgmetadata>

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
new file mode 100644
index 0000000..e2ca5a1
--- /dev/null
+++ b/app-crypt/stoken/stoken-0.90.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="stoken - Software Token for Linux/UNIX"
+HOMEPAGE="http://stoken.sourceforge.net/"
+SRC_URI="http://github.com/cernekee/stoken/archive/v${PV}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
+
+RDEPEND="gtk? ( x11-libs/gtk+:2 )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eautoreconf
+	eapply_user
+}
+
+src_configure() {
+	econf $(use_with gtk)
+}
+
+src_install() {
+	default
+	dodoc CHANGES COPYING.LIB README.md TODO
+	doman stoken.1
+	if use gtk ; then
+		doman stoken-gui.1
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2016-04-07 17:54 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2016-04-07 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d0258151b2af233e33db9ae91d5c1cb4fd6b1ab8
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 17:52:58 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 17:54:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0258151

app-crypt/stoken: adding arches

Package-Manager: portage-2.2.26

 app-crypt/stoken/stoken-0.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
index e2ca5a1..6e00dbf 100644
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ b/app-crypt/stoken/stoken-0.90.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://github.com/cernekee/stoken/archive/v${PV}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="gtk"
 
 RDEPEND="gtk? ( x11-libs/gtk+:2 )"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2016-04-15  2:58 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2016-04-15  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8b5092d8c75891abe23f2496c8e02d50a0ddd2be
Author:     Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Thu Apr 14 08:20:49 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 02:57:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5092d8

app-crypt/stoken: update metadata.xml, upstream info was added

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-crypt/stoken/metadata.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-crypt/stoken/metadata.xml b/app-crypt/stoken/metadata.xml
index adcd617..920373f 100644
--- a/app-crypt/stoken/metadata.xml
+++ b/app-crypt/stoken/metadata.xml
@@ -5,7 +5,12 @@
 		<email>prometheanfire@gentoo.org</email>
 		<name>Matthew Thode</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">cernekee/stoken</remote-id>
+		<bugs-to>https://github.com/cernekee/stoken/issues</bugs-to>
+	</upstream>
 	<longdescription lang="en">
-		stoken is an open source tokencode generator compatible with RSA SecurID 128-bit (AES) tokens. It is a hobbyist project, not affiliated with or endorsed by RSA Security.
+		stoken is an open source tokencode generator compatible with RSA SecurID 128-bit (AES) tokens.
+		It is a hobbyist project, not affiliated with or endorsed by RSA Security.
 	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2016-04-15  2:58 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2016-04-15  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d5402daba60100e4b631c469b20a19080f6f450d
Author:     Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Thu Apr 14 09:06:06 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 02:57:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5402dab

app-crypt/stoken: update RDEPEND, remove src_install

add a required dependency of crypto backend (at least one),
update gtk dependency to gtk-3 slot (in upstream from v0.8),
src_install is no need to override, all going fine by default

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-crypt/stoken/stoken-0.90.ebuild | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
index fc4685e..e2740f2 100644
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ b/app-crypt/stoken/stoken-0.90.ebuild
@@ -15,7 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="gtk"
 
-RDEPEND="gtk? ( x11-libs/gtk+:2 )"
+RDEPEND="
+	|| ( dev-libs/nettle dev-libs/libtomcrypt )
+	gtk? ( >=x11-libs/gtk+-3.12:3 )"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
@@ -26,12 +28,3 @@ src_prepare() {
 src_configure() {
 	econf $(use_with gtk)
 }
-
-src_install() {
-	default
-	dodoc CHANGES COPYING.LIB README.md TODO
-	doman stoken.1
-	if use gtk ; then
-		doman stoken-gui.1
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2016-04-15  2:58 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2016-04-15  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6c0f8b4ee1cecb29ef19349d5459e3758754ffbf
Author:     Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Thu Apr 14 08:26:16 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 02:57:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0f8b4e

app-crypt/stoken: update HOMEPAGE, SRC_URI & DESCRIPTION

switch HOMEPAGE to github as more proper (repo & bugs there)
switch SRC_URI to use 'https://' (redirected by default to it anyway)

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-crypt/stoken/stoken-0.90.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
index 6e00dbf..fc4685e 100644
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ b/app-crypt/stoken/stoken-0.90.ebuild
@@ -6,9 +6,9 @@ EAPI="6"
 
 inherit autotools
 
-DESCRIPTION="stoken - Software Token for Linux/UNIX"
-HOMEPAGE="http://stoken.sourceforge.net/"
-SRC_URI="http://github.com/cernekee/stoken/archive/v${PV}.tar.gz"
+DESCRIPTION="Software Token for Linux/UNIX"
+HOMEPAGE="https://github.com/cernekee/stoken"
+SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2016-05-13  8:41 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2016-05-13  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6b932b74ec35675b5cb38294c41cc022a73c4e88
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 08:40:24 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 08:41:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b932b74

app-crypt/stoken: amd64 stable wrt bug #582128

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-crypt/stoken/stoken-0.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
index e2740f2..48c7ad8 100644
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ b/app-crypt/stoken/stoken-0.90.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="gtk"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2017-02-23  8:04 Michael Weber
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Weber @ 2017-02-23  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     af4b766d03bbf1e1b31af7c9221e228110964e18
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 07:57:24 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 08:04:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4b766d

app-crypt/stoken: arm ppc64 stable (bug 591138).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/stoken/stoken-0.90.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
index 45b9016db2..25e6182ea0 100644
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ b/app-crypt/stoken/stoken-0.90.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ppc64 x86"
 IUSE="gtk"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2017-05-28 21:14 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2017-05-28 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6fb4e6dd00ea2a4fb984e67b70d74d58a1cb1a14
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 21:13:36 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun May 28 21:14:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb4e6dd

app-crypt/stoken: bup 0.91 along with fixing src_uri for bug 619860

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-crypt/stoken/Manifest                                   | 3 ++-
 app-crypt/stoken/stoken-0.90.ebuild                         | 2 +-
 app-crypt/stoken/{stoken-0.90.ebuild => stoken-0.91.ebuild} | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/stoken/Manifest b/app-crypt/stoken/Manifest
index 322dddaa761..b8495edfbec 100644
--- a/app-crypt/stoken/Manifest
+++ b/app-crypt/stoken/Manifest
@@ -1 +1,2 @@
-DIST v0.90.tar.gz 116642 SHA256 45912c200e2bcf0d605ba4b1177fbc9191cfd0ca509dd33075fd7ba17ebd6dda SHA512 7c75a04ea6542a13d639bbb74523443e030559dcf65d181d07fc64277442500a8a18daf2351248a552e42daf815fe5d0079b5b559402522d45ac10ed7762c818 WHIRLPOOL cfeb2bf9ac173a5416a08c99405bdc2ea0feff10cb040ffe5e89fc95c570da369d85fc5679fdedcdb017fdfcc89374dfd8544f519b6df587cad7b4e7bc113f8e
+DIST stoken-0.90.tar.gz 116642 SHA256 45912c200e2bcf0d605ba4b1177fbc9191cfd0ca509dd33075fd7ba17ebd6dda SHA512 7c75a04ea6542a13d639bbb74523443e030559dcf65d181d07fc64277442500a8a18daf2351248a552e42daf815fe5d0079b5b559402522d45ac10ed7762c818 WHIRLPOOL cfeb2bf9ac173a5416a08c99405bdc2ea0feff10cb040ffe5e89fc95c570da369d85fc5679fdedcdb017fdfcc89374dfd8544f519b6df587cad7b4e7bc113f8e
+DIST stoken-0.91.tar.gz 116846 SHA256 5e5cce38e958de07b2d447d24e9564edaf566571b6fe04ce9099b5dc2dd3c0ac SHA512 7d34c3ec3022aabd909fcb89fabd03003fdc4d635a064401407ce78068c0965012b9b61b53ce2d6e018973fe2e23a7e4d35913fca564e0af65fd0f0fb7fb30b4 WHIRLPOOL 89cdea90c95f4ad3d5c1572fb42fac6630654ad6d92511e107d41540880920cb27402fbc7c9af2b8347200264dd79ff15c96d43aea0be148ed94bb056cc0d312

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
index 966740b1398..cfbe027df35 100644
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ b/app-crypt/stoken/stoken-0.90.ebuild
@@ -7,7 +7,7 @@ inherit autotools
 
 DESCRIPTION="Software Token for Linux/UNIX"
 HOMEPAGE="https://github.com/cernekee/stoken"
-SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.91.ebuild
similarity index 90%
copy from app-crypt/stoken/stoken-0.90.ebuild
copy to app-crypt/stoken/stoken-0.91.ebuild
index 966740b1398..886714165d0 100644
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ b/app-crypt/stoken/stoken-0.91.ebuild
@@ -7,11 +7,11 @@ inherit autotools
 
 DESCRIPTION="Software Token for Linux/UNIX"
 HOMEPAGE="https://github.com/cernekee/stoken"
-SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="gtk"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2017-12-23  1:20 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2017-12-23  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     dcb139cc0d05116724e109960b22626336b80372
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 01:19:31 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 01:19:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb139cc

app-crypt/stoken: 0.92 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-crypt/stoken/Manifest           |  1 +
 app-crypt/stoken/stoken-0.92.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-crypt/stoken/Manifest b/app-crypt/stoken/Manifest
index 62c75fb0914..2356dde664e 100644
--- a/app-crypt/stoken/Manifest
+++ b/app-crypt/stoken/Manifest
@@ -1,2 +1,3 @@
 DIST stoken-0.90.tar.gz 116642 BLAKE2B 33cde44212585eb994db62de0527fb7d06add3f247ac09e53ee3809de4150b09a99bdda1eb4bd1d7ac449a8f94c8dbdd468af955b82caeb1beb8331338788049 SHA512 7c75a04ea6542a13d639bbb74523443e030559dcf65d181d07fc64277442500a8a18daf2351248a552e42daf815fe5d0079b5b559402522d45ac10ed7762c818
 DIST stoken-0.91.tar.gz 116846 BLAKE2B 914324f7151ff9aaae336cf44624f7d8fd70bfc0514a9c20defd47e17e8acceda2aa020a2fadfe3bdd9caa6650adb7859a5422eb9acc27df9834140f4bd5aa86 SHA512 7d34c3ec3022aabd909fcb89fabd03003fdc4d635a064401407ce78068c0965012b9b61b53ce2d6e018973fe2e23a7e4d35913fca564e0af65fd0f0fb7fb30b4
+DIST stoken-0.92.tar.gz 117212 BLAKE2B 8d236a73b0626ab91d145d01fa07c28ba8c54a3053aaba32b64b4dacc39dc8265d5740630ec2495d678c975b1bfa480a79a5ec1115accf39170229b444673f48 SHA512 b41262320c24e487ece884fc431d835c787f057947a92e3d57ed2047bc02b576b072e8a69f4b58b47ab1f913b5ae8c3ee8108d3b55c1477f15848420b668fea3

diff --git a/app-crypt/stoken/stoken-0.92.ebuild b/app-crypt/stoken/stoken-0.92.ebuild
new file mode 100644
index 00000000000..6a8f901f358
--- /dev/null
+++ b/app-crypt/stoken/stoken-0.92.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="Software Token for Linux/UNIX"
+HOMEPAGE="https://github.com/cernekee/stoken"
+SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="gtk"
+
+#	|| ( dev-libs/nettle dev-libs/libtomcrypt )    libtomcrypt is not packaged
+RDEPEND="
+	dev-libs/nettle
+	gtk? ( >=x11-libs/gtk+-3.12:3 )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eautoreconf
+	eapply_user
+}
+
+src_configure() {
+	econf $(use_with gtk)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2018-01-19 16:57 Matt Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matt Thode @ 2018-01-19 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     64d170147a548d974b857e27793e9cd296dd88dc
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 16:53:02 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 16:53:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d17014

app-crypt/stoken: 0.92 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/stoken/Manifest           |  2 --
 app-crypt/stoken/stoken-0.90.ebuild | 29 -----------------------------
 app-crypt/stoken/stoken-0.91.ebuild | 29 -----------------------------
 app-crypt/stoken/stoken-0.92.ebuild |  4 ++--
 4 files changed, 2 insertions(+), 62 deletions(-)

diff --git a/app-crypt/stoken/Manifest b/app-crypt/stoken/Manifest
index 2356dde664e..d1218f1af46 100644
--- a/app-crypt/stoken/Manifest
+++ b/app-crypt/stoken/Manifest
@@ -1,3 +1 @@
-DIST stoken-0.90.tar.gz 116642 BLAKE2B 33cde44212585eb994db62de0527fb7d06add3f247ac09e53ee3809de4150b09a99bdda1eb4bd1d7ac449a8f94c8dbdd468af955b82caeb1beb8331338788049 SHA512 7c75a04ea6542a13d639bbb74523443e030559dcf65d181d07fc64277442500a8a18daf2351248a552e42daf815fe5d0079b5b559402522d45ac10ed7762c818
-DIST stoken-0.91.tar.gz 116846 BLAKE2B 914324f7151ff9aaae336cf44624f7d8fd70bfc0514a9c20defd47e17e8acceda2aa020a2fadfe3bdd9caa6650adb7859a5422eb9acc27df9834140f4bd5aa86 SHA512 7d34c3ec3022aabd909fcb89fabd03003fdc4d635a064401407ce78068c0965012b9b61b53ce2d6e018973fe2e23a7e4d35913fca564e0af65fd0f0fb7fb30b4
 DIST stoken-0.92.tar.gz 117212 BLAKE2B 8d236a73b0626ab91d145d01fa07c28ba8c54a3053aaba32b64b4dacc39dc8265d5740630ec2495d678c975b1bfa480a79a5ec1115accf39170229b444673f48 SHA512 b41262320c24e487ece884fc431d835c787f057947a92e3d57ed2047bc02b576b072e8a69f4b58b47ab1f913b5ae8c3ee8108d3b55c1477f15848420b668fea3

diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild
deleted file mode 100644
index cfbe027df35..00000000000
--- a/app-crypt/stoken/stoken-0.90.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools
-
-DESCRIPTION="Software Token for Linux/UNIX"
-HOMEPAGE="https://github.com/cernekee/stoken"
-SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc64 x86"
-IUSE="gtk"
-
-RDEPEND="
-	|| ( dev-libs/nettle dev-libs/libtomcrypt )
-	gtk? ( >=x11-libs/gtk+-3.12:3 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	eautoreconf
-	eapply_user
-}
-
-src_configure() {
-	econf $(use_with gtk)
-}

diff --git a/app-crypt/stoken/stoken-0.91.ebuild b/app-crypt/stoken/stoken-0.91.ebuild
deleted file mode 100644
index 886714165d0..00000000000
--- a/app-crypt/stoken/stoken-0.91.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools
-
-DESCRIPTION="Software Token for Linux/UNIX"
-HOMEPAGE="https://github.com/cernekee/stoken"
-SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="gtk"
-
-RDEPEND="
-	|| ( dev-libs/nettle dev-libs/libtomcrypt )
-	gtk? ( >=x11-libs/gtk+-3.12:3 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	eautoreconf
-	eapply_user
-}
-
-src_configure() {
-	econf $(use_with gtk)
-}

diff --git a/app-crypt/stoken/stoken-0.92.ebuild b/app-crypt/stoken/stoken-0.92.ebuild
index 6a8f901f358..06a2e2468cf 100644
--- a/app-crypt/stoken/stoken-0.92.ebuild
+++ b/app-crypt/stoken/stoken-0.92.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ppc64 x86"
 IUSE="gtk"
 
 #	|| ( dev-libs/nettle dev-libs/libtomcrypt )    libtomcrypt is not packaged


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2019-05-24 20:48 Aaron Bauman
  0 siblings, 0 replies; 16+ messages in thread
From: Aaron Bauman @ 2019-05-24 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     89d61b37a2215c64ef83050ebf7672230fc98db9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 20:43:54 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 24 20:48:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d61b37

app-crypt/stoken: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-crypt/stoken/stoken-0.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/stoken/stoken-0.92.ebuild b/app-crypt/stoken/stoken-0.92.ebuild
index 06a2e2468cf..5774eec2cf5 100644
--- a/app-crypt/stoken/stoken-0.92.ebuild
+++ b/app-crypt/stoken/stoken-0.92.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="gtk"
 
 #	|| ( dev-libs/nettle dev-libs/libtomcrypt )    libtomcrypt is not packaged


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2020-05-31 20:13 Matthew Thode
  0 siblings, 0 replies; 16+ messages in thread
From: Matthew Thode @ 2020-05-31 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     519505b5d95b1110ae1c4a05fa34f86d53e083c3
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 20:13:06 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun May 31 20:13:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519505b5

app-crypt/stoken: make static builds optional

Closes: https://bugs.gentoo.org/726486
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-crypt/stoken/{stoken-0.92.ebuild => stoken-0.92-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.92.ebuild b/app-crypt/stoken/stoken-0.92-r1.ebuild
similarity index 83%
rename from app-crypt/stoken/stoken-0.92.ebuild
rename to app-crypt/stoken/stoken-0.92-r1.ebuild
index 5774eec2cf5..d535f81ddc4 100644
--- a/app-crypt/stoken/stoken-0.92.ebuild
+++ b/app-crypt/stoken/stoken-0.92-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc64 x86"
-IUSE="gtk"
+IUSE="gtk static"
 
 #	|| ( dev-libs/nettle dev-libs/libtomcrypt )    libtomcrypt is not packaged
 RDEPEND="
@@ -26,5 +26,5 @@ src_prepare() {
 }
 
 src_configure() {
-	econf $(use_with gtk)
+	econf $(use_with gtk) --enable-static=$(usex static)
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2021-07-24 23:02 Marek Szuba
  0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2021-07-24 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f95f4991a531d89176582ebf149b5af32cb82639
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 22:54:55 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 23:02:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95f4991

app-crypt/stoken: keyword 0.92-r1 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-crypt/stoken/stoken-0.92-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.92-r1.ebuild b/app-crypt/stoken/stoken-0.92-r1.ebuild
index d535f81ddc4..2508df6bacd 100644
--- a/app-crypt/stoken/stoken-0.92-r1.ebuild
+++ b/app-crypt/stoken/stoken-0.92-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="gtk static"
 
 #	|| ( dev-libs/nettle dev-libs/libtomcrypt )    libtomcrypt is not packaged


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2021-10-20 16:57 Mike Gilbert
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Gilbert @ 2021-10-20 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bd7d7208554b9ae9a1416f46512a6ac4b7f08caa
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 16:55:45 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 16:55:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7d7208

app-crypt/stoken: fix automagic dep on libtomcrypt

Also rename 'static' to 'static-libs'.
Also drop libstoken.la.

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../{stoken-0.92-r1.ebuild => stoken-0.92-r2.ebuild}  | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.92-r1.ebuild b/app-crypt/stoken/stoken-0.92-r2.ebuild
similarity index 61%
rename from app-crypt/stoken/stoken-0.92-r1.ebuild
rename to app-crypt/stoken/stoken-0.92-r2.ebuild
index 2508df6bacd..9cf7d5d6aeb 100644
--- a/app-crypt/stoken/stoken-0.92-r1.ebuild
+++ b/app-crypt/stoken/stoken-0.92-r2.ebuild
@@ -12,19 +12,30 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
-IUSE="gtk static"
+IUSE="gtk static-libs"
 
-#	|| ( dev-libs/nettle dev-libs/libtomcrypt )    libtomcrypt is not packaged
+# TODO: add a USE flag to enable optional use of tomcrypt instead of nettle.
 RDEPEND="
 	dev-libs/nettle
 	gtk? ( >=x11-libs/gtk+-3.12:3 )"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+	default
 	eautoreconf
-	eapply_user
 }
 
 src_configure() {
-	econf $(use_with gtk) --enable-static=$(usex static)
+	local myconf=(
+		$(use_with gtk)
+		$(use_enable static-libs static)
+		--with-nettle
+		--without-tomcrypt
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -type f -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2022-12-04  9:23 WANG Xuerui
  0 siblings, 0 replies; 16+ messages in thread
From: WANG Xuerui @ 2022-12-04  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     46cfa272e8bd66a45325edd2cdc68f43f036d8dc
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 10:13:41 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 09:22:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cfa272

app-crypt/stoken: keyword 0.92-r2 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 app-crypt/stoken/stoken-0.92-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.92-r2.ebuild b/app-crypt/stoken/stoken-0.92-r2.ebuild
index 9cf7d5d6aeb7..71f62bf2c30a 100644
--- a/app-crypt/stoken/stoken-0.92-r2.ebuild
+++ b/app-crypt/stoken/stoken-0.92-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gtk static-libs"
 
 # TODO: add a USE flag to enable optional use of tomcrypt instead of nettle.


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/
@ 2023-05-18 15:58 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2023-05-18 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8556092b3e84599b78843b93f4b92a594efb1d89
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 15:58:14 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 18 15:58:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8556092b

app-crypt/stoken: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../stoken/{stoken-0.92-r2.ebuild => stoken-0.92-r3.ebuild}  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.92-r2.ebuild b/app-crypt/stoken/stoken-0.92-r3.ebuild
similarity index 81%
rename from app-crypt/stoken/stoken-0.92-r2.ebuild
rename to app-crypt/stoken/stoken-0.92-r3.ebuild
index 71f62bf2c30a..11e11adeb2f1 100644
--- a/app-crypt/stoken/stoken-0.92-r2.ebuild
+++ b/app-crypt/stoken/stoken-0.92-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=8
 
 inherit autotools
 
@@ -12,13 +12,14 @@ SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-IUSE="gtk static-libs"
+IUSE="gtk"
 
 # TODO: add a USE flag to enable optional use of tomcrypt instead of nettle.
 RDEPEND="
-	dev-libs/nettle
-	gtk? ( >=x11-libs/gtk+-3.12:3 )"
+	dev-libs/nettle:=
+	gtk? ( x11-libs/gtk+:3 )"
 DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	default
@@ -28,7 +29,6 @@ src_prepare() {
 src_configure() {
 	local myconf=(
 		$(use_with gtk)
-		$(use_enable static-libs static)
 		--with-nettle
 		--without-tomcrypt
 	)


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

end of thread, other threads:[~2023-05-18 15:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13  8:41 [gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2023-05-18 15:58 David Seifert
2022-12-04  9:23 WANG Xuerui
2021-10-20 16:57 Mike Gilbert
2021-07-24 23:02 Marek Szuba
2020-05-31 20:13 Matthew Thode
2019-05-24 20:48 Aaron Bauman
2018-01-19 16:57 Matt Thode
2017-12-23  1:20 Matt Thode
2017-05-28 21:14 Matt Thode
2017-02-23  8:04 Michael Weber
2016-04-15  2:58 Matt Thode
2016-04-15  2:58 Matt Thode
2016-04-15  2:58 Matt Thode
2016-04-07 17:54 Matt Thode
2016-04-07 16:53 Matt Thode

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