Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-x11/
Date: Tue, 08 May 2018 22:07:07
Message-Id: 1525817209.e08b2ed7cb6565a5d858ee966252aee401ecad75.mattst88@gentoo
1 commit: e08b2ed7cb6565a5d858ee966252aee401ecad75
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 22:03:49 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 22:06:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08b2ed7
7
8 x11-base/xorg-x11: Drop ancient xorg.conf save/restore
9
10 x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild | 12 ------------
11 1 file changed, 12 deletions(-)
12
13 diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild b/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
14 index 8c1be663bde..d79bbd0363f 100644
15 --- a/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
16 +++ b/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
17 @@ -119,19 +119,7 @@ RDEPEND="${RDEPEND}
18
19 DEPEND="${RDEPEND}"
20
21 -pkg_preinst() {
22 - # Save xorg.conf because of bug #278268
23 - if [[ -f "${EROOT%/}/etc/X11/xorg.conf" ]]; then
24 - cp "${EROOT%/}/etc/X11/xorg.conf" "${T}" || die
25 - fi
26 -}
27 -
28 pkg_postinst() {
29 - # Restore saved xorg.conf
30 - if [[ -f "${T}/xorg.conf" ]]; then
31 - cp "${T}/xorg.conf" "${EROOT%/}/etc/X11/xorg.conf" || die
32 - fi
33 -
34 elog
35 elog "Please note that the xcursors are in ${EROOT%/}/usr/share/cursors/${PN}."
36 elog "Any custom cursor sets should be placed in that directory."