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 087EA138350 for ; Wed, 4 Mar 2020 16:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF73E0D0A; Wed, 4 Mar 2020 16:37:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AA282E0D0A for ; Wed, 4 Mar 2020 16:37:46 +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 B60BE34F648 for ; Wed, 4 Mar 2020 16:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D940A165 for ; Wed, 4 Mar 2020 16:37:42 +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: <1583339848.f6d1d663207585fe263344a06b83f18f6a1c80e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gquilt/files/, profiles/, dev-util/gquilt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gquilt/Manifest dev-util/gquilt/files/gquilt-0.25-desktopfile.patch dev-util/gquilt/gquilt-0.25-r2.ebuild dev-util/gquilt/metadata.xml profiles/package.mask X-VCS-Directories: dev-util/gquilt/files/ profiles/ dev-util/gquilt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f6d1d663207585fe263344a06b83f18f6a1c80e0 X-VCS-Branch: master Date: Wed, 4 Mar 2020 16:37:42 +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: 30a6aa5e-616a-48c7-8892-6579782760d5 X-Archives-Hash: e6ee09dae265d8cbd447092a0eb3445a commit: f6d1d663207585fe263344a06b83f18f6a1c80e0 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 4 16:36:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 4 16:37:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d1d663 dev-util/gquilt: Remove last-rited pkg Closes: https://bugs.gentoo.org/708104 Signed-off-by: Michał Górny gentoo.org> dev-util/gquilt/Manifest | 1 - .../gquilt/files/gquilt-0.25-desktopfile.patch | 17 --------- dev-util/gquilt/gquilt-0.25-r2.ebuild | 41 ---------------------- dev-util/gquilt/metadata.xml | 8 ----- profiles/package.mask | 4 --- 5 files changed, 71 deletions(-) diff --git a/dev-util/gquilt/Manifest b/dev-util/gquilt/Manifest deleted file mode 100644 index f11bbd6a9aa..00000000000 --- a/dev-util/gquilt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gquilt-0.25.tar.gz 124957 BLAKE2B a8b293c51511d80ee99b8d0898dd8c9b6f71988a855bf67c4743d745d3c02ecb55d1b6dbdf93e82352a19af8fabe29fa624aead33feca7d73b3cc080bcf85b19 SHA512 fd1b98e87b3bc8438620a7105664c487a5fcfed50ade3e144802fc080dfe3a7d94c76f7ff7274d5a98003cffd8305cf9f193b2f799f4846d59e60233f1782f0d diff --git a/dev-util/gquilt/files/gquilt-0.25-desktopfile.patch b/dev-util/gquilt/files/gquilt-0.25-desktopfile.patch deleted file mode 100644 index e5134a6caa9..00000000000 --- a/dev-util/gquilt/files/gquilt-0.25-desktopfile.patch +++ /dev/null @@ -1,17 +0,0 @@ -From: Julian Ospald -Date: Sun Dec 2 13:22:44 UTC 2012 -Subject: match fd.o spec - ---- gquilt.desktop -+++ gquilt.desktop -@@ -1,9 +1,8 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=gquilt Patch Manager - GenericName=Quilt Patch Manager - Exec=gquilt - Terminal=false - Type=Application - Icon=gquilt --Categories=GNOME;Application;Development;X-Fedora; -+Categories=GNOME;Development;X-Fedora; diff --git a/dev-util/gquilt/gquilt-0.25-r2.ebuild b/dev-util/gquilt/gquilt-0.25-r2.ebuild deleted file mode 100644 index ed04793640e..00000000000 --- a/dev-util/gquilt/gquilt-0.25-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="A Python/GTK wrapper for quilt" -HOMEPAGE="http://gquilt.sourceforge.net/ https://sourceforge.net/projects/gquilt/" -SRC_URI="mirror://sourceforge/gquilt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=" - $(python_gen_cond_dep ' - dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}] - ') - || ( dev-util/quilt dev-vcs/mercurial )" -RDEPEND="${DEPEND}" - -pkg_setup() { - python-single-r1_pkg_setup -} - -PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) - -python_install_all() { - distutils-r1_python_install_all - domenu ${PN}.desktop -} - -python_install() { - distutils-r1_python_install - python_doscript ${PN} -} diff --git a/dev-util/gquilt/metadata.xml b/dev-util/gquilt/metadata.xml deleted file mode 100644 index 621b99e9b1e..00000000000 --- a/dev-util/gquilt/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - gquilt - - diff --git a/profiles/package.mask b/profiles/package.mask index ea56e129f04..6439dc482c8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -548,10 +548,6 @@ app-misc/pystopwatch # Masked for removal in 30 days. x11-misc/googsystray -# Andreas Sturmlechner (2020-02-03) -# Ancient, no maintainer, py27-only, bug 708104. Masked for removal in 30 days. -dev-util/gquilt - # Mart Raudsepp (2020-02-03) # Known breakages that need to be handled first, bug 698922 >=x11-libs/pango-1.43