summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-21 12:33:46 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-21 12:33:46 +0100
commit3a870731fd6172da91210bf9c545c8882ba36629 (patch)
tree219abed5b7a7446a113ab6b6ea4f63f9146b643b
parentsys-process/audit: Stabilize 3.0.6 x86, #829735 (diff)
downloadgentoo-3a870731fd6172da91210bf9c545c8882ba36629.tar.gz
gentoo-3a870731fd6172da91210bf9c545c8882ba36629.tar.bz2
gentoo-3a870731fd6172da91210bf9c545c8882ba36629.zip
app-mobilephone/adb-sync: treeclean
Closes: https://bugs.gentoo.org/825038 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--app-mobilephone/adb-sync/Manifest1
-rw-r--r--app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild32
-rw-r--r--app-mobilephone/adb-sync/metadata.xml12
-rw-r--r--profiles/package.mask6
4 files changed, 0 insertions, 51 deletions
diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest
deleted file mode 100644
index 3616b559f681..000000000000
--- a/app-mobilephone/adb-sync/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST adb-sync-0_p20190101.tar.gz 13956 BLAKE2B 380109fa302fc5376de8124aa31c3fa03a27ece22d7f2d74638a5387820ad7c2b294daa6e8185f6eef49524e987d7a7f1222a1ee3b6550247993ebcc7c1ac98d SHA512 8bd5eb514c63327860017402f509231a0882cd3624ed3350039b2383f38e503abc6cd319ff41a47d70031958b0b38b973c36272fc4af6e69cce54e15e6bb6990
diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild
deleted file mode 100644
index b55e95dfd7be..000000000000
--- a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit python-single-r1
-
-COMMIT=fb7c549753de7a5579ed3400dd9f8ac71f7bf1b1
-
-DESCRIPTION="Synchronize files between a PC and an Android device using ADB"
-HOMEPAGE="https://github.com/google/adb-sync"
-SRC_URI="https://github.com/google/adb-sync/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+channel"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
- dev-util/android-tools
- channel? ( net-misc/socat )"
-DEPEND=""
-
-S="${WORKDIR}/adb-sync-${COMMIT}"
-
-src_install() {
- dodoc README.md
- python_doscript adb-sync
- use channel && dobin adb-channel
-}
diff --git a/app-mobilephone/adb-sync/metadata.xml b/app-mobilephone/adb-sync/metadata.xml
deleted file mode 100644
index 5df204b9821f..000000000000
--- a/app-mobilephone/adb-sync/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <bugs-to>https://github.com/google/adb-sync/issues</bugs-to>
- <remote-id type="github">google/adb-sync</remote-id>
- </upstream>
- <use>
- <flag name="channel">Install the adb-channel script</flag>
- </use>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 9237343aefa0..916ce0fa70b2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -409,12 +409,6 @@ app-text/XML-Schema-learner
# Masked for removal in 30 days.
dev-ruby/rack-ssl
-# Arthur Zamarin <arthurzam@gentoo.org> (2021-11-19)
-# Doesn't work with latest versions of adb, source not easily ported
-# to python 3.9 and 3.10. No upstream activity for 7 years.
-# Removal on 2021-12-19. Bug #825038.
-app-mobilephone/adb-sync
-
# Mike Pagano <mpagano@gentoo.org> (2021-11-18)
# Bug introduced in this version that can
# cause system freeze with data loss.