From 4bd2f8d9967e2db9b99a34594ab5d2e846291695 Mon Sep 17 00:00:00 2001 From: Francesco Ferro Date: Tue, 21 Mar 2017 16:51:45 +0100 Subject: [PATCH] [dev-python/python-cryptsetup] drop because it's a dead package and blivet seems no longer need it --- .../python-cryptsetup-0.1.4-r1.ebuild | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/python-cryptsetup/python-cryptsetup-0.1.4-r1.ebuild diff --git a/dev-python/python-cryptsetup/python-cryptsetup-0.1.4-r1.ebuild b/dev-python/python-cryptsetup/python-cryptsetup-0.1.4-r1.ebuild deleted file mode 100644 index 3467e62ac..000000000 --- a/dev-python/python-cryptsetup/python-cryptsetup-0.1.4-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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}"