[dev-python/python-cryptsetup] new ebuild, required by Anaconda

This commit is contained in:
Fabio Erculiani
2010-04-01 20:03:14 +02:00
parent 5d0245b80f
commit 1c3356b5b4
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,21 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
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}"