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 metadata.xml ChangeLog Manifest
Date: Mon, 14 Nov 2011 19:10:23
Message-Id: 20111114191014.488422004B@flycatcher.gentoo.org
1 hwoarang 11/11/14 19:10:14
2
3 Added: qtadb-0.8.1.ebuild metadata.xml ChangeLog Manifest
4 Log:
5 Initial commit. Thanks to Marios Andreopoulos <opensource@×××××××××.com>. Bug #390331
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 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.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: qtadb-0.8.1.ebuild
16 ===================================================================
17 # Copyright 1999-2011 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v 1.1 2011/11/14 19:10:14 hwoarang Exp $
20
21 EAPI="4"
22
23 inherit eutils qt4-r2
24
25 MY_PN="QtADB"
26 MY_P="${MY_PN}_${PV}_src"
27
28 DESCRIPTION="Android phone manager via ADB"
29 HOMEPAGE="http://qtadb.wordpress.com"
30 SRC_URI="http://${PN}.com/${PN}/${MY_P}.zip"
31
32 LICENSE="Apache-2.0"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 RDEPEND="x11-libs/qt-gui:4"
37 DEPEND="${DEPEND}
38 app-arch/unzip"
39
40 S="${WORKDIR}/trunk"
41
42 src_install() {
43 newicon images/android.png ${PN}.png
44 make_desktop_entry ${MY_PN} "${MY_PN}" ${PN} \
45 "Qt;PDA;Utility;" || die "Desktop entry creation failed"
46 dobin ${MY_PN}
47 }
48
49 pkg_postinst() {
50 echo
51 elog "You will need a working Android SDK installation (adb and aapt executables)"
52 elog "You can install Android SDK a) through portage (emerge android-sdk-update-manager"
53 elog "and run android to download the actual sdk), b) manually from"
54 elog "http://developer.android.com/sdk/index.html or c) just grab the adb, aapt linux"
55 elog "binaries from http://qtadb.wordpress.com/download/"
56 elog "adb and aapt executables are in the platform-tools subdir of Android SDK"
57 echo
58 elog "Also you will need to have ROOT access to your phone along with busybox"
59 elog "The latter can be found in the Android market"
60 echo
61 elog "Last, if you want to use the SMS manager of QtADB, you have to install"
62 elog "QtADB.apk to your device, available here: http://qtadb.wordpress.com/download/"
63 echo
64 elog "If you have trouble getting your phone connected through usb (driver problem),"
65 elog "try adbWireless from Android market to get connected through WiFi"
66 echo
67 }
68
69
70
71 1.1 app-mobilephone/qtadb/metadata.xml
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/metadata.xml?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/metadata.xml?rev=1.1&content-type=text/plain
75
76 Index: metadata.xml
77 ===================================================================
78 <?xml version="1.0" encoding="UTF-8"?>
79 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 <pkgmetadata>
81 <herd>qt@g.o</herd>
82 <maintainer>
83 <email>opensource@×××××××××.com</email>
84 <name>Marios Andreopoulos</name>
85 <description>Maintainer. Assign bugs to him</description>
86 </maintainer>
87 <maintainer>
88 <email>hwoarang@g.o</email>
89 <name>Markos Chandras</name>
90 <description>Proxy maintainer. CC him on bugs</description>
91 </maintainer>
92 <longdescription lang="en">
93 </longdescription>
94 </pkgmetadata>
95
96
97
98
99 1.1 app-mobilephone/qtadb/ChangeLog
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/ChangeLog?rev=1.1&content-type=text/plain
103
104 Index: ChangeLog
105 ===================================================================
106 # ChangeLog for app-mobilephone/qtadb
107 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
108 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/ChangeLog,v 1.1 2011/11/14 19:10:14 hwoarang Exp $
109
110 *qtadb-0.8.1 (14 Nov 2011)
111
112 14 Nov 2011; Markos Chandras <hwoarang@g.o> +qtadb-0.8.1.ebuild,
113 +metadata.xml:
114 Initial commit. Thanks to Marios Andreopoulos <opensource@×××××××××.com>. Bug
115 #390331
116
117
118
119
120 1.1 app-mobilephone/qtadb/Manifest
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/Manifest?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/qtadb/Manifest?rev=1.1&content-type=text/plain
124
125 Index: Manifest
126 ===================================================================
127 DIST QtADB_0.8.1_src.zip 1084159 RMD160 6b8d7f9903e7567d60dc7a251e13d28dbd6ce52d SHA1 91ee9b8ed0141f57a870fc32143c714e9952d847 SHA256 732eb8736c2fadddc80c37b47a91589c02e474cf5b0b68393411ffd4611cdb5f
128 EBUILD qtadb-0.8.1.ebuild 1626 RMD160 fc573477def144e1eb9bee9e965471a1ec254eed SHA1 b94014308cdad3ce43a2da49fb371f1113644dd4 SHA256 1cdf9bd54122caba5bae0242e8c42a87a4880e9f7467700a564b71ccb2a73728
129 MISC ChangeLog 332 RMD160 ee606b382f42c2d0de5a928acdc4bcaa7afa388c SHA1 c10d742dc2439e6ee8a2e59fafbed95bec3ad4db SHA256 dbb3f62cd6993914f1939a73bba17807941722b11009f70ca8b46af5c8601f89
130 MISC metadata.xml 523 RMD160 201a6d70d1389214949922ca0e131274245548e6 SHA1 86e03e492bb652e4c305f48e1ec04054ef5709c7 SHA256 bc3d20d65ea63d796279a41c2fca8aeadb054c6325ec971a46ef57ea24da6235