diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-12-12 14:21:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-12 23:04:06 +0100 |
commit | 91baa31ad5984d941f86c2fe9da5caa02eaedca9 (patch) | |
tree | e9da28f66245f3b142a39c3c0f9da30a3c923bce /app-portage | |
parent | app-portage/gander: bump to EAPI 8 and python 3.10 (diff) | |
download | gentoo-91baa31ad5984d941f86c2fe9da5caa02eaedca9.tar.gz gentoo-91baa31ad5984d941f86c2fe9da5caa02eaedca9.tar.bz2 gentoo-91baa31ad5984d941f86c2fe9da5caa02eaedca9.zip |
app-portage/gander: drop older ebuilds
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/23265
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gander/gander-0.0.1-r1.ebuild | 30 | ||||
-rw-r--r-- | app-portage/gander/gander-0.0.1.ebuild | 35 |
2 files changed, 0 insertions, 65 deletions
diff --git a/app-portage/gander/gander-0.0.1-r1.ebuild b/app-portage/gander/gander-0.0.1-r1.ebuild deleted file mode 100644 index a1d24b8b5151..000000000000 --- a/app-portage/gander/gander-0.0.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)" -HOMEPAGE="https://github.com/mgorny/gander/" -SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - sys-apps/portage[${PYTHON_USEDEP}] -" - -BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -python_test() { - # Portage exports random configuration options *overriding* its own - # behavior into the build environment. - env -u PORTAGE_REPOSITORIES pytest -vv || die "Tests fail with ${EPYTHON}" -} diff --git a/app-portage/gander/gander-0.0.1.ebuild b/app-portage/gander/gander-0.0.1.ebuild deleted file mode 100644 index 9aca0742932b..000000000000 --- a/app-portage/gander/gander-0.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..8} ) -inherit distutils-r1 - -DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)" -HOMEPAGE="https://github.com/mgorny/gander/" -SRC_URI=" - https://github.com/mgorny/gander/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - sys-apps/portage[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/responses[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -python_test() { - # Portage exports random configuration options *overriding* its own - # behavior into the build environment. - env -u PORTAGE_REPOSITORIES pytest -vv || - die "Tests fail with ${EPYTHON}" -} |