mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-portage/gander: treeclean
Closes: https://bugs.gentoo.org/843344 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gander-0.0.1.tar.gz 8882 BLAKE2B 29c25fedabff3936e13789ae31f2e06871cfe4eb31a0eed1d36150ec219e741d25ba1603d0151d026777c81dff8461a1c051e4c02bff2488d8b9d6888ebe9618 SHA512 d72b2fd92ddd646369f8eb16d73a67e7b793aa84109231365abebec3ab2e14a8c76bae301271ec1cc82850a71bcb217a72f969086554e6c850117b5492215d57
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
|
||||
HOMEPAGE="https://github.com/projg2/gander/"
|
||||
SRC_URI="https://github.com/projg2/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}"
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mgorny@gentoo.org</email>
|
||||
<name>Michał Górny</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">projg2/gander</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -722,11 +722,6 @@ sci-misc/flashdot
|
||||
# Removal on 2023-01-24. Bug #888219.
|
||||
dev-python/pytest-toolbox
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2022-12-25)
|
||||
# The project did not catch, with hardly any data submissions.
|
||||
# Removal on 2023-01-24. Bug #843344.
|
||||
app-portage/gander
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2022-12-24)
|
||||
# Upstream dropped wxGTK support in >=games-emulation/pcsx2-1.7.3773,
|
||||
# and it now always requires Qt6. Masked given Qt6 is also masked in
|
||||
|
||||
Reference in New Issue
Block a user