commit: 839fb4eda5eba862f022bdafc68b438c785c8611 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat May 26 11:28:37 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat May 26 11:31:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839fb4ed
dev-python/xapp: remove old Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/xapp/xapp-1.0.1-r1.ebuild | 23 ----------------------- 1 file changed, 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 66f2b916dc3..00000000000 --- 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}"