26 lines
635 B
Bash
26 lines
635 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mhash/python-mhash-1.4.ebuild,v 1.6 2010/07/24 18:01:47 phajdan.jr Exp $
|
|
|
|
EAPI="3"
|
|
PYTHON_DEPEND="2"
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
RESTRICT_PYTHON_ABIS="3.*"
|
|
|
|
inherit distutils
|
|
|
|
DESCRIPTION="Python interface to libmhash"
|
|
HOMEPAGE="http://mhash.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ia64 x86"
|
|
IUSE=""
|
|
|
|
DEPEND="app-crypt/mhash"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
|
|
|
DOCS="AUTHORS"
|