summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-31 00:48:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-31 00:48:25 +0200
commit6235768e783e72337da6a2abadf646b1a061b9aa (patch)
treed47817928ef12055e88e1e8aaf58283835a32f78
parentnet-misc/remmina: add missing deps (diff)
downloadgentoo-6235768e783e72337da6a2abadf646b1a061b9aa.tar.gz
gentoo-6235768e783e72337da6a2abadf646b1a061b9aa.tar.bz2
gentoo-6235768e783e72337da6a2abadf646b1a061b9aa.zip
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 <asturm@gentoo.org>
-rw-r--r--lxde-base/menu-cache/menu-cache-1.1.0.ebuild28
1 files changed, 0 insertions, 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 409d5823d80e..000000000000
--- 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"
-}