From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- app-portage/gentoopm/gentoopm-0.3.0.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 app-portage/gentoopm/gentoopm-0.3.0.ebuild (limited to 'app-portage/gentoopm/gentoopm-0.3.0.ebuild') diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild deleted file mode 100644 index abd20a56c46b..000000000000 --- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) - -inherit distutils-r1 - -DESCRIPTION="A common interface to Gentoo package managers" -HOMEPAGE="https://github.com/mgorny/gentoopm/" -SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm ~mips x86" -IUSE="" - -RDEPEND=" - || ( - >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}] - >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )" -PDEPEND="app-eselect/eselect-package-manager" - -python_test() { - esetup.py test -} -- cgit v1.2.3