Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Thu, 28 Jul 2016 01:32:36
Message-Id: 1469669509.db0af7c298f2077a4041387f3e11ae0ed3afb133.tamiko@gentoo
1 commit: db0af7c298f2077a4041387f3e11ae0ed3afb133
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 28 01:31:49 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 28 01:31:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0af7c2
7
8 app-emulation/libvirt: Do not use REPLACING_VERSIONS, bug #589452
9
10 Package-Manager: portage-2.2.28
11
12 app-emulation/libvirt/libvirt-1.3.5-r1.ebuild | 4 ----
13 app-emulation/libvirt/libvirt-2.0.0.ebuild | 4 ----
14 app-emulation/libvirt/libvirt-9999.ebuild | 4 ----
15 3 files changed, 12 deletions(-)
16
17 diff --git a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild
18 index b4d3289..1015015 100644
19 --- a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild
20 +++ b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild
21 @@ -381,10 +381,6 @@ pkg_postinst() {
22 use libvirtd || return 0
23 # From here, only libvirtd-related instructions, be warned!
24
25 - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then
26 - FORCE_PRINT_ELOG=true
27 - fi
28 -
29 DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1")
30 DISABLE_AUTOFORMATTING=true
31 readme.gentoo_print_elog
32
33 diff --git a/app-emulation/libvirt/libvirt-2.0.0.ebuild b/app-emulation/libvirt/libvirt-2.0.0.ebuild
34 index 5e159aa..1cc40f0 100644
35 --- a/app-emulation/libvirt/libvirt-2.0.0.ebuild
36 +++ b/app-emulation/libvirt/libvirt-2.0.0.ebuild
37 @@ -380,10 +380,6 @@ pkg_postinst() {
38 use libvirtd || return 0
39 # From here, only libvirtd-related instructions, be warned!
40
41 - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then
42 - FORCE_PRINT_ELOG=true
43 - fi
44 -
45 DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1")
46 DISABLE_AUTOFORMATTING=true
47 readme.gentoo_print_elog
48
49 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
50 index 655075e..04d1596 100644
51 --- a/app-emulation/libvirt/libvirt-9999.ebuild
52 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
53 @@ -377,10 +377,6 @@ pkg_postinst() {
54 use libvirtd || return 0
55 # From here, only libvirtd-related instructions, be warned!
56
57 - if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 1.2.18-r2 ${REPLACING_VERSIONS} ]]; then
58 - FORCE_PRINT_ELOG=true
59 - fi
60 -
61 DOC_CONTENTS=$(<"${FILESDIR}/README.gentoo-r1")
62 DISABLE_AUTOFORMATTING=true
63 readme.gentoo_print_elog