diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-23 13:14:41 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-23 13:14:41 +0000 |
commit | c4ff6a82d9cf5f5c3df7d9ea0d613363545983f6 (patch) | |
tree | ca8d6ae3363544cf351f5b3dc573ea9fd7736e91 /dev-libs/liboobs/liboobs-2.22.0.ebuild | |
parent | Version bump, bug #213383. Drop bindnow-flags, bug #213669. Workaround for AP... (diff) | |
download | gentoo-2-c4ff6a82d9cf5f5c3df7d9ea0d613363545983f6.tar.gz gentoo-2-c4ff6a82d9cf5f5c3df7d9ea0d613363545983f6.tar.bz2 gentoo-2-c4ff6a82d9cf5f5c3df7d9ea0d613363545983f6.zip |
New version for GNOME-2.22. Add HAL for network support and uses GIO.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/liboobs/liboobs-2.22.0.ebuild')
-rw-r--r-- | dev-libs/liboobs/liboobs-2.22.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/liboobs/liboobs-2.22.0.ebuild b/dev-libs/liboobs/liboobs-2.22.0.ebuild new file mode 100644 index 000000000000..14e77f6e40ab --- /dev/null +++ b/dev-libs/liboobs/liboobs-2.22.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/liboobs-2.22.0.ebuild,v 1.1 2008/03/23 13:14:41 eva Exp $ + +inherit gnome2 + +DESCRIPTION="Liboobs is a wrapping library to the System Tools Backends." +HOMEPAGE="http://www.gnome.org" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +# FIXME: according to the ChangLog hal is optional but it doesn't +# have a configure switch +# FIXME: check if policykit should be checked in configure ? + +RDEPEND=">=dev-libs/glib-2.14 + >=dev-libs/dbus-glib-0.70 + >=app-admin/system-tools-backends-2.5.4 + >=sys-apps/hal-0.5.9" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + doc? ( dev-util/gtk-doc )" + +DOCS="AUTHORS ChangeLog NEWS README" |