* [gentoo-commits] repo/gentoo:master commit in: dev-util/gquilt/files/, profiles/, dev-util/gquilt/
@ 2020-03-04 16:37 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-03-04 16:37 UTC (permalink / raw
To: gentoo-commits
commit: f6d1d663207585fe263344a06b83f18f6a1c80e0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 4 16:36:05 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 <hasufell@gentoo.org>
-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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">gquilt</remote-id>
- </upstream>
-</pkgmetadata>
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 <asturm@gentoo.org> (2020-02-03)
-# Ancient, no maintainer, py27-only, bug 708104. Masked for removal in 30 days.
-dev-util/gquilt
-
# Mart Raudsepp <leio@gentoo.org> (2020-02-03)
# Known breakages that need to be handled first, bug 698922
>=x11-libs/pango-1.43
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-04 16:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-04 16:37 [gentoo-commits] repo/gentoo:master commit in: dev-util/gquilt/files/, profiles/, dev-util/gquilt/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox