Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/slim: slim-1.3.6-r3.ebuild ChangeLog
Date: Mon, 28 Oct 2013 01:31:55
Message-Id: 20131028013152.29AEE20047@flycatcher.gentoo.org
1 axs 13/10/28 01:31:52
2
3 Modified: slim-1.3.6-r3.ebuild ChangeLog
4 Log:
5 fixed build system to not try and install slimlock if it wasnt built, bug 489610
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.2 x11-misc/slim/slim-1.3.6-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: slim-1.3.6-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- slim-1.3.6-r3.ebuild 24 Oct 2013 18:55:57 -0000 1.1
23 +++ slim-1.3.6-r3.ebuild 28 Oct 2013 01:31:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild,v 1.1 2013/10/24 18:55:57 axs Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild,v 1.2 2013/10/28 01:31:51 axs Exp $
29
30 EAPI=5
31
32 @@ -43,6 +43,7 @@
33 epatch "${FILESDIR}"/${P}-strip-systemd-unit-install.patch
34 epatch "${FILESDIR}"/${P}-systemd-session.patch
35 epatch "${FILESDIR}"/${P}-session-chooser.patch
36 + epatch "${FILESDIR}"/${P}-fix-slimlock-nopam.patch
37
38 if use elibc_FreeBSD; then
39 sed -i -e 's/"-DHAVE_SHADOW"/"-DNEEDS_BASENAME"/' CMakeLists.txt \
40
41
42
43 1.128 x11-misc/slim/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/ChangeLog?rev=1.128&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/ChangeLog?rev=1.128&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/ChangeLog?r1=1.127&r2=1.128
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v
52 retrieving revision 1.127
53 retrieving revision 1.128
54 diff -u -r1.127 -r1.128
55 --- ChangeLog 25 Oct 2013 11:03:44 -0000 1.127
56 +++ ChangeLog 28 Oct 2013 01:31:52 -0000 1.128
57 @@ -1,6 +1,11 @@
58 # ChangeLog for x11-misc/slim
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v 1.127 2013/10/25 11:03:44 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v 1.128 2013/10/28 01:31:52 axs Exp $
62 +
63 + 28 Oct 2013; Ian Stakenvicius <axs@g.o>
64 + +files/slim-1.3.6-fix-slimlock-nopam.patch, slim-1.3.6-r3.ebuild:
65 + fixed build system to not try and install slimlock if it wasnt built, bug
66 + 489610
67
68 25 Oct 2013; Agostino Sarubbo <ago@g.o> slim-1.3.5-r4.ebuild:
69 arm stable wrt bug #487688