Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/pass: pass-1.6.3.ebuild pass-9999.ebuild ChangeLog
Date: Sat, 26 Jul 2014 21:08:33
Message-Id: 20140726210829.D5FE22004E@flycatcher.gentoo.org
1 zx2c4 14/07/26 21:08:29
2
3 Modified: pass-1.6.3.ebuild pass-9999.ebuild ChangeLog
4 Log:
5 Install to correct DESTDIR.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
8
9 Revision Changes Path
10 1.3 app-admin/pass/pass-1.6.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.3.ebuild?r1=1.2&r2=1.3
15
16 Index: pass-1.6.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pass-1.6.3.ebuild 19 Jul 2014 07:39:30 -0000 1.2
23 +++ pass-1.6.3.ebuild 26 Jul 2014 21:08:29 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.6.3.ebuild,v 1.2 2014/07/19 07:39:30 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.3.ebuild,v 1.3 2014/07/26 21:08:29 zx2c4 Exp $
29
30 EAPI=4
31
32 @@ -47,7 +47,7 @@
33 src_install() {
34 use zsh-completion && export FORCE_ZSHCOMP=1
35 use fish-completion && export FORCE_FISHCOMP=1
36 - emake PREFIX="${EPREFIX}/usr" install
37 + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
38 use dmenu && dobin contrib/dmenu/passmenu
39 newbashcomp src/completion/pass.bash-completion pass
40 if use emacs; then
41
42
43
44 1.19 app-admin/pass/pass-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?rev=1.19&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?rev=1.19&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?r1=1.18&r2=1.19
49
50 Index: pass-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v
53 retrieving revision 1.18
54 retrieving revision 1.19
55 diff -u -r1.18 -r1.19
56 --- pass-9999.ebuild 19 Jul 2014 07:39:30 -0000 1.18
57 +++ pass-9999.ebuild 26 Jul 2014 21:08:29 -0000 1.19
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.18 2014/07/19 07:39:30 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.19 2014/07/26 21:08:29 zx2c4 Exp $
63
64 EAPI=4
65
66 @@ -47,7 +47,7 @@
67 src_install() {
68 use zsh-completion && export FORCE_ZSHCOMP=1
69 use fish-completion && export FORCE_FISHCOMP=1
70 - emake PREFIX="${EPREFIX}/usr" install
71 + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
72 use dmenu && dobin contrib/dmenu/passmenu
73 newbashcomp src/completion/pass.bash-completion pass
74 if use emacs; then
75
76
77
78 1.28 app-admin/pass/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.28&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.28&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?r1=1.27&r2=1.28
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v
87 retrieving revision 1.27
88 retrieving revision 1.28
89 diff -u -r1.27 -r1.28
90 --- ChangeLog 19 Jul 2014 07:39:30 -0000 1.27
91 +++ ChangeLog 26 Jul 2014 21:08:29 -0000 1.28
92 @@ -1,6 +1,10 @@
93 # ChangeLog for app-admin/pass
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.27 2014/07/19 07:39:30 grobian Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.28 2014/07/26 21:08:29 zx2c4 Exp $
97 +
98 + 26 Jul 2014; Jason A. Donenfeld <zx2c4@g.o> pass-1.6.3.ebuild,
99 + pass-9999.ebuild:
100 + Install to correct DESTDIR.
101
102 19 Jul 2014; Fabian Groffen <grobian@g.o> pass-1.6.3.ebuild,
103 pass-9999.ebuild: