public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: sys-libs/libosinfo/
@ 2011-11-15  1:31 Nirbheek Chauhan
  0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan @ 2011-11-15  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     33758632f698ae04953c1d74a02d6e91eee3e57f
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 04:48:30 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 01:31:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=33758632

Add a new package sys-libs/libosinfo, will be used by gnome-boxes

---
 sys-libs/libosinfo/libosinfo-0.0.1.ebuild |   49 +++++++++++++++++++++++++++++
 sys-libs/libosinfo/libosinfo-9999.ebuild  |   49 +++++++++++++++++++++++++++++
 2 files changed, 98 insertions(+), 0 deletions(-)

diff --git a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild b/sys-libs/libosinfo/libosinfo-0.0.1.ebuild
new file mode 100644
index 0000000..e08a11e
--- /dev/null
+++ b/sys-libs/libosinfo/libosinfo-0.0.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="GObject library for managing information about real and virtual OSes"
+HOMEPAGE="https://fedorahosted.org/libosinfo/"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://git.fedorahosted.org/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE="doc +introspection +vala test"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+	dev-libs/glib:2
+	>=dev-libs/libxml2-2.6.0:2
+	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( >=dev-util/gtk-doc-1.10 )
+	introspection? ( dev-libs/check )
+	vala? ( dev-lang/vala:0.14 )"
+
+pkg_setup() {
+	# --enable-udev only installs udev rules
+	G2CONF="--disable-coverage
+		--disable-static
+		--enable-udev
+		--with-udev-rulesdir=/lib/udev/rules.d
+		VAPIGEN=$(type -P vapigen-0.14)
+		$(use_enable introspection)
+		$(use_enable test tests)
+		$(use_enable vala)"
+}

diff --git a/sys-libs/libosinfo/libosinfo-9999.ebuild b/sys-libs/libosinfo/libosinfo-9999.ebuild
new file mode 100644
index 0000000..e08a11e
--- /dev/null
+++ b/sys-libs/libosinfo/libosinfo-9999.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="GObject library for managing information about real and virtual OSes"
+HOMEPAGE="https://fedorahosted.org/libosinfo/"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://git.fedorahosted.org/${PN}.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE="doc +introspection +vala test"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+	dev-libs/glib:2
+	>=dev-libs/libxml2-2.6.0:2
+	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( >=dev-util/gtk-doc-1.10 )
+	introspection? ( dev-libs/check )
+	vala? ( dev-lang/vala:0.14 )"
+
+pkg_setup() {
+	# --enable-udev only installs udev rules
+	G2CONF="--disable-coverage
+		--disable-static
+		--enable-udev
+		--with-udev-rulesdir=/lib/udev/rules.d
+		VAPIGEN=$(type -P vapigen-0.14)
+		$(use_enable introspection)
+		$(use_enable test tests)
+		$(use_enable vala)"
+}



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: sys-libs/libosinfo/
@ 2011-11-16  1:52 Nirbheek Chauhan
  0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan @ 2011-11-16  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9a3c62b3481590301f5646231f40d35cbd3849d0
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 01:48:12 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 01:48:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9a3c62b3

sys-libs/libosinfo: moved to the tree

---
 sys-libs/libosinfo/libosinfo-0.0.1.ebuild |   49 -----------------------------
 1 files changed, 0 insertions(+), 49 deletions(-)

diff --git a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild b/sys-libs/libosinfo/libosinfo-0.0.1.ebuild
deleted file mode 100644
index e08a11e..0000000
--- a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="https://fedorahosted.org/libosinfo/"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="git://git.fedorahosted.org/${PN}.git"
-	KEYWORDS=""
-else
-	SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE="doc +introspection +vala test"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-	dev-libs/glib:2
-	>=dev-libs/libxml2-2.6.0:2
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.10 )
-	introspection? ( dev-libs/check )
-	vala? ( dev-lang/vala:0.14 )"
-
-pkg_setup() {
-	# --enable-udev only installs udev rules
-	G2CONF="--disable-coverage
-		--disable-static
-		--enable-udev
-		--with-udev-rulesdir=/lib/udev/rules.d
-		VAPIGEN=$(type -P vapigen-0.14)
-		$(use_enable introspection)
-		$(use_enable test tests)
-		$(use_enable vala)"
-}



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: sys-libs/libosinfo/
@ 2013-12-22 22:51 Gilles Dartiguelongue
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     33df8166dcc80ca96126736d50f324bbc79b6277
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 22:51:17 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 22:51:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=33df8166

