Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/heimdall: heimdall-1.4.0.ebuild heimdall-9999.ebuild ChangeLog
Date: Thu, 02 Jan 2014 15:24:29
Message-Id: 20140102152426.239912004C@flycatcher.gentoo.org
1 floppym 14/01/02 15:24:26
2
3 Modified: heimdall-1.4.0.ebuild heimdall-9999.ebuild
4 ChangeLog
5 Log:
6 Document reason for depending on libusbx, bug 496794.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.2 app-mobilephone/heimdall/heimdall-1.4.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild?r1=1.1&r2=1.2
16
17 Index: heimdall-1.4.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- heimdall-1.4.0.ebuild 18 Aug 2013 20:56:03 -0000 1.1
24 +++ heimdall-1.4.0.ebuild 2 Jan 2014 15:24:25 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild,v 1.1 2013/08/18 20:56:03 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild,v 1.2 2014/01/02 15:24:25 floppym Exp $
31
32 EAPI=5
33
34 @@ -23,6 +23,7 @@
35 SLOT="0"
36 IUSE="qt4"
37
38 +# Fails to build with dev-libs/libusb due to missing macros.
39 RDEPEND="dev-libs/libusbx:1=
40 qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )"
41 DEPEND="${RDEPEND}
42
43
44
45 1.2 app-mobilephone/heimdall/heimdall-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild?r1=1.1&r2=1.2
50
51 Index: heimdall-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- heimdall-9999.ebuild 18 Aug 2013 20:56:03 -0000 1.1
58 +++ heimdall-9999.ebuild 2 Jan 2014 15:24:25 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2013 Gentoo Foundation
61 +# Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild,v 1.1 2013/08/18 20:56:03 floppym Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild,v 1.2 2014/01/02 15:24:25 floppym Exp $
65
66 EAPI=5
67
68 @@ -23,6 +23,7 @@
69 SLOT="0"
70 IUSE="qt4"
71
72 +# Fails to build with dev-libs/libusb due to missing macros.
73 RDEPEND="dev-libs/libusbx:1=
74 qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )"
75 DEPEND="${RDEPEND}
76
77
78
79 1.2 app-mobilephone/heimdall/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/ChangeLog?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/ChangeLog?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/heimdall/ChangeLog?r1=1.1&r2=1.2
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- ChangeLog 18 Aug 2013 20:56:03 -0000 1.1
92 +++ ChangeLog 2 Jan 2014 15:24:25 -0000 1.2
93 @@ -1,6 +1,10 @@
94 # ChangeLog for app-mobilephone/heimdall
95 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v 1.1 2013/08/18 20:56:03 floppym Exp $
97 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v 1.2 2014/01/02 15:24:25 floppym Exp $
99 +
100 + 02 Jan 2014; Mike Gilbert <floppym@g.o> heimdall-1.4.0.ebuild,
101 + heimdall-9999.ebuild:
102 + Document reason for depending on libusbx, bug 496794.
103
104 *heimdall-1.4.0 (18 Aug 2013)
105 *heimdall-9999 (18 Aug 2013)