From e8821ad68d70fd31b96856082d46574252576591 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Wed, 3 Jun 2020 23:51:52 +0200 Subject: [PATCH] pyaff4: fixes #641 --- dev-python/pyaff4/pyaff4-9999.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 dev-python/pyaff4/pyaff4-9999.ebuild diff --git a/dev-python/pyaff4/pyaff4-9999.ebuild b/dev-python/pyaff4/pyaff4-9999.ebuild deleted file mode 100644 index b572b9649..000000000 --- a/dev-python/pyaff4/pyaff4-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Python Advanced Forensic Format Version 4 library." -HOMEPAGE="https://github.com/google/aff4" -SRC_URI="" -EGIT_REPO_URI="https://github.com/google/aff4.git" -EGIT_CHECKOUT_DIR="${WORKDIR}/pyaff4" -S="${WORKDIR}/pyaff4/${PN}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}"