public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/
Date: Sun, 22 Dec 2013 20:26:39 +0000 (UTC)	[thread overview]
Message-ID: <1387743988.804d89ed719e6551d69a1c93ad2f3631f43b2a34.eva@gentoo> (raw)

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>


             reply	other threads:[~2013-12-22 20:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-22 20:26 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-23 19:37 [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/ Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2011-11-16 23:39 Nirbheek Chauhan
2011-11-15  1:31 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1387743988.804d89ed719e6551d69a1c93ad2f3631f43b2a34.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox