summaryrefslogtreecommitdiff
path: root/app-mobilephone/adb-sync
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-mobilephone/adb-sync
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-mobilephone/adb-sync')
-rw-r--r--app-mobilephone/adb-sync/Manifest2
-rw-r--r--app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild32
2 files changed, 0 insertions, 34 deletions
diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest
index dc891f00366b..f98dffe6a701 100644
--- a/app-mobilephone/adb-sync/Manifest
+++ b/app-mobilephone/adb-sync/Manifest
@@ -1,5 +1,3 @@
-DIST adb-sync-0_p20181127.tar.gz 13952 BLAKE2B b9097f44eebd76e54cee41f097933f85151399e99275268274252b53f47ab241ecb888f3631dd9f657213160f02e9f3638d782fb24de8e38631d0e2a81b6b03e SHA512 007b9ec089170f3e679a26f23952043ad922a2f988532183200ddd15792858d4d38c6dbd617b32ff0e17d01b37b246c173e4a3f8c008f7cf4bca551e64cd0ca3
DIST adb-sync-0_p20190101.tar.gz 13956 BLAKE2B 380109fa302fc5376de8124aa31c3fa03a27ece22d7f2d74638a5387820ad7c2b294daa6e8185f6eef49524e987d7a7f1222a1ee3b6550247993ebcc7c1ac98d SHA512 8bd5eb514c63327860017402f509231a0882cd3624ed3350039b2383f38e503abc6cd319ff41a47d70031958b0b38b973c36272fc4af6e69cce54e15e6bb6990
-EBUILD adb-sync-0_p20181127-r1.ebuild 714 BLAKE2B 1225383f63c8ecb4619777e680f5fe4648829cf4c7ac1ba38205e3805f2c9ba39d5b65d0ff214cde22c21a67db2796d7aeac5f9f8a4d5af4b034871735ee8167 SHA512 3da2b139e2f7351f7bdf0a0f61505190d3e626841ad0f269f7bd37289cf2fcbd67c1b56f11b9d3fc373c4931d7df7b1abdff0df68ed4d99c3570cc250be7bb2f
EBUILD adb-sync-0_p20190101.ebuild 751 BLAKE2B 861dae70b50306c214dea35a9205a13b50995a6a8341d5f6358b96e6533bbad3b99d5ba9d23957b38fba614ead4378924a206f23db79df058abdcab4b7d1425f SHA512 559379a084300dc9829486cd53278422201db44c3f16f876be67d65e9cfae4151c9602f3525eb64d3ccd2032672f6cf4f2fc4c5774987e7dadf4c29baa14b13a
MISC metadata.xml 397 BLAKE2B a06cb2d113e9c9bfe80355a888692a18e6aa0d1f159899b8bbe2679957aa573ad928c47a1e9a5223180e908399829153a75db97b9108118fa33c707a40318f44 SHA512 f3f8f9e16be8bc09a0480034d8ed4c8f16cf4780652207c2b2ef4143c46dca56309db1888999167de671f1e47eb41b797937f5dc8a287b92916ec237bdb6821c
diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
deleted file mode 100644
index 549f4a13d6f0..000000000000
--- a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python3_7 )
-
-inherit python-single-r1
-
-COMMIT=b0a2a10
-
-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/tarball/${COMMIT} -> ${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}/google-adb-sync-${COMMIT}"
-
-src_install() {
- dodoc README.md
- python_doscript adb-sync
- use channel && dobin adb-channel
-}