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

Reply via email to