From 84979bcf6764588ce722383e37f7b5034eecdd17 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Tue, 12 Nov 2019 10:28:54 -0500 Subject: xfce-extra/xfce4-composite-editor: drop last-rited package Signed-off-by: Aaron Bauman --- profiles/package.mask | 7 ----- xfce-extra/xfce4-composite-editor/Manifest | 1 - .../files/xfce4-composite-editor-0-validate.patch | 15 ---------- xfce-extra/xfce4-composite-editor/metadata.xml | 8 ------ .../xfce4-composite-editor-0-r1.ebuild | 33 ---------------------- 5 files changed, 64 deletions(-) delete mode 100644 xfce-extra/xfce4-composite-editor/Manifest delete mode 100644 xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch delete mode 100644 xfce-extra/xfce4-composite-editor/metadata.xml delete mode 100644 xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index 80aac2642268..f10247bb6d63 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -456,13 +456,6 @@ dev-perl/NetxAP # Removal in 30 days app-emulation/wine-any -# Michał Górny (2019-10-12) -# Bad quality package. Last commit in 2016 (unpackaged in Gentoo). -# GTK+2 only. Most of the settings provided are also found in xfwm4 -# settings dialog. -# Removal in 30 days. Bug #697546. -xfce-extra/xfce4-composite-editor - # David Seifert (2019-10-12) # Last release over 6.5 years ago, no code activity. # Scons build system very brittle, python 3 impl bumps diff --git a/xfce-extra/xfce4-composite-editor/Manifest b/xfce-extra/xfce4-composite-editor/Manifest deleted file mode 100644 index 047aa5abf952..000000000000 --- a/xfce-extra/xfce4-composite-editor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Xfce4-Composite-Editor-0.tar.gz 3027 BLAKE2B 3e9238f3eef6f515425d1fd701a2086725413e6e01f921f7f85a471fe97ec2c6bcec2abc52212156672bb92267525fc734372e8cc2dbd36f5bedfa757597ae27 SHA512 27f1b754d6eff167a117ac45bd2b459c3b7a789c929e8417564d7f5805a211f4fa2d2ee049bf28f0dc0c14ee84f4608c9669b269e9df78a17308ceaff9207516 diff --git a/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch b/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch deleted file mode 100644 index 4088fe4bea20..000000000000 --- a/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- xfcecomped.desktop -+++ xfcecomped.desktop -@@ -1,10 +1,7 @@ - [Desktop Entry] --Version=1.0 --Encoding=UTF-8 --Name=Xfce4-Composite-Editor --Comment=Xfce4 Composite Options Editor -+Name=Xfce Composite Editor - Terminal=false - Type=Application --Categories=Gnome;GTK;;Settings;DesktopSettings;X-XFCE; -+Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings; - Icon=xfce4-settings - Exec=xfce4-composite-editor diff --git a/xfce-extra/xfce4-composite-editor/metadata.xml b/xfce-extra/xfce4-composite-editor/metadata.xml deleted file mode 100644 index 359901b31db4..000000000000 --- a/xfce-extra/xfce4-composite-editor/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - xfce@gentoo.org - XFCE Team - - diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild deleted file mode 100644 index 2514df6ef6e8..000000000000 --- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -MY_PN=Xfce4-Composite-Editor - -DESCRIPTION="An graphical interface to modify composite settings" -HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#xfcecomp" -SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-shells/bash:* - >=x11-misc/gtkdialog-0.8" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_prepare() { - eapply -p0 "${FILESDIR}"/${PN}-0-validate.patch - default -} - -src_install() { - dobin xfce4-composite-editor - domenu xfcecomped.desktop - dodoc README -} -- cgit v1.2.3-65-gdbad