dev-python/xapp: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 26 May 2018 11:28:37 +0000 (14:28 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 26 May 2018 11:31:36 +0000 (14:31 +0300)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-python/xapp/xapp-1.0.1-r1.ebuild [deleted file]

diff --git a/dev-python/xapp/xapp-1.0.1-r1.ebuild b/dev-python/xapp/xapp-1.0.1-r1.ebuild
deleted file mode 100644 (file)
index 66f2b91..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for x11-libs/xapps"
-HOMEPAGE="https://github.com/linuxmint/python-xapp"
-SRC_URI="https://github.com/linuxmint/python-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/xapps"
-RDEPEND="${DEPEND}
-       dev-python/psutil[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/python-xapp-${PV}"