summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild')
-rw-r--r--xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
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
-}