diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-19 08:52:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-19 08:53:32 +0200 |
commit | 9d503e2bc052596402261ddcdca59a6db6c2534a (patch) | |
tree | 7daebc594a2768e99e538339f69a88e1b354c16e /app-portage | |
parent | app-admin/packagekit-base: Remove last-rited pkg (diff) | |
download | gentoo-9d503e2bc052596402261ddcdca59a6db6c2534a.tar.gz gentoo-9d503e2bc052596402261ddcdca59a6db6c2534a.tar.bz2 gentoo-9d503e2bc052596402261ddcdca59a6db6c2534a.zip |
app-portage/euscan: Remove last-rited pkg
Closes: https://bugs.gentoo.org/709458
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/euscan/Manifest | 1 | ||||
-rw-r--r-- | app-portage/euscan/euscan-0.1.1-r2.ebuild | 32 | ||||
-rw-r--r-- | app-portage/euscan/euscan-9999.ebuild | 32 | ||||
-rw-r--r-- | app-portage/euscan/metadata.xml | 11 |
4 files changed, 0 insertions, 76 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>patrick@gentoo.org</email> -</maintainer> -<maintainer type="person"> - <email>alicef@gentoo.org</email> - <name>Alice Ferrazzi</name> -</maintainer> -</pkgmetadata> |