Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539660 - app-crypt/stoken - an open source tokencode generator compatible with RSA SecurID 128-bit (AES) tokens
Summary: app-crypt/stoken - an open source tokencode generator compatible with RSA Sec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://stoken.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-10 17:50 UTC by Dries Kimpe
Modified: 2016-04-14 09:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
stoken-0.81.ebuild (stoken-0.81.ebuild,774 bytes, text/plain)
2015-02-10 17:50 UTC, Dries Kimpe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Kimpe 2015-02-10 17:50:35 UTC
Created attachment 396114 [details]
stoken-0.81.ebuild

stoken - Software Token for Linux/UNIX

stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES) tokens. The project includes several components:

    A simple command line interface (CLI) used to manage and manipulate tokens
    A GTK+ GUI with cut&paste functionality
    A shared library allowing other software to generate tokencodes on demand
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-02-11 07:47:41 UTC
Comment on attachment 396114 [details]
stoken-0.81.ebuild

># Copyright 1999-2011 Gentoo Foundation

It's 2015. :)

># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild,v 1.4 2011/07/02 20:19:08 hwoarang Exp $

I don't think you need that CVS header.

>EAPI="4"

Why not 5?

>inherit autotools base
>
>DESCRIPTION="A RSA SecurID token generator"

An RSA. But it's probably better to use the upstream one-liner.

>HOMEPAGE="http://stoken.sourceforge.net/"
>SRC_URI="http://github.com/cernekee/stoken/archive/v${PV}.tar.gz"

How are both sites related?

>src_prepare() {
>	eautoreconf
>	base_src_prepare

I'm pretty sure you need only one of these and that the default src_prepare() would also work in this case. Either that or remove the inherit of base.eclass.

>src_install() {
>	emake DESTDIR="${D}" install

That's the default. You can replace it with "default".
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-04-07 16:53:32 UTC
added 0.90 with an edited ebuild (eapi6, etc)
Comment 3 Sergiy Borodych 2016-04-14 09:14:59 UTC
some improves:
https://github.com/gentoo/gentoo/pull/1259