public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/
@ 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:     443c2446c349956ba193c0e98ff9e9a33da1b96c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 09:47:51 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=443c2446

Add new package app-emulation/libvirt-glib, will used by gnome-boxes

---
 .../libvirt-glib/libvirt-glib-9999.ebuild          |   52 ++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
new file mode 100644
index 0000000..f164a9a
--- /dev/null
+++ b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
@@ -0,0 +1,52 @@
+# 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"
+EGIT_REPO_URI="git://libvirt.org/libvirt-glib.git"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="GLib and GObject mappings for libvirt"
+HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE="doc +introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+	dev-libs/libxml2:2
+	>=app-emulation/libvirt-0.9.4
+	>=dev-libs/glib-2.10:2
+	introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	doc? ( >=dev-util/gtk-doc-1.10 )
+	vala? ( dev-lang/vala:0.14 )"
+
+pkg_setup() {
+	# NEWS, ChangeLog, are empty in git
+	# README is empty
+	DOCS="AUTHORS ChangeLog HACKING NEWS"
+	# TODO: use_with python when python.eclass is fixed
+	G2CONF="--disable-test-coverage
+		--without-python
+		VAPIGEN=$(type -P vapigen-0.14)
+		$(use_enable introspection)
+		$(use_enable vala)"
+}
+
+src_prepare() {
+	gnome2_src_prepare
+}



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

* [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/
@ 2011-11-16 23:39 Nirbheek Chauhan
  0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan @ 2011-11-16 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7f03c2382568559a4a2f728d6181d3ad15681c93
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 23:37:00 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 23:38:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f03c238

app-emulation/libvirt-glib: update for 0.0.1 release (added to gx86)

---
 .../libvirt-glib/libvirt-glib-9999.ebuild          |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
index 6357b16..6257d39 100644
--- a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
+++ b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI="4"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-EGIT_REPO_URI="git://libvirt.org/libvirt-glib.git"
 
 inherit python gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -18,8 +17,10 @@ HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
 LICENSE="LGPL-2.1"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://libvirt.org/${PN}.git"
 	KEYWORDS=""
 else
+	SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 fi
 IUSE="doc +introspection python +vala"
@@ -37,8 +38,7 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
 	# NEWS, ChangeLog, are empty in git
-	# README is empty
-	DOCS="AUTHORS ChangeLog HACKING NEWS"
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	G2CONF="--disable-test-coverage
 		VAPIGEN=$(type -P vapigen-0.14)
 		$(use_enable introspection)



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

* [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/
@ 2013-12-22 20:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     804d89ed719e6551d69a1c93ad2f3631f43b2a34
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:21:47 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:26:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=804d89ed

app-emulation/libvirt-glib: sync with gentoo-x86

---
 .../libvirt-glib/libvirt-glib-9999.ebuild          | 40 +++++++++++++---------
 app-emulation/libvirt-glib/metadata.xml            | 10 ++++++
 2 files changed, 33 insertions(+), 17 deletions(-)

diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
index 0cd2ae0..abbf986 100644
--- a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
+++ b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI=5
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.14"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit python gnome2
+inherit gnome2 python-single-r1 vala
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -23,28 +25,32 @@ else
 	SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="doc +introspection python +vala"
+IUSE="+introspection python +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
 	dev-libs/libxml2:2
-	>=app-emulation/libvirt-0.9.4
+	>=app-emulation/libvirt-0.9.10:=
 	>=dev-libs/glib-2.10:2
-	introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+	introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
+	python? ( ${PYTHON_DEPS} )
+"
 DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am
+	>=dev-util/intltool-0.35.0
 	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.10 )
-	vala? ( dev-lang/vala:0.14 )"
+	vala? ( $(vala_depend) )
+"
 
 pkg_setup() {
-	# NEWS, ChangeLog, are empty in git
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	G2CONF="--disable-test-coverage
-		VAPIGEN=$(type -P vapigen-0.14)
-		$(use_enable introspection)
-		$(use_enable vala)
-		$(use_with python)"
+	use python && python-single-r1_pkg_setup
+}
 
-	python_set_active_version 2
-	python_pkg_setup
+src_configure() {
+	gnome2_src_configure \
+		--disable-test-coverage \
+		--disable-static \
+		$(use_enable introspection) \
+		$(use_enable vala) \
+		$(use_with python)
 }

diff --git a/app-emulation/libvirt-glib/metadata.xml b/app-emulation/libvirt-glib/metadata.xml
new file mode 100644
index 0000000..38f7f9e
--- /dev/null
+++ b/app-emulation/libvirt-glib/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<use>
+	<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+		for introspection</flag>
+	<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: app-emulation/libvirt-glib/
@ 2014-10-13 21:51 Gilles Dartiguelongue
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-13 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cc545e02f46c9493b1b25d24111ce4852e26eb72
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:40:55 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:47:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cc545e02

app-emulation/libvirt-glib: 0.1.8 → 0.1.9

Required by gnome-boxes-3.14

---
 ...-glib-9999.ebuild => libvirt-glib-0.1.9.ebuild} | 33 +++++++++++++---------
 .../libvirt-glib/libvirt-glib-9999.ebuild          |  7 +++--
 2 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild
