summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-cryptsetup/python-cryptsetup-0.1.4.ebuild')
-rw-r--r--dev-python/python-cryptsetup/python-cryptsetup-0.1.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/python-cryptsetup/python-cryptsetup-0.1.4.ebuild b/dev-python/python-cryptsetup/python-cryptsetup-0.1.4.ebuild
new file mode 100644
index 0000000..2c2c0a3
--- /dev/null
+++ b/dev-python/python-cryptsetup/python-cryptsetup-0.1.4.ebuild
@@ -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}-1"
+
+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}"