public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/qtadb/
Date: Sun, 18 Mar 2018 12:31:33 +0000 (UTC)	[thread overview]
Message-ID: <1521376184.6c6f81ffe3eee62ccf54d2a34439da2344125bfe.asturm@gentoo> (raw)

commit:     6c6f81ffe3eee62ccf54d2a34439da2344125bfe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 12:15:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 12:29:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6f81ff

app-mobilephone/qtadb: Drop Qt4-based

Bug: https://bugs.gentoo.org/645428
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-mobilephone/qtadb/Manifest           |  1 -
 app-mobilephone/qtadb/qtadb-0.8.1.ebuild | 54 --------------------------------
 2 files changed, 55 deletions(-)

diff --git a/app-mobilephone/qtadb/Manifest b/app-mobilephone/qtadb/Manifest
index 967eb7fa2ca..0449ebfa8f9 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 498f747f663..00000000000
--- 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
-}


             reply	other threads:[~2018-03-18 12:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-18 12:31 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-20 22:18 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/qtadb/ Andreas Sturmlechner
2018-04-05  0:36 Jonas Stein
2018-02-11 10:25 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1521376184.6c6f81ffe3eee62ccf54d2a34439da2344125bfe.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox