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: Sat, 31 Oct 2015 00:26:57
Message-Id: 1446251061.f1549c33a093809eb138854729abed560bea2918.mjo@gentoo
1 commit: f1549c33a093809eb138854729abed560bea2918
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 23:03:58 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 00:24:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1549c33
7
8 dev-lang/php: replace dead URL in postinst, bug #564432 by Ortwin Glueck.
9
10 The postinst message was pointing people to
11
12 https://www.gentoo.org/proj/en/php/php-upgrading.xml
13
14 which now simply 404s. Its spiritual successor is on the wiki, so the
15 postinst message has been updated to send people there.
16
17 Gentoo-Bug: 564432
18
19 Package-Manager: portage-2.2.20.1
20
21 dev-lang/php/php-5.6.15.ebuild | 4 ++--
22 dev-lang/php/php-7.0.0_rc5.ebuild | 4 ++--
23 2 files changed, 4 insertions(+), 4 deletions(-)
24
25 diff --git a/dev-lang/php/php-5.6.15.ebuild b/dev-lang/php/php-5.6.15.ebuild
26 index dd68ab2..73bf1e1 100644
27 --- a/dev-lang/php/php-5.6.15.ebuild
28 +++ b/dev-lang/php/php-5.6.15.ebuild
29 @@ -774,8 +774,8 @@ pkg_postinst() {
30 elog "Both versions of php.ini can be found in ${EPREFIX}/usr/share/doc/${PF}"
31
32 elog
33 - elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
34 - elog "https://www.gentoo.org/proj/en/php/php-upgrading.xml"
35 + elog "For more details on how minor version slotting works (PHP_TARGETS) please see the wiki:"
36 + elog "https://wiki.gentoo.org/wiki/PHP"
37 elog
38 }
39
40
41 diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild b/dev-lang/php/php-7.0.0_rc5.ebuild
42 index 863491a..15f416d 100644
43 --- a/dev-lang/php/php-7.0.0_rc5.ebuild
44 +++ b/dev-lang/php/php-7.0.0_rc5.ebuild
45 @@ -750,8 +750,8 @@ pkg_postinst() {
46 elog "Both versions of php.ini can be found in ${EPREFIX}/usr/share/doc/${PF}"
47
48 elog
49 - elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
50 - elog "https://www.gentoo.org/proj/en/php/php-upgrading.xml"
51 + elog "For more details on how minor version slotting works (PHP_TARGETS) please see the wiki:"
52 + elog "https://wiki.gentoo.org/wiki/PHP"
53 elog
54 }