blob: a7c8586035bf73ec111b1537e86845e4c8673fec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.12 2004/05/04 12:07:20 kloeri Exp $
inherit distutils
IUSE=""
DESCRIPTION="Python cryptography toolkit."
HOMEPAGE="http://www.amk.ca/python/code/crypto.html"
SRC_URI="http://www.amk.ca/files/python/crypto/${P/_alpha/a}.tar.gz"
LICENSE="freedist"
DEPEND="virtual/glibc
dev-lang/python"
SLOT="0"
KEYWORDS="x86 ~alpha ~sparc amd64 ~ppc"
S="${WORKDIR}/${P/_alpha/a}"
IUSE=""
mydoc="ACKS ChangeLog LICENSE MANIFEST PKG-INFO README TODO"
|