From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2660D138336 for ; Sun, 7 Apr 2019 08:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB690E0894; Sun, 7 Apr 2019 08:29:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1EC9E0893 for ; Sun, 7 Apr 2019 08:29:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 318B0335C8F for ; Sun, 7 Apr 2019 08:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20C4595 for ; Sun, 7 Apr 2019 08:29:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1554625715.a7ba4a553e791da394c627b23ae4d9d13d0421dc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild X-VCS-Directories: xfce-extra/xfce4-composite-editor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a7ba4a553e791da394c627b23ae4d9d13d0421dc X-VCS-Branch: master Date: Sun, 7 Apr 2019 08:29:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42bc41f2-7367-4841-82f2-17d31213368e X-Archives-Hash: 335ada5f5b94485e5144973c0d312478 commit: a7ba4a553e791da394c627b23ae4d9d13d0421dc Author: Michał Górny gentoo org> AuthorDate: Sun Apr 7 07:35:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 7 08:28:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ba4a55 xfce-extra/xfce4-composite-editor: Drop old Signed-off-by: Michał Górny gentoo.org> .../xfce4-composite-editor-0.ebuild | 35 ---------------------- 1 file changed, 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 2e9c0e111c3..00000000000 --- 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 -}