sys-libs/libosinfo: fix repoman warnings

* Sync with gentoo-x86
* Apply team policy
* Add metadata.xml

---
 sys-libs/libosinfo/libosinfo-9999.ebuild | 80 +++++++++++++++++++++-----------
 sys-libs/libosinfo/metadata.xml          |  8 ++++
 2 files changed, 60 insertions(+), 28 deletions(-)

diff --git a/sys-libs/libosinfo/libosinfo-9999.ebuild b/sys-libs/libosinfo/libosinfo-9999.ebuild
index 26d6522..ebe19a8 100644
--- a/sys-libs/libosinfo/libosinfo-9999.ebuild
+++ b/sys-libs/libosinfo/libosinfo-9999.ebuild
@@ -1,49 +1,73 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
+EAPI=5
+VALA_MIN_API_VERSION="0.16"
+VALA_USE_DEPEND="vapigen"
 
-inherit gnome2
+inherit udev vala
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="https://fedorahosted.org/libosinfo/"
+HOMEPAGE="http://fedorahosted.org/libosinfo/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
+IUSE="+introspection +vala test"
+REQUIRED_USE="vala? ( introspection )"
 if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="git://git.fedorahosted.org/${PN}.git"
 	KEYWORDS=""
+	IUSE="${IUSE} doc"
 else
-	SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
-IUSE="doc +introspection +vala test"
-REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-	dev-libs/glib:2
-	>=dev-libs/libxml2-2.6.0:2
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
+	>=dev-libs/glib-2:2
+	>=dev-libs/libxslt-1.0.0:=
+	dev-libs/libxml2:=
+	net-libs/libsoup-gnome:2.4
+	sys-apps/hwids
+	introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
+"
 DEPEND="${RDEPEND}
+	dev-libs/gobject-introspection-common
+	>=dev-util/gtk-doc-am-1.10
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.10 )
-	introspection? ( dev-libs/check )
-	vala? ( dev-lang/vala:0.14 )"
-
-pkg_setup() {
-	# --enable-udev only installs udev rules
-	G2CONF="--disable-coverage
-		--disable-static
-		--enable-udev
-		--with-udev-rulesdir=/lib/udev/rules.d
-		VAPIGEN=$(type -P vapigen-0.14)
-		$(use_enable introspection)
-		$(use_enable test tests)
-		$(use_enable vala)"
+	test? ( dev-libs/check )
+	vala? ( $(vala_depend) )
+"
+
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		doc? ( >=dev-util/gtk-doc-1.10 )"
+fi
+
+src_prepare() {
+	use vala && vala_src_prepare
+}
+
+src_configure() {
+	# --enable-udev is only for rules.d file install
+	econf \
+		--disable-static \
+		$(use_enable doc gtk-doc) \
+		$(use_enable test tests) \
+		$(use_enable introspection) \
+		$(use_enable vala) \
+		--enable-udev \
+		--disable-coverage \
+		--with-udev-rulesdir="$(get_udevdir)"/rules.d \
+		--with-usb-ids-path=/usr/share/misc/usb.ids \
+		--with-pci-ids-path=/usr/share/misc/pci.ids
+}
+
+src_install() {
+	default
+	prune_libtool_files
 }

diff --git a/sys-libs/libosinfo/metadata.xml b/sys-libs/libosinfo/metadata.xml
new file mode 100644
index 0000000..c83b672
--- /dev/null
+++ b/sys-libs/libosinfo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<use>
+	<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
+</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: sys-libs/libosinfo/
@ 2014-04-20 18:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a040e803aa7b8f46d17cb259655e7db6dbefc073
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 16:16:41 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 16:28:53 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a040e803

sys-libs/libosinfo: 0.2.7 → 0.2.10

---
 ...bosinfo-9999.ebuild => libosinfo-0.2.10.ebuild} | 27 ++++------------------
 sys-libs/libosinfo/libosinfo-9999.ebuild           |  3 ++-
 2 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/sys-libs/libosinfo/libosinfo-9999.ebuild b/sys-libs/libosinfo/libosinfo-0.2.10.ebuild
