diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-18 13:15:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-18 13:29:44 +0100 |
commit | 6c6f81ffe3eee62ccf54d2a34439da2344125bfe (patch) | |
tree | 2312af2b3b6c9b6e8089e93e0b24f01600e51e3a /app-mobilephone/qtadb | |
parent | media-sound/hydrogen: amd64 stable wrt bug #570814 (diff) | |
download | gentoo-6c6f81ffe3eee62ccf54d2a34439da2344125bfe.tar.gz gentoo-6c6f81ffe3eee62ccf54d2a34439da2344125bfe.tar.bz2 gentoo-6c6f81ffe3eee62ccf54d2a34439da2344125bfe.zip |
app-mobilephone/qtadb: Drop Qt4-based
Bug: https://bugs.gentoo.org/645428
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-mobilephone/qtadb')
-rw-r--r-- | app-mobilephone/qtadb/Manifest | 1 | ||||
-rw-r--r-- | app-mobilephone/qtadb/qtadb-0.8.1.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/app-mobilephone/qtadb/Manifest b/app-mobilephone/qtadb/Manifest index 967eb7fa2ca2..0449ebfa8f93 100644 --- a/app-mobilephone/qtadb/Manifest +++ b/app-mobilephone/qtadb/Manifest @@ -1,2 +1 @@ -DIST QtADB_0.8.1_src.zip 1084159 BLAKE2B 8d97024fcccc909d6958168933e5f832fb8ce14aa0ed95b20a2e3c6bb44f9f36451f3c6271991c1a791be56dc5352267d3ffcde60c36795963a4a3e5eac9bc6c SHA512 4bcf28a9442873c3d94c33f5b629c1528efb10a34a6825eb8e596ea6fbb23144a56b64bccc258eaf579ca7d86bd7520f6274d611243290ae6f3bee72021346fa DIST qtadb-0.8.1.zip 1104845 BLAKE2B f6f7c08b07c2e59d79e9807850f3ccdedbbc1aff2b94556de748aadc7c26ff8f8bc41275e44e4b4f8249bc1806803c5fea27426d5f895959d546610c0ae07245 SHA512 b407198edd6267ef70e5e2e3b8a094c7b9d9a0bc49dce7e60787e76a1da6e752dd92d7ddbf62a133c44b79118365820b0e710c862c15c9b79f2d7ddf3bc13fd7 diff --git a/app-mobilephone/qtadb/qtadb-0.8.1.ebuild b/app-mobilephone/qtadb/qtadb-0.8.1.ebuild deleted file mode 100644 index 498f747f663a..000000000000 --- a/app-mobilephone/qtadb/qtadb-0.8.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils readme.gentoo qt4-r2 - -MY_PN="QtADB" -MY_P="${MY_PN}_${PV}_src" - -DESCRIPTION="Android phone manager via ADB" -HOMEPAGE="http://qtadb.wordpress.com" -SRC_URI="http://${PN}.com/${PN}/${MY_P}.zip" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtdeclarative:4" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/trunk" - -pkg_setup() { - DISABLE_AUTOFORMATTING="yes" - DOC_CONTENTS=" -You will need a working Android SDK installation (adb and aapt executables) -You can install Android SDK a) through portage (emerge android-sdk-update-manager -and run android to download the actual sdk), b) manually from -http://developer.android.com/sdk/index.html or c) just grab the adb, aapt linux -binaries from http://qtadb.wordpress.com/download/ -adb and aapt executables are in the platform-tools subdir of Android SDK - -Also you will need to have ROOT access to your phone along with busybox -The latter can be found in the Android market - -Last, if you want to use the SMS manager of QtADB, you have to install -QtADB.apk to your device, available here: http://qtadb.wordpress.com/download/ - -If you have trouble getting your phone connected through usb (driver problem), -try adbWireless from Android market to get connected through WiFi -" -} - -src_install() { - newicon images/android.png ${PN}.png - make_desktop_entry ${MY_PN} "${MY_PN}" ${PN} \ - "Qt;PDA;Utility;" || die "Desktop entry creation failed" - dobin ${MY_PN} - readme.gentoo_create_doc -} |