summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-05-26 14:28:37 +0300
committerMart Raudsepp <leio@gentoo.org>2018-05-26 14:31:36 +0300
commit839fb4eda5eba862f022bdafc68b438c785c8611 (patch)
tree49afd81bd06e8443656b2e492f9ca412294364b2
parentx11-wm/muffin: remove old (diff)
downloadgentoo-839fb4eda5eba862f022bdafc68b438c785c8611.tar.gz
gentoo-839fb4eda5eba862f022bdafc68b438c785c8611.tar.bz2
gentoo-839fb4eda5eba862f022bdafc68b438c785c8611.zip
dev-python/xapp: remove old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--dev-python/xapp/xapp-1.0.1-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
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
index 66f2b916dc3b..000000000000
--- a/dev-python/xapp/xapp-1.0.1-r1.ebuild
+++ /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}"