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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 762F013835A for ; Thu, 7 Jan 2021 23:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7237BE0829; Thu, 7 Jan 2021 23:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 588C7E0829 for ; Thu, 7 Jan 2021 23:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E500C340C58 for ; Thu, 7 Jan 2021 23:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D2F4B for ; Thu, 7 Jan 2021 23:19:28 +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: <1610060985.9b88721ed6a85c3b01c92dfd057d67f815b89e7e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoopm/Manifest app-portage/gentoopm/gentoopm-0.3.1.ebuild X-VCS-Directories: app-portage/gentoopm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9b88721ed6a85c3b01c92dfd057d67f815b89e7e X-VCS-Branch: master Date: Thu, 7 Jan 2021 23:19:28 +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: 87cefc3b-f9da-4a30-abbf-ceffac7230ca X-Archives-Hash: 67bae0ae3cec874cf3a8c49877190f40 commit: 9b88721ed6a85c3b01c92dfd057d67f815b89e7e Author: Michał Górny gentoo org> AuthorDate: Thu Jan 7 21:07:21 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 7 23:09:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b88721e app-portage/gentoopm: Remove old Signed-off-by: Michał Górny gentoo.org> app-portage/gentoopm/Manifest | 1 - app-portage/gentoopm/gentoopm-0.3.1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest index 1a8ecab591d..b9eac26a9df 100644 --- a/app-portage/gentoopm/Manifest +++ b/app-portage/gentoopm/Manifest @@ -1,2 +1 @@ -DIST gentoopm-0.3.1.tar.gz 37897 BLAKE2B dd5499787bcc5c46ae3b559f3af4a5af5b4ca81a312e926149c587cac0391c51dbe61ac42d2bc19eb83cedc168486e9c30ddd6fbf4ae10ffd9719aefa2f54cd3 SHA512 e1a3a7929ae83d813dd0b03f0548f033e8e51b766aaddb653027398fb618819de6237e2ba1c0542defc9d62e71e8495aa10152cbc47a4e521f7cbaeda3ea4354 DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571 diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild deleted file mode 100644 index b4fdefc2f9f..00000000000 --- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6..9} ) - -inherit distutils-r1 - -DESCRIPTION="A common interface to Gentoo package managers" -HOMEPAGE="https://github.com/mgorny/gentoopm/" -SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm ~mips x86" -IUSE="" - -RDEPEND=" - || ( - >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}] - >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )" -PDEPEND="app-eselect/eselect-package-manager" - -python_test() { - esetup.py test -}