Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/
Date: Wed, 16 Nov 2011 23:39:29
Message-Id: 7f03c2382568559a4a2f728d6181d3ad15681c93.nirbheek@gentoo
1 commit: 7f03c2382568559a4a2f728d6181d3ad15681c93
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 16 23:37:00 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 16 23:38:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f03c238
7
8 app-emulation/libvirt-glib: update for 0.0.1 release (added to gx86)
9
10 ---
11 .../libvirt-glib/libvirt-glib-9999.ebuild | 6 +++---
12 1 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
15 index 6357b16..6257d39 100644
16 --- a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
17 +++ b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild
18 @@ -5,7 +5,6 @@
19 EAPI="4"
20 GCONF_DEBUG="no"
21 GNOME2_LA_PUNT="yes"
22 -EGIT_REPO_URI="git://libvirt.org/libvirt-glib.git"
23
24 inherit python gnome2
25 if [[ ${PV} = 9999 ]]; then
26 @@ -18,8 +17,10 @@ HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 if [[ ${PV} = 9999 ]]; then
30 + EGIT_REPO_URI="git://libvirt.org/${PN}.git"
31 KEYWORDS=""
32 else
33 + SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
34 KEYWORDS="~amd64 ~x86"
35 fi
36 IUSE="doc +introspection python +vala"
37 @@ -37,8 +38,7 @@ DEPEND="${RDEPEND}
38
39 pkg_setup() {
40 # NEWS, ChangeLog, are empty in git
41 - # README is empty
42 - DOCS="AUTHORS ChangeLog HACKING NEWS"
43 + DOCS="AUTHORS ChangeLog HACKING NEWS README"
44 G2CONF="--disable-test-coverage
45 VAPIGEN=$(type -P vapigen-0.14)
46 $(use_enable introspection)