diff options
author | 2024-03-03 00:05:57 +0200 | |
---|---|---|
committer | 2024-03-03 00:32:39 +0200 | |
commit | 68f12176e6b3527f0c044cd8776f8d62d702e4f0 (patch) | |
tree | ce4d817834a8eabe5860a1efa36c588f2aa67a78 /dev-libs/libgee | |
parent | dev-libs/vala-common: drop 0.56.8, 0.56.13 (diff) | |
download | gentoo-68f12176e6b3527f0c044cd8776f8d62d702e4f0.tar.gz gentoo-68f12176e6b3527f0c044cd8776f8d62d702e4f0.tar.bz2 gentoo-68f12176e6b3527f0c044cd8776f8d62d702e4f0.zip |
dev-libs/libgee: drop 0.20.6
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/libgee')
-rw-r--r-- | dev-libs/libgee/libgee-0.20.6.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/libgee/libgee-0.20.6.ebuild b/dev-libs/libgee/libgee-0.20.6.ebuild deleted file mode 100644 index 31ae5bb1cead..000000000000 --- a/dev-libs/libgee/libgee-0.20.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2 - -DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" -HOMEPAGE="https://wiki.gnome.org/Projects/Libgee" - -LICENSE="LGPL-2.1+" -SLOT="0.8/2" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~x86-linux" -IUSE="+introspection" - -# FIXME: add doc support, requires valadoc -RDEPEND=" - >=dev-libs/glib-2.36:2 - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - gnome2_src_configure \ - $(use_enable introspection) \ - VALAC="$(type -P false)" -} |