2014-11-19 08:08:16 +01:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
MODULE_AUTHOR=AMS
|
2018-02-16 12:29:02 +01:00
|
|
|
MODULE_VERSION=1.01
|
2014-11-19 08:08:16 +01:00
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="The GOST Encryption Algorithm"
|
2018-02-16 12:29:02 +01:00
|
|
|
SRC_URI="mirror://sourceforge/project/assp/ASSP%20V2%20multithreading/ASSP%20V2%20module%20installation/${PN}/${PN}-${MODULE_VERSION}.src.tar.gz"
|
2014-11-19 08:08:16 +01:00
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="amd64 x86"
|
|
|
|
IUSE="test"
|
|
|
|
|
|
|
|
SRC_TEST=do
|