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 86BB5138359 for ; Mon, 19 Oct 2020 06:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFAA2E085E; Mon, 19 Oct 2020 06:48:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AF59DE085E for ; Mon, 19 Oct 2020 06:48:28 +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 310E934109A for ; Mon, 19 Oct 2020 06:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8F3D3B1 for ; Mon, 19 Oct 2020 06:48:25 +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: <1603090047.68da83e968abf0e4e54c0cb605f62bf8fd8fac44.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/genbackupdata/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/genbackupdata/Manifest app-backup/genbackupdata/genbackupdata-1.9.ebuild app-backup/genbackupdata/metadata.xml profiles/package.mask X-VCS-Directories: app-backup/genbackupdata/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 68da83e968abf0e4e54c0cb605f62bf8fd8fac44 X-VCS-Branch: master Date: Mon, 19 Oct 2020 06:48:25 +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: 80c1975c-1eb7-4d1e-9931-aa650d78facf X-Archives-Hash: 203447cd3f560c519ebb0d4fa88dccd7 commit: 68da83e968abf0e4e54c0cb605f62bf8fd8fac44 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 19 06:47:27 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 19 06:47:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68da83e9 app-backup/genbackupdata: Remove last-rited pkg Closes: https://bugs.gentoo.org/735206 Signed-off-by: Michał Górny gentoo.org> app-backup/genbackupdata/Manifest | 1 - app-backup/genbackupdata/genbackupdata-1.9.ebuild | 31 ----------------------- app-backup/genbackupdata/metadata.xml | 8 ------ profiles/package.mask | 9 ------- 4 files changed, 49 deletions(-) diff --git a/app-backup/genbackupdata/Manifest b/app-backup/genbackupdata/Manifest deleted file mode 100644 index e9797d8c759..00000000000 --- a/app-backup/genbackupdata/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST genbackupdata_1.9.orig.tar.xz 14112 BLAKE2B 0d0bb2c68ca473ce5af406547ae42e5a9bdc95a08f7cdb056e0fd1c6539f2485b92fbeca163eabf0c28c93ba787a8fe5e74d54b36a700c0f20798daf62350cf6 SHA512 341c9cfa60f79c5fec7d6b607b2e8080d0768fb9b73622baf48569c91294f537a015ed7a23a57eb0d027dabb6f6d736a8660067e9ef80373a9372d1898043673 diff --git a/app-backup/genbackupdata/genbackupdata-1.9.ebuild b/app-backup/genbackupdata/genbackupdata-1.9.ebuild deleted file mode 100644 index 47ed02014cf..00000000000 --- a/app-backup/genbackupdata/genbackupdata-1.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit distutils-r1 - -DESCRIPTION="Generate test data for backup software testing." -HOMEPAGE="https://liw.fi/genbackupdata/" -#SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/$PN/snapshot/${P}.tar.gz" -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS} - dev-python/cliapp[${PYTHON_USEDEP}] - >=dev-python/ttystatus-0.31[${PYTHON_USEDEP}] - " -RDEPEND="${DEPEND}" - -src_compile() { - addwrite /proc/self/comm - distutils-r1_src_compile - emake genbackupdata.1 -} diff --git a/app-backup/genbackupdata/metadata.xml b/app-backup/genbackupdata/metadata.xml deleted file mode 100644 index 4073267daf2..00000000000 --- a/app-backup/genbackupdata/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - robbat2@gentoo.org - Robin H. Johnson - - diff --git a/profiles/package.mask b/profiles/package.mask index 930f0e5072c..26248440047 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -374,15 +374,6 @@ sys-block/rts5229 # #574956, #581250, #586402, #587878, #740966. sci-mathematics/axiom -# Michał Górny (2020-09-19) -# These packages (or package versions) still require Python 2.7. -# They are either dead upstream, their Python 3 porting efforts are -# not progressing or their maintainers are simply unresponsive. -# Please do not remove any packages from this list unless you actually -# port them to Python 3. -# Removal in 30 days. Please find relevant bugs on tracker bug #694800. -app-backup/genbackupdata - # Michał Górny (2020-09-09) # These packages (or package versions) still require Python 2.7. # They are either dead upstream, their Python 3 porting efforts are