# 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
+++ /dev/null
-DIST Xfce4-Composite-Editor-0.tar.gz 3027 BLAKE2B 3e9238f3eef6f515425d1fd701a2086725413e6e01f921f7f85a471fe97ec2c6bcec2abc52212156672bb92267525fc734372e8cc2dbd36f5bedfa757597ae27 SHA512 27f1b754d6eff167a117ac45bd2b459c3b7a789c929e8417564d7f5805a211f4fa2d2ee049bf28f0dc0c14ee84f4608c9669b269e9df78a17308ceaff9207516
+++ /dev/null
---- 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
+++ /dev/null
-<?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>
+++ /dev/null
-# 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
-}