From 58a98c7665ef6479ac972c1de8bbb97f4b616445 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 7 Apr 2018 22:33:55 +0200 Subject: [PATCH] dev-python/pifacecommon: Cleanup the old ebuild. Package-Manager: Portage-2.3.28, Repoman-2.3.9 Manifest-Sign-Key: 766B8122134269123401492A8B54D7A3FF3CDB17 --- .../pifacecommon/pifacecommon-4.2.1.ebuild | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-python/pifacecommon/pifacecommon-4.2.1.ebuild diff --git a/dev-python/pifacecommon/pifacecommon-4.2.1.ebuild b/dev-python/pifacecommon/pifacecommon-4.2.1.ebuild deleted file mode 100644 index e8b546c..0000000 --- a/dev-python/pifacecommon/pifacecommon-4.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="Common functions for interacting with PiFace products" -HOMEPAGE="https://github.com/piface/pifacecommon" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/piface/pifacecommon.git" -else - SRC_URI="https://github.com/piface/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~arm" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/libpifacedigital" -RDEPEND="${DEPEND}"