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 449B01382C5 for ; Sun, 14 Mar 2021 00:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E3FFE0855; Sun, 14 Mar 2021 00:25:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 710CAE0855 for ; Sun, 14 Mar 2021 00:25:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4D275335D4A for ; Sun, 14 Mar 2021 00:25:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D65759C for ; Sun, 14 Mar 2021 00:25:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615681471.1dd313ee035279bfb476e68aca38c38cfc4cc1aa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxappearance/lxappearance-0.6.3.ebuild X-VCS-Directories: lxde-base/lxappearance/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1dd313ee035279bfb476e68aca38c38cfc4cc1aa X-VCS-Branch: master Date: Sun, 14 Mar 2021 00:25:18 +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: 2e3b621f-e368-4317-a725-baa9dd042121 X-Archives-Hash: 9b87eb005f77f4aa6d241c964d306cdc commit: 1dd313ee035279bfb476e68aca38c38cfc4cc1aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 13 22:59:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 14 00:24:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd313ee lxde-base/lxappearance: Drop 0.6.3 (r0) Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> lxde-base/lxappearance/lxappearance-0.6.3.ebuild | 25 ------------------------ 1 file changed, 25 deletions(-) diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild deleted file mode 100644 index ed729a1760a..00000000000 --- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="https://wiki.lxde.org/en/LXAppearance" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux" -IUSE="dbus" - -RDEPEND="x11-libs/gtk+:2 - dbus? ( dev-libs/dbus-glib )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_configure() { - econf \ - $(use_enable dbus) -}