[dev-python/python-cryptsetup] version bump (breaks API)

This commit is contained in:
Fabio Erculiani
2012-08-31 07:15:55 +02:00
parent b571031fa6
commit 18991e326e
3 changed files with 24 additions and 2 deletions
@@ -0,0 +1,21 @@
# 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}-${PR/r}"
inherit distutils git-2 eutils
DESCRIPTION="Python bindings for Network Security Services (NSS)"
HOMEPAGE="http://git.fedorahosted.org/cgit/python-cryptsetup.git/"
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-fs/cryptsetup"
RDEPEND="${DEPEND}"