diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-08-02 19:40:22 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-08-02 19:40:22 +0000 |
commit | 950252d86e12f4a9bf4507051c5780ea97ec4a88 (patch) | |
tree | eb0dcf2a5bf0df48c55c9e6980379c3f53bd76b1 /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-950252d86e12f4a9bf4507051c5780ea97ec4a88.tar.gz gentoo-2-950252d86e12f4a9bf4507051c5780ea97ec4a88.tar.bz2 gentoo-2-950252d86e12f4a9bf4507051c5780ea97ec4a88.zip |
Add missing DEPEND on dev-util/intltool. bug #476310. Remove older version.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt-glib/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.1.5.ebuild | 40 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild | 3 |
4 files changed, 9 insertions, 43 deletions
diff --git a/app-emulation/libvirt-glib/ChangeLog b/app-emulation/libvirt-glib/ChangeLog index af958c91e6da..a0ce08267e2d 100644 --- a/app-emulation/libvirt-glib/ChangeLog +++ b/app-emulation/libvirt-glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/libvirt-glib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.21 2013/07/09 00:18:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.22 2013/08/02 19:40:22 cardoe Exp $ + + 02 Aug 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-glib-0.1.5.ebuild, + libvirt-glib-0.1.6.ebuild, libvirt-glib-0.1.7.ebuild: + Add missing DEPEND on dev-util/intltool. bug #476310. Remove older version. *libvirt-glib-0.1.7 (09 Jul 2013) diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.5.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.5.ebuild deleted file mode 100644 index 0a4a3767e07e..000000000000 --- a/app-emulation/libvirt-glib/libvirt-glib-0.1.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 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.5.ebuild,v 1.1 2013/01/14 20:25:03 cardoe Exp $ - -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="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:= ) - python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - virtual/pkgconfig - vala? ( $(vala_depend) )" - -pkg_setup() { - G2CONF+="--disable-test-coverage - --disable-static - $(use_enable introspection) - $(use_enable vala) - $(use_with python)" - use python && python-single-r1_pkg_setup -} diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild index 8ec12bd662fb..2a08e72a6efc 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.6.ebuild,v 1.1 2013/03/18 17:31:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild,v 1.2 2013/08/02 19:40:22 cardoe Exp $ EAPI=5 GCONF_DEBUG="no" @@ -27,6 +27,7 @@ RDEPEND="dev-libs/libxml2:2 python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} dev-util/gtk-doc-am + dev-util/intltool virtual/pkgconfig vala? ( $(vala_depend) )" diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild index e19fd0c44058..56c6ac97160f 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.7.ebuild,v 1.1 2013/07/09 00:18:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild,v 1.2 2013/08/02 19:40:22 cardoe Exp $ EAPI=5 GCONF_DEBUG="no" @@ -27,6 +27,7 @@ RDEPEND="dev-libs/libxml2:2 python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} dev-util/gtk-doc-am + dev-util/intltool virtual/pkgconfig vala? ( $(vala_depend) )" |