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: ChangeLog slim-1.3.3.ebuild
Date: Mon, 05 Mar 2012 15:38:54
Message-Id: 20120305153844.2730E2004B@flycatcher.gentoo.org
1 axs 12/03/05 15:38:44
2
3 Modified: ChangeLog slim-1.3.3.ebuild
4 Log:
5 fixed numlock issue, bug #405579 -- thanks to Vincent for the patch.
6
7 (Portage version: 2.1.10.41/cvs/Linux i686)
8
9 Revision Changes Path
10 1.81 x11-misc/slim/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 23 Feb 2012 15:17:56 -0000 1.80
23 +++ ChangeLog 5 Mar 2012 15:38:44 -0000 1.81
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/slim
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v 1.80 2012/02/23 15:17:56 axs Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/ChangeLog,v 1.81 2012/03/05 15:38:44 axs Exp $
29 +
30 + 05 Mar 2012; Ian Stakenvicius <axs@g.o>
31 + +files/405579-fix-numlock.patch, slim-1.3.3.ebuild:
32 + fixed numlock issue, bug #405579 -- thanks to Vincent for the patch.
33
34 *slim-1.3.3 (23 Feb 2012)
35
36
37
38
39 1.2 x11-misc/slim/slim-1.3.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/slim-1.3.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/slim-1.3.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/slim/slim-1.3.3.ebuild?r1=1.1&r2=1.2
44
45 Index: slim-1.3.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- slim-1.3.3.ebuild 23 Feb 2012 15:17:56 -0000 1.1
52 +++ slim-1.3.3.ebuild 5 Mar 2012 15:38:44 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.3.ebuild,v 1.1 2012/02/23 15:17:56 axs Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.3.ebuild,v 1.2 2012/03/05 15:38:44 axs Exp $
58
59 EAPI=4
60
61 @@ -46,6 +46,8 @@
62
63 # Upstream bug #15287 (still not fixed in codebase)
64 epatch "${FILESDIR}"/15287-fix-pam-authentication-with-pam_unix2.patch
65 + # Gentoo bug 405579, Upstream bug #18552
66 + epatch "${FILESDIR}"/405579-fix-numlock.patch
67 }
68
69 src_configure() {