summaryrefslogtreecommitdiff
path: root/app-mobilephone
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /app-mobilephone
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/Manifest.gzbin2221 -> 2054 bytes
-rw-r--r--app-mobilephone/adb-sync/Manifest3
-rw-r--r--app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild32
-rw-r--r--app-mobilephone/adb-sync/metadata.xml12
4 files changed, 0 insertions, 47 deletions
diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz
index 008628ebf78e..23c5ae4a242e 100644
--- a/app-mobilephone/Manifest.gz
+++ b/app-mobilephone/Manifest.gz
Binary files differ
diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest
deleted file mode 100644
index 43532a01b627..000000000000
--- a/app-mobilephone/adb-sync/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST adb-sync-0_p20190101.tar.gz 13956 BLAKE2B 380109fa302fc5376de8124aa31c3fa03a27ece22d7f2d74638a5387820ad7c2b294daa6e8185f6eef49524e987d7a7f1222a1ee3b6550247993ebcc7c1ac98d SHA512 8bd5eb514c63327860017402f509231a0882cd3624ed3350039b2383f38e503abc6cd319ff41a47d70031958b0b38b973c36272fc4af6e69cce54e15e6bb6990
-EBUILD adb-sync-0_p20190101.ebuild 751 BLAKE2B 861dae70b50306c214dea35a9205a13b50995a6a8341d5f6358b96e6533bbad3b99d5ba9d23957b38fba614ead4378924a206f23db79df058abdcab4b7d1425f SHA512 559379a084300dc9829486cd53278422201db44c3f16f876be67d65e9cfae4151c9602f3525eb64d3ccd2032672f6cf4f2fc4c5774987e7dadf4c29baa14b13a
-MISC metadata.xml 398 BLAKE2B 60230cb84da9fbaa8ab6516fb8d8fb84cd423bbe060face15cb36dcc55e94342bdc50324b65cbbcc06de64730905d201bc4517b2a03d43676b37bf726a44c78a SHA512 194362bf14db70a15a455b31b912c378dc636a3d50fa3b514080f956d4561b30b4f4975d79b6ba3ddcc8da4a9ddda4346a07417bbb97659a53327795bcb7d7b5
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>