Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_passwdqc: pam_passwdqc-1.3.0.ebuild ChangeLog
Date: Tue, 07 Jul 2015 08:17:59
Message-Id: 20150707081750.0070A753@oystercatcher.gentoo.org
1 vapier 15/07/07 08:17:49
2
3 Modified: ChangeLog
4 Added: pam_passwdqc-1.3.0.ebuild
5 Log:
6 Version bump to migrate to transparently migrate users to new package name #491836 by Florian Steinel.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.31 sys-auth/pam_passwdqc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 2 Jan 2013 23:29:08 -0000 1.30
24 +++ ChangeLog 7 Jul 2015 08:17:49 -0000 1.31
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-auth/pam_passwdqc
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.30 2013/01/02 23:29:08 ulm Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.31 2015/07/07 08:17:49 vapier Exp $
31 +
32 +*pam_passwdqc-1.3.0 (07 Jul 2015)
33 +
34 + 07 Jul 2015; Mike Frysinger <vapier@g.o> +pam_passwdqc-1.3.0.ebuild:
35 + Version bump to migrate to transparently migrate users to new package name
36 + #491836 by Florian Steinel.
37
38 02 Jan 2013; Ulrich Müller <ulm@g.o> pam_passwdqc-1.0.4.ebuild,
39 pam_passwdqc-1.0.5.ebuild:
40 @@ -141,4 +147,3 @@
41 17 Sep 2003; Hallgrimur H. Gunnarsson <hhg@g.o>
42 pam_passwdqc-0.7.4.ebuild:
43 New package -- see bug #28413
44 -
45
46
47
48 1.1 sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: pam_passwdqc-1.3.0.ebuild
54 ===================================================================
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_passwdqc/pam_passwdqc-1.3.0.ebuild,v 1.1 2015/07/07 08:17:49 vapier Exp $
58
59 EAPI="5"
60
61 DESCRIPTION="Stub ebuild to help migrate to newer package name"
62 HOMEPAGE="http://www.openwall.com/passwdqc/"
63
64 LICENSE="Openwall BSD public-domain"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
67
68 DEPEND="sys-auth/passwdqc[pam]"
69 RDEPEND="${DEPEND}"