summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-12-24 20:28:46 +0000
committerPacho Ramos <pacho@gentoo.org>2012-12-24 20:28:46 +0000
commit4c2a107f95c4bfc09f48f3f2562b91666ac3299b (patch)
treea30bd14b414d6568b831024bf8f0b6b1024ec58c /app-emulation/libvirt-glib
parentDrop old version (diff)
downloadgentoo-2-4c2a107f95c4bfc09f48f3f2562b91666ac3299b.tar.gz
gentoo-2-4c2a107f95c4bfc09f48f3f2562b91666ac3299b.tar.bz2
gentoo-2-4c2a107f95c4bfc09f48f3f2562b91666ac3299b.zip
Version bump, drop old
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-emulation/libvirt-glib')
-rw-r--r--app-emulation/libvirt-glib/ChangeLog8
-rw-r--r--app-emulation/libvirt-glib/libvirt-glib-0.1.0.ebuild45
-rw-r--r--app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild (renamed from app-emulation/libvirt-glib/libvirt-glib-0.1.2.ebuild)35
3 files changed, 20 insertions, 68 deletions
diff --git a/app-emulation/libvirt-glib/ChangeLog b/app-emulation/libvirt-glib/ChangeLog
index 9fce136391e3..e940ed9663e5 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.16 2012/10/08 15:44:22 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.17 2012/12/24 20:28:46 pacho Exp $
+
+*libvirt-glib-0.1.4 (24 Dec 2012)
+
+ 24 Dec 2012; Pacho Ramos <pacho@gentoo.org> +libvirt-glib-0.1.4.ebuild,
+ -libvirt-glib-0.1.0.ebuild, -libvirt-glib-0.1.2.ebuild:
+ Version bump, drop old
*libvirt-glib-0.1.3 (08 Oct 2012)
diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.0.ebuild
deleted file mode 100644
index 07b34e388b80..000000000000
--- a/app-emulation/libvirt-glib/libvirt-glib-0.1.0.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.1.0.ebuild,v 1.1 2012/07/16 16:47:11 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.1.2.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild
index db6cb8bc2a61..86844fea8fa6 100644
--- a/app-emulation/libvirt-glib/libvirt-glib-0.1.2.ebuild
+++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild
@@ -1,13 +1,14 @@
# 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.1.2.ebuild,v 1.1 2012/09/29 13:39:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild,v 1.1 2012/12/24 20:28:46 pacho Exp $
-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 gnome2 python vala
+inherit gnome2 python-single-r1 vala
DESCRIPTION="GLib and GObject mappings for libvirt"
HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
@@ -16,34 +17,24 @@ SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc +introspection python +vala"
+IUSE="+introspection python +vala"
REQUIRED_USE="vala? ( introspection )"
-RDEPEND="
- dev-libs/libxml2:2
- >=app-emulation/libvirt-0.9.10
+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 )"
+ introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
+ python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
+ dev-util/gtk-doc-am
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.10 )
vala? ( $(vala_depend) )"
-src_prepare() {
- use vala && vala_src_prepare
-}
-
pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="--disable-test-coverage
+ G2CONF+="--disable-test-coverage
+ --disable-static
$(use_enable introspection)
$(use_enable vala)
$(use_with python)"
-
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_compile() {
- emake -j1
+ use python && python-single-r1_pkg_setup
}