Files
sablink-distro/dev-python/python-cryptsetup/python-cryptsetup-0.0.10.ebuild
T
Sławomir Nizio ba9ebc33bf [{app-admin,dev-python,dev-util,sys-block}/*] bump to EAPI 3
Bumped EAPI to 3 due to deprecation in distutils.eclass:
Usage of distutils.eclass in packages not supporting installation
 * for multiple Python ABIs in EAPI <=2 is deprecated and will be banned
 * on 2011-06-01.
2011-05-18 21:43:31 +02:00

22 lines
490 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
EGIT_REPO_URI="git://git.fedorahosted.org/python-cryptsetup.git"
EGIT_COMMIT="${P}"
inherit distutils git eutils
DESCRIPTION="Python bindings for Network Security Services (NSS)"
HOMEPAGE="http://git.fedorahosted.org/git/?p=python-cryptsetup.git"
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-fs/cryptsetup"
RDEPEND="${DEPEND}"