From b24bd25253fe093f722ab576d29fdc41d04cb1ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Aug 2019 19:14:55 +0100 Subject: gentoo resync : 02.08.2019 --- app-mobilephone/Manifest.gz | Bin 3718 -> 3719 bytes app-mobilephone/adb-sync/Manifest | 2 +- .../adb-sync/adb-sync-0_p20181127-r1.ebuild | 32 +++++++++++++++++++++ .../adb-sync/adb-sync-0_p20181127.ebuild | 31 -------------------- 4 files changed, 33 insertions(+), 32 deletions(-) create mode 100644 app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild delete mode 100644 app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild (limited to 'app-mobilephone') diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz index e0bc8922c855..d443926463e6 100644 Binary files a/app-mobilephone/Manifest.gz and b/app-mobilephone/Manifest.gz differ diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest index 2f6348a7d277..601c3ac0cc92 100644 --- a/app-mobilephone/adb-sync/Manifest +++ b/app-mobilephone/adb-sync/Manifest @@ -1,3 +1,3 @@ DIST adb-sync-0_p20181127.tar.gz 13952 BLAKE2B b9097f44eebd76e54cee41f097933f85151399e99275268274252b53f47ab241ecb888f3631dd9f657213160f02e9f3638d782fb24de8e38631d0e2a81b6b03e SHA512 007b9ec089170f3e679a26f23952043ad922a2f988532183200ddd15792858d4d38c6dbd617b32ff0e17d01b37b246c173e4a3f8c008f7cf4bca551e64cd0ca3 -EBUILD adb-sync-0_p20181127.ebuild 696 BLAKE2B 5cdd1c6dc25ad232df34fa966a544758f74215af2170617d2b41b8c7d66393348c35de36234f801c34c37bbaa7178a86c41c7de17803cf0a9a6a8e3e5c91e178 SHA512 c237f7b1f2f7db39ea7b20fab1ac71b87178622937fcd2d912ce1e4a89328f0882d252eb236b94d5bbd32b17beb996812500e614d7f55e64d51bba096008ba94 +EBUILD adb-sync-0_p20181127-r1.ebuild 746 BLAKE2B 9a07fbe72f83783d0fa3a62de65e657109d4ac9bbdb5f8977d6fd5cd30b0e06bbf2af4787daa9075de860a475c9c069320e7e85ff0671696a82b663687144790 SHA512 8ae42323a9694e5dbe3cc0a339b733c5e2b4c0d04505767d9ff16b3763d2159921ece50446d5fba86739890ad986f29c5d03aeaa97a8952134f4a456cf6c67fb MISC metadata.xml 483 BLAKE2B 0b7ef2215754e8d77ba39a0ae635d74ddefab07eafbb00c5a1a806eb533fdc8224edcb0d0100c70017c4af3115db22dad81e66b9c37a3c89bb9928a023e518e0 SHA512 f4be0d74af3c6fa0a982de8c3410c2c4fa0f19dd77d368ddce8169e9c3db4e2a89c01d8c651212851e2a30e30b5b5133f8c740ce120bf8cff5fb84ec68c11bd7 diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild new file mode 100644 index 000000000000..9966bc246f02 --- /dev/null +++ b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python2_7 python3_{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" +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 +} diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild deleted file mode 100644 index f98560868774..000000000000 --- a/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python2_7 python3_{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 -} -- cgit v1.2.3