diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-12-31 13:43:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-12-31 13:43:35 +0000 |
commit | 2891d29af8907ce881662f4a02844926d7a293c7 (patch) | |
tree | 56979d96839d0827aa52008b81b746b4934d88df /app-mobilephone/adb-sync | |
parent | de49812990871e1705b64051c35161d5e6400269 (diff) |
gentoo resync : 31.12.2018
Diffstat (limited to 'app-mobilephone/adb-sync')
-rw-r--r-- | app-mobilephone/adb-sync/Manifest | 3 | ||||
-rw-r--r-- | app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild | 31 | ||||
-rw-r--r-- | app-mobilephone/adb-sync/metadata.xml | 15 |
3 files changed, 49 insertions, 0 deletions
diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest new file mode 100644 index 000000000000..64610ff168be --- /dev/null +++ b/app-mobilephone/adb-sync/Manifest @@ -0,0 +1,3 @@ +DIST adb-sync-0_p20181127.tar.gz 13952 BLAKE2B b9097f44eebd76e54cee41f097933f85151399e99275268274252b53f47ab241ecb888f3631dd9f657213160f02e9f3638d782fb24de8e38631d0e2a81b6b03e SHA512 007b9ec089170f3e679a26f23952043ad922a2f988532183200ddd15792858d4d38c6dbd617b32ff0e17d01b37b246c173e4a3f8c008f7cf4bca551e64cd0ca3 +EBUILD adb-sync-0_p20181127.ebuild 698 BLAKE2B a25eaea23d74576f6c4d089e4ffa55c69a6f39ff1aeac95fb2149d979a5c2024ff674ea79475627bdf82cdba57c7bb3559594ba90ff57c4ae378f0a093f9a9be SHA512 0d9c8f86895f0da7937c10766310f689efb0d0783223f5f679b57ad6895e8407bc6461d70bfa62143eaff03f9a406dd1c70ae0b08477e44c5724d5e82b8f6d86 +MISC metadata.xml 483 BLAKE2B 0b7ef2215754e8d77ba39a0ae635d74ddefab07eafbb00c5a1a806eb533fdc8224edcb0d0100c70017c4af3115db22dad81e66b9c37a3c89bb9928a023e518e0 SHA512 f4be0d74af3c6fa0a982de8c3410c2c4fa0f19dd77d368ddce8169e9c3db4e2a89c01d8c651212851e2a30e30b5b5133f8c740ce120bf8cff5fb84ec68c11bd7 diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild new file mode 100644 index 000000000000..3ea566857a05 --- /dev/null +++ b/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +inherit python-single-r1 python-utils-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" + +RDEPEND=" + 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 +} diff --git a/app-mobilephone/adb-sync/metadata.xml b/app-mobilephone/adb-sync/metadata.xml new file mode 100644 index 000000000000..92ad7c2caa2f --- /dev/null +++ b/app-mobilephone/adb-sync/metadata.xml @@ -0,0 +1,15 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Denis Dupeyron</name> + <email>calchan@gentoo.org</email> + </maintainer> + <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> |