Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/pass: pass-1.4.2.ebuild ChangeLog
Date: Mon, 28 Oct 2013 06:41:29
Message-Id: 20131028064121.7070B20047@flycatcher.gentoo.org
1 grobian 13/10/28 06:41:21
2
3 Modified: pass-1.4.2.ebuild ChangeLog
4 Log:
5 Fix elibc-use-expanded variable name, bug #488822
6
7 (Portage version: 2.2.7-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.4 app-admin/pass/pass-1.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.4.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.4.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.4.2.ebuild?r1=1.3&r2=1.4
15
16 Index: pass-1.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.4.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pass-1.4.2.ebuild 20 Oct 2013 19:13:56 -0000 1.3
23 +++ pass-1.4.2.ebuild 28 Oct 2013 06:41:21 -0000 1.4
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/app-admin/pass/pass-1.4.2.ebuild,v 1.3 2013/10/20 19:13:56 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.4.2.ebuild,v 1.4 2013/10/28 06:41:21 grobian Exp $
29
30 EAPI=4
31
32 @@ -13,7 +13,7 @@
33 SLOT="0"
34 LICENSE="GPL-2"
35 KEYWORDS="~amd64 ~x86 ~x86-macos"
36 -IUSE="+git X zsh-completion fish-completion libc_Darwin"
37 +IUSE="+git X zsh-completion fish-completion elibc_Darwin"
38
39 RDEPEND="
40 app-crypt/gnupg
41 @@ -21,7 +21,7 @@
42 app-text/tree
43 git? ( dev-vcs/git )
44 X? ( x11-misc/xclip )
45 - libc_Darwin? ( app-misc/getopt )
46 + elibc_Darwin? ( app-misc/getopt )
47 zsh-completion? ( app-shells/zsh )
48 fish-completion? ( app-shells/fish )
49 "
50
51
52
53 1.6 app-admin/pass/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.6&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.6&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?r1=1.5&r2=1.6
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v
62 retrieving revision 1.5
63 retrieving revision 1.6
64 diff -u -r1.5 -r1.6
65 --- ChangeLog 20 Oct 2013 19:13:56 -0000 1.5
66 +++ ChangeLog 28 Oct 2013 06:41:21 -0000 1.6
67 @@ -1,6 +1,9 @@
68 # ChangeLog for app-admin/pass
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.5 2013/10/20 19:13:56 grobian Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.6 2013/10/28 06:41:21 grobian Exp $
72 +
73 + 28 Oct 2013; Fabian Groffen <grobian@g.o> pass-1.4.2.ebuild:
74 + Fix elibc-use-expanded variable name, bug #488822
75
76 20 Oct 2013; Fabian Groffen <grobian@g.o> pass-1.4.2.ebuild:
77 Fix for Darwin, based on work by Changyuan Yu in bug #481194