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 139B9138350 for ; Thu, 19 Mar 2020 17:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B197E0EC1; Thu, 19 Mar 2020 17:20:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 63A7CE0EC3 for ; Thu, 19 Mar 2020 17:20:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6ED4934F324 for ; Thu, 19 Mar 2020 17:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67865197 for ; Thu, 19 Mar 2020 17:20:39 +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: <1584638415.a7c3b38d84b31bbed3ca5e628fd540efb3166475.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.0.ebuild X-VCS-Directories: app-portage/gentoopm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a7c3b38d84b31bbed3ca5e628fd540efb3166475 X-VCS-Branch: master Date: Thu, 19 Mar 2020 17:20:39 +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: 5dadba96-a679-4fcf-9f4b-12cf8873e9ce X-Archives-Hash: a28658d94339a01ec329d2c4893ac05f commit: a7c3b38d84b31bbed3ca5e628fd540efb3166475 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 19 17:06:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 19 17:20:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c3b38d app-portage/gentoopm: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> app-portage/gentoopm/Manifest | 1 - app-portage/gentoopm/gentoopm-0.3.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest index c958c510987..64acc2798bb 100644 --- a/app-portage/gentoopm/Manifest +++ b/app-portage/gentoopm/Manifest @@ -1,2 +1 @@ -DIST gentoopm-0.3.0.tar.gz 37614 BLAKE2B c848c08677c4ac5ab0fdc1499045ae418048ec35d4ef925d1fe09ab4b68ec90e4f6843511efc29184883f3b3582bd3de519212bea1997736378b01bdc13ebd14 SHA512 e2a82f37b9a42688b6dd7023accdbf537780069deb6ca6ec6d9e159baf774af17e2a405c9eb40105b73b165f1c8c2ccde3ed685e04a61c9cd6665d1677da61d3 DIST gentoopm-0.3.1.tar.gz 37897 BLAKE2B dd5499787bcc5c46ae3b559f3af4a5af5b4ca81a312e926149c587cac0391c51dbe61ac42d2bc19eb83cedc168486e9c30ddd6fbf4ae10ffd9719aefa2f54cd3 SHA512 e1a3a7929ae83d813dd0b03f0548f033e8e51b766aaddb653027398fb618819de6237e2ba1c0542defc9d62e71e8495aa10152cbc47a4e521f7cbaeda3ea4354 diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild deleted file mode 100644 index abd20a56c46..00000000000 --- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) - -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 -}