diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-09-29 13:39:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-09-29 13:39:02 +0000 |
commit | 99da8e83a90bb7c064bd6e6645a7dbbaeb2990f9 (patch) | |
tree | 0a62ba487c6416eb3c19cec2843dc3d80cd038bc /app-emulation/libvirt-glib | |
parent | stable ppc ppc64, bug #430430 (diff) | |
download | gentoo-2-99da8e83a90bb7c064bd6e6645a7dbbaeb2990f9.tar.gz gentoo-2-99da8e83a90bb7c064bd6e6645a7dbbaeb2990f9.tar.bz2 gentoo-2-99da8e83a90bb7c064bd6e6645a7dbbaeb2990f9.zip |
Version bump, drop old.
(Portage version: 2.1.11.19/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt-glib')
-rw-r--r-- | app-emulation/libvirt-glib/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.0.9.ebuild | 45 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.1.2.ebuild (renamed from app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild) | 12 |
3 files changed, 15 insertions, 51 deletions
diff --git a/app-emulation/libvirt-glib/ChangeLog b/app-emulation/libvirt-glib/ChangeLog index 2710b4503231..9d68569ee67e 100644 --- a/app-emulation/libvirt-glib/ChangeLog +++ b/app-emulation/libvirt-glib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/libvirt-glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.14 2012/07/16 16:47:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.15 2012/09/29 13:39:02 pacho Exp $ + +*libvirt-glib-0.1.2 (29 Sep 2012) + + 29 Sep 2012; Pacho Ramos <pacho@gentoo.org> +libvirt-glib-0.1.2.ebuild, + -libvirt-glib-0.0.8.ebuild, -libvirt-glib-0.0.9.ebuild: + Version bump, drop old. *libvirt-glib-0.1.0 (16 Jul 2012) @@ -70,4 +76,3 @@ 16 Nov 2011; Nirbheek Chauhan <nirbheek@gentoo.org> +libvirt-glib-0.0.1.ebuild, +metadata.xml: New package, gobject bindings to libvirt, used by gnome-boxes - diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.0.9.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.0.9.ebuild deleted file mode 100644 index 15e795fab8a7..000000000000 --- a/app-emulation/libvirt-glib/libvirt-glib-0.0.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.9.ebuild,v 1.1 2012/06/25 15:57:40 cardoe Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 python - -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="doc +introspection python +vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - dev-libs/libxml2:2 - >=app-emulation/libvirt-0.9.10 - >=dev-libs/glib-2.10:2 - introspection? ( >=dev-libs/gobject-introspection-0.10.8 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.10 ) - vala? ( dev-lang/vala:0.14 )" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" - G2CONF="--disable-test-coverage - VAPIGEN=$(type -P vapigen-0.14) - $(use_enable introspection) - $(use_enable vala) - $(use_with python)" - - python_set_active_version 2 - python_pkg_setup -} - -src_compile() { - emake -j1 -} diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.2.ebuild index c0578701de1a..db6cb8bc2a61 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild,v 1.3 2012/05/03 18:49:06 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.2.ebuild,v 1.1 2012/09/29 13:39:02 pacho Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" +VALA_MIN_API_VERSION="0.14" -inherit gnome2 python +inherit gnome2 python vala DESCRIPTION="GLib and GObject mappings for libvirt" HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git" @@ -26,12 +27,15 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.10 ) - vala? ( dev-lang/vala:0.14 )" + vala? ( $(vala_depend) )" + +src_prepare() { + use vala && vala_src_prepare +} pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="--disable-test-coverage - VAPIGEN=$(type -P vapigen-0.14) $(use_enable introspection) $(use_enable vala) $(use_with python)" |