similarity index 65%
copy from app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
copy to app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild
index abbf986..3b5db72 100644
--- a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
+++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,29 +9,27 @@ VALA_MIN_API_VERSION="0.14"
 PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit gnome2 python-single-r1 vala
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="GLib and GObject mappings for libvirt"
 HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
+SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="git://libvirt.org/${PN}.git"
-	KEYWORDS=""
-else
-	SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
+KEYWORDS="~amd64 ~x86"
 IUSE="+introspection python +vala"
-REQUIRED_USE="vala? ( introspection )"
+REQUIRED_USE="
+	python? ( ${PYTHON_REQUIRED_USE} )
+	vala? ( introspection )
+"
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=1093633
+RESTRICT="test"
 
 RDEPEND="
 	dev-libs/libxml2:2
 	>=app-emulation/libvirt-0.9.10:=
-	>=dev-libs/glib-2.10:2
+	>=dev-libs/glib-2.38.0:2
 	introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
 	python? ( ${PYTHON_DEPS} )
 "
@@ -54,3 +52,12 @@ src_configure() {
 		$(use_enable vala) \
 		$(use_with python)
 }
+
+src_compile() {
+	# https://bugzilla.redhat.com/show_bug.cgi?id=1093631
+	if use vala; then
+		MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
+	else
+		gnome2_src_compile
+	fi
+}

diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
index abbf986..a4c7d2d 100644
--- a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
+++ b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
@@ -26,12 +26,15 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 IUSE="+introspection python +vala"
-REQUIRED_USE="vala? ( introspection )"
+REQUIRED_USE="
+	python? ( ${PYTHON_REQUIRED_USE} )
+	vala? ( introspection )
+"
 
 RDEPEND="
 	dev-libs/libxml2:2
 	>=app-emulation/libvirt-0.9.10:=
-	>=dev-libs/glib-2.10:2
+	>=dev-libs/glib-2.38.0:2
 	introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
 	python? ( ${PYTHON_DEPS} )
 "


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

* [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/
@ 2014-11-23 19:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     07c09afee321c44742b44606e9a4d9860966efdf
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 18:50:16 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 18:50:16 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=07c09afe

app-emulation/libvirt-glib: moved to gentoo-x86

---
 .../libvirt-glib/libvirt-glib-0.1.9.ebuild         | 63 ----------------------
 1 file changed, 63 deletions(-)

diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild
deleted file mode 100644
index 3b5db72..0000000
--- a/app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.14"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit gnome2 python-single-r1 vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+introspection python +vala"
-REQUIRED_USE="
-	python? ( ${PYTHON_REQUIRED_USE} )
-	vala? ( introspection )
-"
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1093633
-RESTRICT="test"
-
-RDEPEND="
-	dev-libs/libxml2:2
-	>=app-emulation/libvirt-0.9.10:=
-	>=dev-libs/glib-2.38.0:2
-	introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
-	python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
-	>=dev-util/intltool-0.35.0
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-test-coverage \
-		--disable-static \
-		$(use_enable introspection) \
-		$(use_enable vala) \
-		$(use_with python)
-}
-
-src_compile() {
-	# https://bugzilla.redhat.com/show_bug.cgi?id=1093631
-	if use vala; then
-		MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
-	else
-		gnome2_src_compile
-	fi
-}


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

end of thread, other threads:[~2014-11-23 19:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13 21:51 [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2014-11-23 19:37 Gilles Dartiguelongue
2013-12-22 20:26 Gilles Dartiguelongue
2011-11-16 23:39 Nirbheek Chauhan
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