diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-07 09:35:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-07 10:28:35 +0200 |
commit | a7ba4a553e791da394c627b23ae4d9d13d0421dc (patch) | |
tree | 8aad70d99126a88c88aeb39161063fba3d601f22 /xfce-extra | |
parent | xfce-extra/xfce4-clipman-plugin: Drop old (diff) | |
download | gentoo-a7ba4a553e791da394c627b23ae4d9d13d0421dc.tar.gz gentoo-a7ba4a553e791da394c627b23ae4d9d13d0421dc.tar.bz2 gentoo-a7ba4a553e791da394c627b23ae4d9d13d0421dc.zip |
xfce-extra/xfce4-composite-editor: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild deleted file mode 100644 index 2e9c0e111c3f..000000000000 --- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -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} - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-validate.patch ) -} - -src_configure() { :; } -src_compile() { :; } - -src_install() { - dobin xfce4-composite-editor - domenu xfcecomped.desktop - dodoc README -} |