From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A46BB158087 for ; Sun, 12 Dec 2021 22:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD2DE2BC002; Sun, 12 Dec 2021 22:04:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F9A72BC01A for ; Sun, 12 Dec 2021 22:04:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C46034332A for ; Sun, 12 Dec 2021 22:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AB7C239 for ; Sun, 12 Dec 2021 22:04:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1639346646.91baa31ad5984d941f86c2fe9da5caa02eaedca9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gander/gander-0.0.1-r1.ebuild app-portage/gander/gander-0.0.1.ebuild X-VCS-Directories: app-portage/gander/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 91baa31ad5984d941f86c2fe9da5caa02eaedca9 X-VCS-Branch: master Date: Sun, 12 Dec 2021 22:04:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9be7038a-7041-40e9-b5c8-00033e2b8055 X-Archives-Hash: bd00682e06584b88d3589b416a52eec3 commit: 91baa31ad5984d941f86c2fe9da5caa02eaedca9 Author: Marco Scardovi scardovi com> AuthorDate: Sun Dec 12 13:21:59 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 12 22:04:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91baa31a app-portage/gander: drop older ebuilds Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/23265 Signed-off-by: Michał Górny gentoo.org> app-portage/gander/gander-0.0.1-r1.ebuild | 30 -------------------------- app-portage/gander/gander-0.0.1.ebuild | 35 ------------------------------- 2 files changed, 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}" -}