summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild')
-rw-r--r--app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
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 d516f801..00000000
--- a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-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=""
-BDEPEND=${PYTHON_DEPS}
-
-S="${WORKDIR}/google-adb-sync-${COMMIT}"
-
-src_install() {
- dodoc README.md
- python_doscript adb-sync
- use channel && dobin adb-channel
-}