From 7787c5a198aa1452c0aada0cabfc374c60871732 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Thu, 20 Jan 2011 20:30:29 +0000 Subject: libvirt disabled for now because it blocks stabilization etc. (Portage version: 2.2.0_alpha18/cvs/Linux x86_64) --- net-misc/cfengine/ChangeLog | 6 +++++- net-misc/cfengine/cfengine-3.1.2.ebuild | 11 ++++++----- net-misc/cfengine/cfengine-3.1.3.ebuild | 9 +++++---- 3 files changed, 16 insertions(+), 10 deletions(-) (limited to 'net-misc') diff --git a/net-misc/cfengine/ChangeLog b/net-misc/cfengine/ChangeLog index 960cbeb3c81d..0811c8e7c351 100644 --- a/net-misc/cfengine/ChangeLog +++ b/net-misc/cfengine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/cfengine # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.121 2011/01/20 20:01:21 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.122 2011/01/20 20:30:29 idl0r Exp $ + + 20 Jan 2011; Christian Ruppert cfengine-3.1.2.ebuild, + cfengine-3.1.3.ebuild: + libvirt disabled for now because it blocks stabilization etc. *cfengine-3.1.3 (20 Jan 2011) diff --git a/net-misc/cfengine/cfengine-3.1.2.ebuild b/net-misc/cfengine/cfengine-3.1.2.ebuild index 7ec081211488..5b06b0a54ddd 100644 --- a/net-misc/cfengine/cfengine-3.1.2.ebuild +++ b/net-misc/cfengine/cfengine-3.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild,v 1.1 2010/12/10 17:50:25 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild,v 1.2 2011/01/20 20:30:29 idl0r Exp $ EAPI="3" @@ -17,13 +17,14 @@ LICENSE="GPL-3" SLOT="3" KEYWORDS="~amd64 ~arm ~s390 ~sparc ~x86" -IUSE="examples gd graphviz html ldap libvirt mysql pcre postgres qdbm selinux tests tokyocabinet vim-syntax" +# libvirt disabled for now because it blocks stabilization etc. +IUSE="examples gd graphviz html ldap mysql pcre postgres qdbm selinux tests tokyocabinet vim-syntax" +# libvirt? ( app-emulation/libvirt ) DEPEND=">=sys-libs/db-4 gd? ( media-libs/gd ) graphviz? ( media-gfx/graphviz ) ldap? ( net-nds/openldap ) - libvirt? ( app-emulation/libvirt ) mysql? ( virtual/mysql ) pcre? ( dev-libs/libpcre ) postgres? ( dev-db/postgresql-base ) @@ -51,6 +52,7 @@ src_configure() { fi # Enforce /var/cfengine for historical compatibility + # $(use_with libvirt) \ econf \ --docdir=/usr/share/doc/"${PF}" \ --with-workdir=/var/cfengine \ @@ -58,7 +60,6 @@ src_configure() { $(use_with gd) \ $(use_with graphviz) \ $(use_with ldap) \ - $(use_with libvirt) \ $(use_with pcre) \ $(use_with qdbm) \ $(use_enable selinux) \ diff --git a/net-misc/cfengine/cfengine-3.1.3.ebuild b/net-misc/cfengine/cfengine-3.1.3.ebuild index 36f776c7aa04..251faa1fb4bc 100644 --- a/net-misc/cfengine/cfengine-3.1.3.ebuild +++ b/net-misc/cfengine/cfengine-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild,v 1.1 2011/01/20 20:01:21 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild,v 1.2 2011/01/20 20:30:29 idl0r Exp $ EAPI="3" @@ -17,13 +17,14 @@ LICENSE="GPL-3" SLOT="3" KEYWORDS="~amd64 ~arm ~s390 ~sparc ~x86" -IUSE="examples gd graphviz html ldap libvirt mysql pcre postgres qdbm selinux tests tokyocabinet vim-syntax" +# libvirt disabled for now because it blocks stabilization etc. +IUSE="examples gd graphviz html ldap mysql pcre postgres qdbm selinux tests tokyocabinet vim-syntax" +# libvirt? ( app-emulation/libvirt ) DEPEND=">=sys-libs/db-4 gd? ( media-libs/gd ) graphviz? ( media-gfx/graphviz ) ldap? ( net-nds/openldap ) - libvirt? ( app-emulation/libvirt ) mysql? ( virtual/mysql ) pcre? ( dev-libs/libpcre ) postgres? ( dev-db/postgresql-base ) @@ -51,6 +52,7 @@ src_configure() { fi # Enforce /var/cfengine for historical compatibility + # $(use_with libvirt) \ econf \ --docdir=/usr/share/doc/"${PF}" \ --with-workdir=/var/cfengine \ @@ -58,7 +60,6 @@ src_configure() { $(use_with gd) \ $(use_with graphviz) \ $(use_with ldap) \ - $(use_with libvirt) \ $(use_with pcre) \ $(use_with qdbm) \ $(use_enable selinux) \ -- cgit v1.2.3-65-gdbad