summaryrefslogtreecommitdiff
blob: 69d00c2f290ab14e4ea301c74552273acdb46583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Python implementation of DES an Triple-DES algorithms"
HOMEPAGE="http://twhiteman.netfirms.com/des.html"
SRC_URI="http://twhiteman.netfirms.com/pyDES/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

PYTHON_MODNAME="pyDes.py"