Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mysql: ChangeLog pam_mysql-0.7_rc1-r5.ebuild
Date: Sun, 26 Apr 2015 15:54:13
Message-Id: 20150426155411.0E007993@oystercatcher.gentoo.org
1 pacho 15/04/26 15:54:11
2
3 Modified: ChangeLog pam_mysql-0.7_rc1-r5.ebuild
4 Log:
5 x86 stable wrt bug #544120
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.26 sys-auth/pam_mysql/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mysql/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mysql/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mysql/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 9 Oct 2014 20:22:41 -0000 1.25
23 +++ ChangeLog 26 Apr 2015 15:54:10 -0000 1.26
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-auth/pam_mysql
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.25 2014/10/09 20:22:41 grknight Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/ChangeLog,v 1.26 2015/04/26 15:54:10 pacho Exp $
30 +
31 + 26 Apr 2015; Pacho Ramos <pacho@g.o> pam_mysql-0.7_rc1-r5.ebuild:
32 + x86 stable wrt bug #544120
33
34 *pam_mysql-0.7_rc1-r5 (19 Aug 2014)
35
36
37
38
39 1.2 sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild?r1=1.1&r2=1.2
44
45 Index: pam_mysql-0.7_rc1-r5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- pam_mysql-0.7_rc1-r5.ebuild 19 Aug 2014 17:14:31 -0000 1.1
52 +++ pam_mysql-0.7_rc1-r5.ebuild 26 Apr 2015 15:54:10 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild,v 1.1 2014/08/19 17:14:31 grknight Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r5.ebuild,v 1.2 2015/04/26 15:54:10 pacho Exp $
59
60 EAPI=5
61 inherit autotools-utils pam
62 @@ -17,7 +17,7 @@
63 RDEPEND="${DEPEND}"
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
67 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
68 IUSE="openssl"
69 S="${WORKDIR}/${P/_rc/RC}"