similarity index 67%
copy from sys-libs/libosinfo/libosinfo-9999.ebuild
copy to sys-libs/libosinfo/libosinfo-0.2.10.ebuild
index ebe19a8..e3d99d8 100644
--- a/sys-libs/libosinfo/libosinfo-9999.ebuild
+++ b/sys-libs/libosinfo/libosinfo-0.2.10.ebuild
@@ -7,25 +7,16 @@ VALA_MIN_API_VERSION="0.16"
 VALA_USE_DEPEND="vapigen"
 
 inherit udev vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="GObject library for managing information about real and virtual OSes"
 HOMEPAGE="http://fedorahosted.org/libosinfo/"
+SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 IUSE="+introspection +vala test"
 REQUIRED_USE="vala? ( introspection )"
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="git://git.fedorahosted.org/${PN}.git"
-	KEYWORDS=""
-	IUSE="${IUSE} doc"
-else
-	SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
 	>=dev-libs/glib-2:2
@@ -33,7 +24,7 @@ RDEPEND="
 	dev-libs/libxml2:=
 	net-libs/libsoup-gnome:2.4
 	sys-apps/hwids
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
 "
 DEPEND="${RDEPEND}
 	dev-libs/gobject-introspection-common
@@ -43,25 +34,17 @@ DEPEND="${RDEPEND}
 	vala? ( $(vala_depend) )
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		doc? ( >=dev-util/gtk-doc-1.10 )"
-fi
-
-src_prepare() {
-	use vala && vala_src_prepare
-}
-
 src_configure() {
 	# --enable-udev is only for rules.d file install
 	econf \
 		--disable-static \
-		$(use_enable doc gtk-doc) \
+		--disable-gtk-doc \
 		$(use_enable test tests) \
 		$(use_enable introspection) \
 		$(use_enable vala) \
 		--enable-udev \
 		--disable-coverage \
+		--with-html-dir=/usr/share/doc/${PF}/html \
 		--with-udev-rulesdir="$(get_udevdir)"/rules.d \
 		--with-usb-ids-path=/usr/share/misc/usb.ids \
 		--with-pci-ids-path=/usr/share/misc/pci.ids

diff --git a/sys-libs/libosinfo/libosinfo-9999.ebuild b/sys-libs/libosinfo/libosinfo-9999.ebuild
index ebe19a8..3ff1287 100644
--- a/sys-libs/libosinfo/libosinfo-9999.ebuild
+++ b/sys-libs/libosinfo/libosinfo-9999.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
 	dev-libs/libxml2:=
 	net-libs/libsoup-gnome:2.4
 	sys-apps/hwids
-	introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
 "
 DEPEND="${RDEPEND}
 	dev-libs/gobject-introspection-common
@@ -62,6 +62,7 @@ src_configure() {
 		$(use_enable vala) \
 		--enable-udev \
 		--disable-coverage \
+		--with-html-dir=/usr/share/doc/${PF}/html \
 		--with-udev-rulesdir="$(get_udevdir)"/rules.d \
 		--with-usb-ids-path=/usr/share/misc/usb.ids \
 		--with-pci-ids-path=/usr/share/misc/pci.ids


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: sys-libs/libosinfo/
@ 2014-12-23 21:56 Gilles Dartiguelongue
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-23 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b4e6454ae40b3e49fc7809cf5159d59e78cb1baf
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 23 21:53:21 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 21:53:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b4e6454a

sys-libs/libosinfo: moved to gentoo-x86, sync live ebuild

Also, do not change directory for gtk-doc documentation.

---
 sys-libs/libosinfo/libosinfo-0.2.10.ebuild | 56 ------------------------------
 sys-libs/libosinfo/libosinfo-9999.ebuild   | 17 ++++-----
 2 files changed, 6 insertions(+), 67 deletions(-)

diff --git a/sys-libs/libosinfo/libosinfo-0.2.10.ebuild b/sys-libs/libosinfo/libosinfo-0.2.10.ebuild
deleted file mode 100644
index e3d99d8..0000000
--- a/sys-libs/libosinfo/libosinfo-0.2.10.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-VALA_MIN_API_VERSION="0.16"
-VALA_USE_DEPEND="vapigen"
-
-inherit udev vala
-
-DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="http://fedorahosted.org/libosinfo/"
-SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-IUSE="+introspection +vala test"
-REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-	>=dev-libs/glib-2:2
-	>=dev-libs/libxslt-1.0.0:=
-	dev-libs/libxml2:=
-	net-libs/libsoup-gnome:2.4
-	sys-apps/hwids
-	introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
-	dev-libs/gobject-introspection-common
-	>=dev-util/gtk-doc-am-1.10
-	virtual/pkgconfig
-	test? ( dev-libs/check )
-	vala? ( $(vala_depend) )
-"
-
-src_configure() {
-	# --enable-udev is only for rules.d file install
-	econf \
-		--disable-static \
-		--disable-gtk-doc \
-		$(use_enable test tests) \
-		$(use_enable introspection) \
-		$(use_enable vala) \
-		--enable-udev \
-		--disable-coverage \
-		--with-html-dir=/usr/share/doc/${PF}/html \
-		--with-udev-rulesdir="$(get_udevdir)"/rules.d \
-		--with-usb-ids-path=/usr/share/misc/usb.ids \
-		--with-pci-ids-path=/usr/share/misc/pci.ids
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}

diff --git a/sys-libs/libosinfo/libosinfo-9999.ebuild b/sys-libs/libosinfo/libosinfo-9999.ebuild
index 3ff1287..5d06b03 100644
--- a/sys-libs/libosinfo/libosinfo-9999.ebuild
+++ b/sys-libs/libosinfo/libosinfo-9999.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
+GCONF_DEBUG="no"
 VALA_MIN_API_VERSION="0.16"
 VALA_USE_DEPEND="vapigen"
 
-inherit udev vala
+inherit gnome2 udev vala
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="http://fedorahosted.org/libosinfo/"
+HOMEPAGE="http://libosinfo.org/"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
@@ -50,25 +51,19 @@ fi
 
 src_prepare() {
 	use vala && vala_src_prepare
+	gnome2_src_prepare
 }
 
 src_configure() {
 	# --enable-udev is only for rules.d file install
-	econf \
+	gnome2_src_configure \
 		--disable-static \
-		$(use_enable doc gtk-doc) \
 		$(use_enable test tests) \
 		$(use_enable introspection) \
 		$(use_enable vala) \
 		--enable-udev \
 		--disable-coverage \
-		--with-html-dir=/usr/share/doc/${PF}/html \
 		--with-udev-rulesdir="$(get_udevdir)"/rules.d \
 		--with-usb-ids-path=/usr/share/misc/usb.ids \
 		--with-pci-ids-path=/usr/share/misc/pci.ids
 }
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-23 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16  1:52 [gentoo-commits] proj/gnome:master commit in: sys-libs/libosinfo/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2014-12-23 21:56 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2013-12-22 22:51 Gilles Dartiguelongue
2011-11-15  1:31 Nirbheek Chauhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox