Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/oclhashcat-plus-bin: oclhashcat-plus-bin-0.09.ebuild ChangeLog
Date: Tue, 30 Oct 2012 16:30:59
Message-Id: 20121030163045.267DD21600@flycatcher.gentoo.org
1 zerochaos 12/10/30 16:30:45
2
3 Modified: oclhashcat-plus-bin-0.09.ebuild ChangeLog
4 Log:
5 seems the rm was unneeded in this release and didn't error on amd64 but does on x86. removing.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.2 app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild?r1=1.1&r2=1.2
15
16 Index: oclhashcat-plus-bin-0.09.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- oclhashcat-plus-bin-0.09.ebuild 10 Sep 2012 01:07:49 -0000 1.1
23 +++ oclhashcat-plus-bin-0.09.ebuild 30 Oct 2012 16:30:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild,v 1.1 2012/09/10 01:07:49 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild,v 1.2 2012/10/30 16:30:44 zerochaos Exp $
29
30 EAPI=4
31
32 @@ -36,17 +36,6 @@
33 dodoc docs/*
34 rm -r *.exe docs || die
35
36 - if ! use amd64; then
37 - rm oclHashcat-plus64.bin || die
38 - rm cudaHashcat-plus64.bin || die
39 - rm kernels/4098/*64* kernels/4318/*64* || die
40 - fi
41 - if ! use x86; then
42 - rm oclHashcat-plus32.bin || die
43 - rm cudaHashcat-plus32.bin || die
44 - rm kernels/4098/*32* kernels/4318/*32* || die
45 - fi
46 -
47 if ! use video_cards_fglrx; then
48 rm -r kernels/4098 || die
49 rm oclHashcat-plus*.bin || die
50
51
52
53 1.5 app-crypt/oclhashcat-plus-bin/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog?rev=1.5&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog?rev=1.5&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog?r1=1.4&r2=1.5
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog,v
62 retrieving revision 1.4
63 retrieving revision 1.5
64 diff -u -r1.4 -r1.5
65 --- ChangeLog 10 Sep 2012 01:07:49 -0000 1.4
66 +++ ChangeLog 30 Oct 2012 16:30:44 -0000 1.5
67 @@ -1,6 +1,11 @@
68 # ChangeLog for app-crypt/oclhashcat-plus-bin
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog,v 1.4 2012/09/10 01:07:49 zerochaos Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog,v 1.5 2012/10/30 16:30:44 zerochaos Exp $
72 +
73 + 30 Oct 2012; Rick Farina <zerochaos@g.o>
74 + oclhashcat-plus-bin-0.09.ebuild:
75 + seems the rm was unneeded in this release and didn't error on amd64 but does
76 + on x86. removing.
77
78 *oclhashcat-plus-bin-0.09 (10 Sep 2012)