[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
+2 -1
View File
@@ -1 +1,2 @@
EBUILD python-cryptsetup-0.0.10.ebuild 490 RMD160 7c024aa4811c12e64c0784c3f1dac764982c0c72 SHA1 aac7de0021398e9c5b0fd53f73b76a4f657b721e SHA256 a68d6b27b96d535fd5b9ebab985e23644b107d5044003192324bc019e9b09ce6
EBUILD python-cryptsetup-0.0.10.ebuild 489 RMD160 43832a5f9ad7f8f1fdf8f4afae2d7c8ca073fcc9 SHA1 6e3a759a24bd6170094840d4cbc2f83982bf0722 SHA256 70a962e908d816a75b4b4630ba2171709f3be99a964584b1c4e516c3e536e2d3
EBUILD python-cryptsetup-0.1.4-r1.ebuild 499 RMD160 412191ac2a508e9b46f298ebbf0c58342f73b9df SHA1 63ec94ae6d29a256fa203e628305bf14d4b40e8e SHA256 1b1812462dcdd62818874b153f48311134c7ee68936cee95bfb81263bbbfe0f0
@@ -9,7 +9,7 @@ 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"
HOMEPAGE="http://git.fedorahosted.org/cgit/python-cryptsetup.git/"
SRC_URI=""
LICENSE=""
@@ -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}"