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
-}

Reply via email to