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 407E11382C5 for ; Tue, 30 Mar 2021 22:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E1EBE0823; Tue, 30 Mar 2021 22:58:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 32110E0823 for ; Tue, 30 Mar 2021 22:58:36 +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 0B3EC340B54 for ; Tue, 30 Mar 2021 22:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BCF2631 for ; Tue, 30 Mar 2021 22:58:33 +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: <1617144505.6235768e783e72337da6a2abadf646b1a061b9aa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/menu-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/menu-cache/menu-cache-1.1.0.ebuild X-VCS-Directories: lxde-base/menu-cache/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6235768e783e72337da6a2abadf646b1a061b9aa X-VCS-Branch: master Date: Tue, 30 Mar 2021 22:58:33 +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: 6db684dd-4ae4-4a39-ad95-6b61f7afc770 X-Archives-Hash: e1972884fa3721b73380c87a918c773b commit: 6235768e783e72337da6a2abadf646b1a061b9aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 30 22:48:25 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 30 22:48:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6235768e lxde-base/menu-cache: Drop 1.1.0 (r0) Bug: https://bugs.gentoo.org/776373 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> lxde-base/menu-cache/menu-cache-1.1.0.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/lxde-base/menu-cache/menu-cache-1.1.0.ebuild b/lxde-base/menu-cache/menu-cache-1.1.0.ebuild deleted file mode 100644 index 409d5823d80..00000000000 --- a/lxde-base/menu-cache/menu-cache-1.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Library to create and utilize caches to speed up freedesktop application menus" -HOMEPAGE="https://lxde.org/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -# ABI is v2. See Makefile.am -SLOT="0/2" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/libfm-extra" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -# Fix for gcc 10 / -fno-common -# https://github.com/lxde/menu-cache/pull/19 -PATCHES="${FILESDIR}/${P}-fno-common.diff" - -src_configure() { - econf "--disable-static" -}