From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C5B013832E for ; Thu, 28 Jul 2016 01:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7CEE0B24; Thu, 28 Jul 2016 01:32:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 516A8E0B24 for ; Thu, 28 Jul 2016 01:32:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91BD2340B54 for ; Thu, 28 Jul 2016 01:32:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FABB7D4 for ; Thu, 28 Jul 2016 01:32:28 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1469669509.db0af7c298f2077a4041387f3e11ae0ed3afb133.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-1.3.5-r1.ebuild app-emulation/libvirt/libvirt-2.0.0.ebuild app-emulation/libvirt/libvirt-9999.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: db0af7c298f2077a4041387f3e11ae0ed3afb133 X-VCS-Branch: master Date: Thu, 28 Jul 2016 01:32:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9099ef12-c1a6-4b2d-b782-7b2b7d82fbc3 X-Archives-Hash: 0d7208a9a6f4a23539e3f3bb558e41a8 commit: db0af7c298f2077a4041387f3e11ae0ed3afb133 Author: Matthias Maier gentoo org> AuthorDate: Thu Jul 28 01:31:49 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Jul 28 01:31:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0af7c2 app-emulation/libvirt: Do not use REPLACING_VERSIONS, bug #589452 Package-Manager: portage-2.2.28 app-emulation/libvirt/libvirt-1.3.5-r1.ebuild | 4 ---- app-emulation/libvirt/libvirt-2.0.0.ebuild | 4 ---- app-emulation/libvirt/libvirt-9999.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild index b4d3289..1015015 100644 --- a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild @@ -381,10 +381,6 @@ pkg_postinst() { use libvirtd || return 0 # From here, only libvirtd-related instructions, be warned! - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then - FORCE_PRINT_ELOG=true - fi - DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1") DISABLE_AUTOFORMATTING=true readme.gentoo_print_elog diff --git a/app-emulation/libvirt/libvirt-2.0.0.ebuild b/app-emulation/libvirt/libvirt-2.0.0.ebuild index 5e159aa..1cc40f0 100644 --- a/app-emulation/libvirt/libvirt-2.0.0.ebuild +++ b/app-emulation/libvirt/libvirt-2.0.0.ebuild @@ -380,10 +380,6 @@ pkg_postinst() { use libvirtd || return 0 # From here, only libvirtd-related instructions, be warned! - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then - FORCE_PRINT_ELOG=true - fi - DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1") DISABLE_AUTOFORMATTING=true readme.gentoo_print_elog diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 655075e..04d1596 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -377,10 +377,6 @@ pkg_postinst() { use libvirtd || return 0 # From here, only libvirtd-related instructions, be warned! - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then - FORCE_PRINT_ELOG=true - fi - DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1") DISABLE_AUTOFORMATTING=true readme.gentoo_print_elog