Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/adb-sync/, profiles/
Date: Tue, 21 Dec 2021 11:35:11
Message-Id: 1640086426.3a870731fd6172da91210bf9c545c8882ba36629.jsmolic@gentoo
1 commit: 3a870731fd6172da91210bf9c545c8882ba36629
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 11:33:46 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 11:33:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a870731
7
8 app-mobilephone/adb-sync: treeclean
9
10 Closes: https://bugs.gentoo.org/825038
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-mobilephone/adb-sync/Manifest | 1 -
14 .../adb-sync/adb-sync-0_p20190101.ebuild | 32 ----------------------
15 app-mobilephone/adb-sync/metadata.xml | 12 --------
16 profiles/package.mask | 6 ----
17 4 files changed, 51 deletions(-)
18
19 diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest
20 deleted file mode 100644
21 index 3616b559f681..000000000000
22 --- a/app-mobilephone/adb-sync/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST adb-sync-0_p20190101.tar.gz 13956 BLAKE2B 380109fa302fc5376de8124aa31c3fa03a27ece22d7f2d74638a5387820ad7c2b294daa6e8185f6eef49524e987d7a7f1222a1ee3b6550247993ebcc7c1ac98d SHA512 8bd5eb514c63327860017402f509231a0882cd3624ed3350039b2383f38e503abc6cd319ff41a47d70031958b0b38b973c36272fc4af6e69cce54e15e6bb6990
26
27 diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild
28 deleted file mode 100644
29 index b55e95dfd7be..000000000000
30 --- a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild
31 +++ /dev/null
32 @@ -1,32 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -PYTHON_COMPAT=( python3_{7,8} )
38 -
39 -inherit python-single-r1
40 -
41 -COMMIT=fb7c549753de7a5579ed3400dd9f8ac71f7bf1b1
42 -
43 -DESCRIPTION="Synchronize files between a PC and an Android device using ADB"
44 -HOMEPAGE="https://github.com/google/adb-sync"
45 -SRC_URI="https://github.com/google/adb-sync/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="+channel"
51 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
52 -
53 -RDEPEND="${PYTHON_DEPS}
54 - dev-util/android-tools
55 - channel? ( net-misc/socat )"
56 -DEPEND=""
57 -
58 -S="${WORKDIR}/adb-sync-${COMMIT}"
59 -
60 -src_install() {
61 - dodoc README.md
62 - python_doscript adb-sync
63 - use channel && dobin adb-channel
64 -}
65
66 diff --git a/app-mobilephone/adb-sync/metadata.xml b/app-mobilephone/adb-sync/metadata.xml
67 deleted file mode 100644
68 index 5df204b9821f..000000000000
69 --- a/app-mobilephone/adb-sync/metadata.xml
70 +++ /dev/null
71 @@ -1,12 +0,0 @@
72 -<?xml version="1.0" encoding="UTF-8"?>
73 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
74 -<pkgmetadata>
75 - <!-- maintainer-needed -->
76 - <upstream>
77 - <bugs-to>https://github.com/google/adb-sync/issues</bugs-to>
78 - <remote-id type="github">google/adb-sync</remote-id>
79 - </upstream>
80 - <use>
81 - <flag name="channel">Install the adb-channel script</flag>
82 - </use>
83 -</pkgmetadata>
84
85 diff --git a/profiles/package.mask b/profiles/package.mask
86 index 9237343aefa0..916ce0fa70b2 100644
87 --- a/profiles/package.mask
88 +++ b/profiles/package.mask
89 @@ -409,12 +409,6 @@ app-text/XML-Schema-learner
90 # Masked for removal in 30 days.
91 dev-ruby/rack-ssl
92
93 -# Arthur Zamarin <arthurzam@g.o> (2021-11-19)
94 -# Doesn't work with latest versions of adb, source not easily ported
95 -# to python 3.9 and 3.10. No upstream activity for 7 years.
96 -# Removal on 2021-12-19. Bug #825038.
97 -app-mobilephone/adb-sync
98 -
99 # Mike Pagano <mpagano@g.o> (2021-11-18)
100 # Bug introduced in this version that can
101 # cause system freeze with data loss.