From 9d503e2bc052596402261ddcdca59a6db6c2534a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 19 Apr 2020 08:52:56 +0200 Subject: [PATCH] app-portage/euscan: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/709458 Signed-off-by: Michał Górny --- app-portage/euscan/Manifest | 1 - app-portage/euscan/euscan-0.1.1-r2.ebuild | 32 ---------------------- app-portage/euscan/euscan-9999.ebuild | 32 ---------------------- app-portage/euscan/metadata.xml | 11 -------- profiles/features/selinux/package.mask | 1 - profiles/features/selinux/package.use.mask | 1 - profiles/package.mask | 7 ----- 7 files changed, 85 deletions(-) delete mode 100644 app-portage/euscan/Manifest delete mode 100644 app-portage/euscan/euscan-0.1.1-r2.ebuild delete mode 100644 app-portage/euscan/euscan-9999.ebuild delete mode 100644 app-portage/euscan/metadata.xml diff --git a/app-portage/euscan/Manifest b/app-portage/euscan/Manifest deleted file mode 100644 index d686bfeeebd2..000000000000 --- a/app-portage/euscan/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST euscan-0.1.1.tar.gz 441780 BLAKE2B 7c0603cca9b9da1f849999b215db2d397656ffc1e8e87193174e6ada548497f1ebb30252f83d0fb4dbbfa92000480947b1731f1792d8612e1ad56fd56daa2b54 SHA512 2f55f8f4b0fd46b13c981ba94be29a62f16fe2890ce03f99ac14b1488c2ebb59abdaee12f671d679b934b4fd875ee27e751d2c305420f7cfb08e69ec899a75ab diff --git a/app-portage/euscan/euscan-0.1.1-r2.ebuild b/app-portage/euscan/euscan-0.1.1-r2.ebuild deleted file mode 100644 index 8fdedba92b28..000000000000 --- a/app-portage/euscan/euscan-0.1.1-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" - -inherit distutils-r1 - -DESCRIPTION="Ebuild upstream scan utility" -HOMEPAGE="https://github.com/iksaif/euscan" -SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - >=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" - -python_prepare_all() { - python_setup - echo VERSION="${PV}" "${PYTHON}" setup.py set_version - VERSION="${PV}" "${PYTHON}" setup.py set_version - distutils-r1_python_prepare_all -} diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild deleted file mode 100644 index bd00ac7169a2..000000000000 --- a/app-portage/euscan/euscan-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" - -inherit distutils-r1 git-r3 - -DESCRIPTION="Ebuild upstream scan utility" -HOMEPAGE="https://github.com/iksaif/euscan" -EGIT_REPO_URI="https://github.com/iksaif/euscan.git" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="" - -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - >=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/beautifulsoup[${PYTHON_USEDEP}]" - -python_prepare_all() { - python_setup - echo VERSION="${PV}" "${PYTHON}" setup.py set_version - VERSION="${PV}" "${PYTHON}" setup.py set_version - distutils-r1_python_prepare_all -} diff --git a/app-portage/euscan/metadata.xml b/app-portage/euscan/metadata.xml deleted file mode 100644 index 2c94ca18e808..000000000000 --- a/app-portage/euscan/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - patrick@gentoo.org - - - alicef@gentoo.org - Alice Ferrazzi - - diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index b3fd95440557..d49714cde9a5 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -63,7 +63,6 @@ gnome-extra/gnome-user-share (2019-12-01) # SELinux userspace 3.0 dropped python2.7 support app-admin/matter python_targets_python2_7 -app-portage/euscan python_targets_python2_7 kde-frameworks/frameworkintegration appstream diff --git a/profiles/package.mask b/profiles/package.mask index 62e027e3f0e0..a61c8998c05b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -616,13 +616,6 @@ media-libs/pyliblo # depends on >=virtual/{jdk,jre}-11 which is masked www-servers/tomcat:9 -# Michał Górny (2020-02-26) -# Effectively unmaintained. Last upstream commit in 2016. Multiple -# unresolved bugs. Python 2 only. Repology (https://repology.org/) -# provides quite a good replacement. -# Removal in 30 days. Bug #709458. -app-portage/euscan - # Mart Raudsepp (2020-02-16) # Fails to automatically launch pipewire for me. Help welcome figuring it out. net-misc/gnome-remote-desktop -- 2.26.2