Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Thu, 28 Jan 2016 14:49:09
Message-Id: 1453992338.640b01df4e457bcd2065f2458b26f1fd88ced1d7.mjo@gentoo
1 commit: 640b01df4e457bcd2065f2458b26f1fd88ced1d7
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 01:33:36 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 14:45:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640b01df
7
8 dev-lang/php: remove "minor" from "minor version slotting" in elogs.
9
10 Now that PHP upstream is playing fast and loose with their versioning,
11 our slotting applies to major versions as well as minor ones. Remove
12 the word "minor" since it's no longer correct.
13
14 Package-Manager: portage-2.2.26
15
16 dev-lang/php/php-5.6.17-r4.ebuild | 4 ++--
17 dev-lang/php/php-7.0.2-r4.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-lang/php/php-5.6.17-r4.ebuild b/dev-lang/php/php-5.6.17-r4.ebuild
21 index 4180cd6..184650e 100644
22 --- a/dev-lang/php/php-5.6.17-r4.ebuild
23 +++ b/dev-lang/php/php-5.6.17-r4.ebuild
24 @@ -786,8 +786,8 @@ pkg_postinst() {
25 elog "Both versions of php.ini can be found with the PHP docs in"
26 elog "${EPREFIX}/usr/share/doc/${PF}"
27 elog
28 - elog "For more details on how minor version slotting works,"
29 - elog "please see the wiki:"
30 + elog "For more details on how version slotting works, please see"
31 + elog "the wiki:"
32 elog
33 elog " https://wiki.gentoo.org/wiki/PHP"
34 elog
35
36 diff --git a/dev-lang/php/php-7.0.2-r4.ebuild b/dev-lang/php/php-7.0.2-r4.ebuild
37 index e30254f..f5d4818 100644
38 --- a/dev-lang/php/php-7.0.2-r4.ebuild
39 +++ b/dev-lang/php/php-7.0.2-r4.ebuild
40 @@ -778,8 +778,8 @@ pkg_postinst() {
41 elog "Both versions of php.ini can be found with the PHP docs in"
42 elog "${EPREFIX}/usr/share/doc/${PF}"
43 elog
44 - elog "For more details on how minor version slotting works,"
45 - elog "please see the wiki:"
46 + elog "For more details on how version slotting works, please see"
47 + elog "the wiki:"
48 elog
49 elog " https://wiki.gentoo.org/wiki/PHP"
50 elog