Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libdsk: libdsk-1.2.1.ebuild ChangeLog
Date: Thu, 09 Feb 2012 12:32:51
Message-Id: 20120209123241.4DF6E2004B@flycatcher.gentoo.org
1 ago 12/02/09 12:32:41
2
3 Modified: libdsk-1.2.1.ebuild ChangeLog
4 Log:
5 reverted due to compile failure
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 app-emulation/libdsk/libdsk-1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild?r1=1.5&r2=1.6
15
16 Index: libdsk-1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libdsk-1.2.1.ebuild 9 Feb 2012 12:31:06 -0000 1.5
23 +++ libdsk-1.2.1.ebuild 9 Feb 2012 12:32:40 -0000 1.6
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-emulation/libdsk/libdsk-1.2.1.ebuild,v 1.5 2012/02/09 12:31:06 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/libdsk-1.2.1.ebuild,v 1.6 2012/02/09 12:32:40 ago Exp $
29
30 inherit java-pkg-opt-2 flag-o-matic autotools
31
32 @@ -11,7 +11,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 IUSE="java"
36 -KEYWORDS="amd64 ~ppc ~x86"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38
39 CDEPEND="sys-libs/zlib
40 app-arch/bzip2"
41
42
43
44 1.25 app-emulation/libdsk/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libdsk/ChangeLog?rev=1.25&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libdsk/ChangeLog?rev=1.25&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libdsk/ChangeLog?r1=1.24&r2=1.25
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libdsk/ChangeLog,v
53 retrieving revision 1.24
54 retrieving revision 1.25
55 diff -u -r1.24 -r1.25
56 --- ChangeLog 9 Feb 2012 12:31:06 -0000 1.24
57 +++ ChangeLog 9 Feb 2012 12:32:40 -0000 1.25
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-emulation/libdsk
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/ChangeLog,v 1.24 2012/02/09 12:31:06 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libdsk/ChangeLog,v 1.25 2012/02/09 12:32:40 ago Exp $
63 +
64 + 09 Feb 2012; Agostino Sarubbo <ago@g.o> libdsk-1.2.1.ebuild:
65 + reverted due to compile failure
66
67 09 Feb 2012; Agostino Sarubbo <ago@g.o> libdsk-1.2.1.ebuild:
68 Stable for amd64, wrt bug #289743