Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/menu-cache/
Date: Tue, 30 Mar 2021 22:58:37
Message-Id: 1617144505.6235768e783e72337da6a2abadf646b1a061b9aa.asturm@gentoo
1 commit: 6235768e783e72337da6a2abadf646b1a061b9aa
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 22:48:25 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 22:48:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6235768e
7
8 lxde-base/menu-cache: Drop 1.1.0 (r0)
9
10 Bug: https://bugs.gentoo.org/776373
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 lxde-base/menu-cache/menu-cache-1.1.0.ebuild | 28 ----------------------------
15 1 file changed, 28 deletions(-)
16
17 diff --git a/lxde-base/menu-cache/menu-cache-1.1.0.ebuild b/lxde-base/menu-cache/menu-cache-1.1.0.ebuild
18 deleted file mode 100644
19 index 409d5823d80..00000000000
20 --- a/lxde-base/menu-cache/menu-cache-1.1.0.ebuild
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DESCRIPTION="Library to create and utilize caches to speed up freedesktop application menus"
29 -HOMEPAGE="https://lxde.org/"
30 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
31 -
32 -LICENSE="LGPL-2.1+"
33 -# ABI is v2. See Makefile.am
34 -SLOT="0/2"
35 -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -
38 -RDEPEND="dev-libs/glib:2
39 - x11-libs/libfm-extra"
40 -DEPEND="${RDEPEND}
41 - sys-devel/gettext
42 - virtual/pkgconfig"
43 -
44 -# Fix for gcc 10 / -fno-common
45 -# https://github.com/lxde/menu-cache/pull/19
46 -PATCHES="${FILESDIR}/${P}-fno-common.diff"
47 -
48 -src_configure() {
49 - econf "--disable-static"
50 -}