Install this version:
emerge -a =dev-libs/libzeitgeist-0.3.18
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.18 | 8 | amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
UBUNTU_EAUTORECONF="yes"
UVER=
UREV=1ubuntu7
inherit ubuntu-versionator
DESCRIPTION="Client library to interact with zeitgeist"
HOMEPAGE="https://launchpad.net/libzeitgeist/"
SRC_URI="${SRC_URI} ${UURL}-${UREV}.debian.tar.xz"
LICENSE="GPL-3 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64"
IUSE="doc"
COMMON_DEPEND="
>=dev-libs/glib-2.37.3:2
"
RDEPEND="${COMMON_DEPEND}
gnome-extra/zeitgeist
>=sys-libs/glibc-2.4
doc? ( dev-util/devhelp )
"
DEPEND="${COMMON_DEPEND}
>=sys-apps/dbus-1.0
doc? ( dev-util/gtk-doc )
"
src_prepare() {
# Fix doc dir #
sed -i "s:/doc/libzeitgeist:/doc/${PF}:" Makefile.am || die
# Make gtk-doc-html really optional #
if ! use doc; then
sed -i "/doc /d" Makefile.am || die
fi
ubuntu-versionator_src_prepare
}
src_configure() {
local myeconfargs=(
$(use_enable doc gtk-doc)
)
econf "${myeconfargs[@]}"
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p dev-libs/libzeitgeist |
euse -E <flag> -p dev-libs/libzeitgeist |
euse -D <flag> -p dev-libs/libzeitgeist
>=dev-libs/glib-2.37.3:2 >=sys-apps/dbus-1.0 doc? ( dev-util/gtk-doc )
>=dev-libs/glib-2.37.3:2 gnome-extra/zeitgeist >=sys-libs/glibc-2.4 doc? ( dev-util/devhelp )