xfce-extra/xfce4-composite-editor: drop last-rited package
authorAaron Bauman <bman@gentoo.org>
Tue, 12 Nov 2019 15:28:54 +0000 (10:28 -0500)
committerAaron Bauman <bman@gentoo.org>
Tue, 12 Nov 2019 15:28:54 +0000 (10:28 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
profiles/package.mask
xfce-extra/xfce4-composite-editor/Manifest [deleted file]
xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch [deleted file]
xfce-extra/xfce4-composite-editor/metadata.xml [deleted file]
xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild [deleted file]

index 80aac2642268695465580961dc3850498d741b3d..f10247bb6d630bd2bf03c94f22ac1a107d5ec58a 100644 (file)
@@ -456,13 +456,6 @@ dev-perl/NetxAP
 # Removal in 30 days
 app-emulation/wine-any
 
-# Michał Górny <mgorny@gentoo.org> (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 <soap@gentoo.org> (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 (file)
index 047aa5a..0000000
+++ /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 (file)
index 4088fe4..0000000
+++ /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 (file)
index 359901b..0000000
+++ /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 type="project">
-    <email>xfce@gentoo.org</email>
-    <name>XFCE Team</name>
-  </maintainer>
-</pkgmetadata>
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 (file)
index 2514df6..0000000
+++ /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
-}