summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-09-10 21:08:03 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-09-10 21:08:03 +0000
commit5e6a5ca715de3dfa307252359e171535b9058bb2 (patch)
tree2a0ac34de9781f7fcef741b846a4ac8a545bc717 /dev-libs/liboobs
parentMore blockers to avoid race condition. (diff)
downloadgentoo-2-5e6a5ca715de3dfa307252359e171535b9058bb2.tar.gz
gentoo-2-5e6a5ca715de3dfa307252359e171535b9058bb2.tar.bz2
gentoo-2-5e6a5ca715de3dfa307252359e171535b9058bb2.zip
Version bump.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/liboobs')
-rw-r--r--dev-libs/liboobs/ChangeLog10
-rw-r--r--dev-libs/liboobs/liboobs-2.22.2.ebuild34
2 files changed, 42 insertions, 2 deletions
diff --git a/dev-libs/liboobs/ChangeLog b/dev-libs/liboobs/ChangeLog
index 682505eb11d8..b36c4410f5e8 100644
--- a/dev-libs/liboobs/ChangeLog
+++ b/dev-libs/liboobs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/liboobs
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/ChangeLog,v 1.2 2008/03/23 13:14:41 eva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/ChangeLog,v 1.3 2009/09/10 21:08:03 eva Exp $
+
+*liboobs-2.22.2 (10 Sep 2009)
+
+ 10 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +liboobs-2.22.2.ebuild:
+ Version bump.
*liboobs-2.22.0 (23 Mar 2008)
diff --git a/dev-libs/liboobs/liboobs-2.22.2.ebuild b/dev-libs/liboobs/liboobs-2.22.2.ebuild
new file mode 100644
index 000000000000..170e25684ec9
--- /dev/null
+++ b/dev-libs/liboobs/liboobs-2.22.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/liboobs-2.22.2.ebuild,v 1.1 2009/09/10 21:08:03 eva Exp $
+
+GCONF_DEBUG="no"
+
+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-1.9 )"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+pkg_setup() {
+ G2CONF="${G2CONF} --disable-static"
+}