Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/
Date: Sun, 05 Aug 2018 19:45:13
Message-Id: 1533498001.2fa32bf30ba7747bb8ca5fe7f4032aed8248af0e.zmedico@gentoo
1 commit: 2fa32bf30ba7747bb8ca5fe7f4032aed8248af0e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 19:26:44 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 19:40:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa32bf3
7
8 app-portage/repoman: pkg_postinst REPLACING_VERSIONS
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 app-portage/repoman/repoman-2.3.10.ebuild | 20 +++++++++++---------
13 app-portage/repoman/repoman-2.3.9.ebuild | 20 +++++++++++---------
14 app-portage/repoman/repoman-9999.ebuild | 20 +++++++++++---------
15 3 files changed, 33 insertions(+), 27 deletions(-)
16
17 diff --git a/app-portage/repoman/repoman-2.3.10.ebuild b/app-portage/repoman/repoman-2.3.10.ebuild
18 index 24786452de2..e071382f3c3 100644
19 --- a/app-portage/repoman/repoman-2.3.10.ebuild
20 +++ b/app-portage/repoman/repoman-2.3.10.ebuild
21 @@ -49,13 +49,15 @@ python_install() {
22 }
23
24 pkg_postinst() {
25 - elog ""
26 - elog "This release of repoman is from the new portage/repoman split"
27 - elog "release code base."
28 - elog "This new repoman code base is still being developed. So its API's"
29 - elog "are not to be considered stable and are subject to change."
30 - elog "The code released has been tested and considered ready for use."
31 - elog "This however does not guarantee it to be completely bug free."
32 - elog "Please report any bugs you may encounter."
33 - elog ""
34 + if [[ -z {REPLACING_VERSIONS} ]]; then
35 + elog ""
36 + elog "This release of repoman is from the new portage/repoman split"
37 + elog "release code base."
38 + elog "This new repoman code base is still being developed. So its API's"
39 + elog "are not to be considered stable and are subject to change."
40 + elog "The code released has been tested and considered ready for use."
41 + elog "This however does not guarantee it to be completely bug free."
42 + elog "Please report any bugs you may encounter."
43 + elog ""
44 + fi
45 }
46
47 diff --git a/app-portage/repoman/repoman-2.3.9.ebuild b/app-portage/repoman/repoman-2.3.9.ebuild
48 index c96092fb486..c6113c7c5f0 100644
49 --- a/app-portage/repoman/repoman-2.3.9.ebuild
50 +++ b/app-portage/repoman/repoman-2.3.9.ebuild
51 @@ -55,13 +55,15 @@ python_install() {
52 }
53
54 pkg_postinst() {
55 - elog ""
56 - elog "This release of repoman is from the new portage/repoman split"
57 - elog "release code base."
58 - elog "This new repoman code base is still being developed. So its API's"
59 - elog "are not to be considered stable and are subject to change."
60 - elog "The code released has been tested and considered ready for use."
61 - elog "This however does not guarantee it to be completely bug free."
62 - elog "Please report any bugs you may encounter."
63 - elog ""
64 + if [[ -z {REPLACING_VERSIONS} ]]; then
65 + elog ""
66 + elog "This release of repoman is from the new portage/repoman split"
67 + elog "release code base."
68 + elog "This new repoman code base is still being developed. So its API's"
69 + elog "are not to be considered stable and are subject to change."
70 + elog "The code released has been tested and considered ready for use."
71 + elog "This however does not guarantee it to be completely bug free."
72 + elog "Please report any bugs you may encounter."
73 + elog ""
74 + fi
75 }
76
77 diff --git a/app-portage/repoman/repoman-9999.ebuild b/app-portage/repoman/repoman-9999.ebuild
78 index a0770535b52..8063252c048 100644
79 --- a/app-portage/repoman/repoman-9999.ebuild
80 +++ b/app-portage/repoman/repoman-9999.ebuild
81 @@ -49,13 +49,15 @@ python_install() {
82 }
83
84 pkg_postinst() {
85 - elog ""
86 - elog "This release of repoman is from the new portage/repoman split"
87 - elog "release code base."
88 - elog "This new repoman code base is still being developed. So its API's"
89 - elog "are not to be considered stable and are subject to change."
90 - elog "The code released has been tested and considered ready for use."
91 - elog "This however does not guarantee it to be completely bug free."
92 - elog "Please report any bugs you may encounter."
93 - elog ""
94 + if [[ -z {REPLACING_VERSIONS} ]]; then
95 + elog ""
96 + elog "This release of repoman is from the new portage/repoman split"
97 + elog "release code base."
98 + elog "This new repoman code base is still being developed. So its API's"
99 + elog "are not to be considered stable and are subject to change."
100 + elog "The code released has been tested and considered ready for use."
101 + elog "This however does not guarantee it to be completely bug free."
102 + elog "Please report any bugs you may encounter."
103 + elog ""
104 + fi
105 }