Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/qtadb: qtadb-0.8.1.ebuild ChangeLog
Date: Mon, 14 Nov 2011 19:12:16
Message-Id: 20111114191205.DD0EC2004B@flycatcher.gentoo.org
1 hwoarang 11/11/14 19:12:05
2
3 Modified: qtadb-0.8.1.ebuild ChangeLog
4 Log:
5 Add missing IUSE. Fix whitespace
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-mobilephone/qtadb/qtadb-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild?r1=1.1&r2=1.2
15
16 Index: qtadb-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qtadb-0.8.1.ebuild 14 Nov 2011 19:10:14 -0000 1.1
23 +++ qtadb-0.8.1.ebuild 14 Nov 2011 19:12:05 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v 1.1 2011/11/14 19:10:14 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v 1.2 2011/11/14 19:12:05 hwoarang Exp $
29
30 EAPI="4"
31
32 @@ -16,6 +16,7 @@
33 LICENSE="Apache-2.0"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37
38 RDEPEND="x11-libs/qt-gui:4"
39 DEPEND="${DEPEND}
40 @@ -46,6 +47,6 @@
41 elog "QtADB.apk to your device, available here: http://qtadb.wordpress.com/download/"
42 echo
43 elog "If you have trouble getting your phone connected through usb (driver problem),"
44 - elog "try adbWireless from Android market to get connected through WiFi"
45 + elog "try adbWireless from Android market to get connected through WiFi"
46 echo
47 }
48
49
50
51 1.2 app-mobilephone/qtadb/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?r1=1.1&r2=1.2
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/ChangeLog,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- ChangeLog 14 Nov 2011 19:10:14 -0000 1.1
64 +++ ChangeLog 14 Nov 2011 19:12:05 -0000 1.2
65 @@ -1,6 +1,9 @@
66 # ChangeLog for app-mobilephone/qtadb
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/ChangeLog,v 1.1 2011/11/14 19:10:14 hwoarang Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/ChangeLog,v 1.2 2011/11/14 19:12:05 hwoarang Exp $
70 +
71 + 14 Nov 2011; Markos Chandras <hwoarang@g.o> qtadb-0.8.1.ebuild:
72 + Add missing IUSE. Fix whitespace
73
74 *qtadb-0.8.1 (14 Nov 2011)