public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/adb-sync/
@ 2018-12-25  5:08 Denis Dupeyron
  0 siblings, 0 replies; 5+ messages in thread
From: Denis Dupeyron @ 2018-12-25  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     74d09d34af68ab731bacfb3f83165a537ef6f8be
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 05:05:13 2018 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 05:05:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d09d34

app-mobilephone/adb-sync: initial commit

Mostly taken from:
  https://github.com/jgeboski/ebuilds/tree/master/app-backup/adb-sync
Thanks to James Geboski <jgeboski <AT> gmail.com>.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Denis Dupeyron <calchan <AT> gentoo.org>

 app-mobilephone/adb-sync/Manifest                  |  1 +
 .../adb-sync/adb-sync-0_p20181127.ebuild           | 31 ++++++++++++++++++++++
 app-mobilephone/adb-sync/metadata.xml              | 15 +++++++++++
 3 files changed, 47 insertions(+)

diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest
new file mode 100644
index 00000000000..88d532a94d1
--- /dev/null
+++ b/app-mobilephone/adb-sync/Manifest
@@ -0,0 +1 @@
+DIST adb-sync-0_p20181127.tar.gz 13952 BLAKE2B b9097f44eebd76e54cee41f097933f85151399e99275268274252b53f47ab241ecb888f3631dd9f657213160f02e9f3638d782fb24de8e38631d0e2a81b6b03e SHA512 007b9ec089170f3e679a26f23952043ad922a2f988532183200ddd15792858d4d38c6dbd617b32ff0e17d01b37b246c173e4a3f8c008f7cf4bca551e64cd0ca3

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 00000000000..3ea566857a0
--- /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 00000000000..92ad7c2caa2
--- /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>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/adb-sync/
@ 2019-07-21 17:54 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-07-21 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     958a03f8054315356409025af01d1aaffa438ceb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 17:47:06 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 17:47:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958a03f8

app-mobilephone/adb-sync: Fix missing PYTHON_{DEPS,REQUIRED_USE}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{adb-sync-0_p20181127.ebuild => adb-sync-0_p20181127-r1.ebuild}    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
similarity index 91%
rename from app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild
rename to app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
index f9856086877..9966bc246f0 100644
--- a/app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild
+++ b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
@@ -16,8 +16,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="+channel"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	dev-util/android-tools
 	channel? ( net-misc/socat )"
 DEPEND=""


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/adb-sync/
@ 2019-12-29  9:56 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2019-12-29  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b2987f40b76d4ab74ea23605375319528359bb98
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 09:55:15 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 09:55:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2987f40

app-mobilephone/adb-sync: [QA] Remove explicit python-utils-r1 inherit

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
index 9966bc246f0..b2d57b4836e 100644
--- a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
+++ b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
-inherit python-single-r1 python-utils-r1
+inherit python-single-r1
 
 COMMIT=b0a2a10
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/adb-sync/
@ 2020-02-10 11:54 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-02-10 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9d6d1ed55945a3481dd34294e0870d0bc59128d6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:28:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:53:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6d1ed5

app-mobilephone/adb-sync: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
index 07bd5c99bfb..467c7292ba8 100644
--- a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
+++ b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-single-r1
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/adb-sync/
@ 2020-09-03 18:09 Denis Dupeyron
  0 siblings, 0 replies; 5+ messages in thread
From: Denis Dupeyron @ 2020-09-03 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5570aad5d2d8b3591dbc765030fce08ecbae0675
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 18:09:10 2020 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 18:09:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5570aad5

app-mobilephone/adb-sync: bump to 0_p20190101, add Python 3.8 (bug 738158)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Dupeyron <calchan <AT> gentoo.org>

 app-mobilephone/adb-sync/Manifest                  |  1 +
 .../adb-sync/adb-sync-0_p20190101.ebuild           | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-mobilephone/adb-sync/Manifest b/app-mobilephone/adb-sync/Manifest
index 88d532a94d1..f1d6c7bf13d 100644
--- a/app-mobilephone/adb-sync/Manifest
+++ b/app-mobilephone/adb-sync/Manifest
@@ -1 +1,2 @@
 DIST adb-sync-0_p20181127.tar.gz 13952 BLAKE2B b9097f44eebd76e54cee41f097933f85151399e99275268274252b53f47ab241ecb888f3631dd9f657213160f02e9f3638d782fb24de8e38631d0e2a81b6b03e SHA512 007b9ec089170f3e679a26f23952043ad922a2f988532183200ddd15792858d4d38c6dbd617b32ff0e17d01b37b246c173e4a3f8c008f7cf4bca551e64cd0ca3
+DIST adb-sync-0_p20190101.tar.gz 13956 BLAKE2B 380109fa302fc5376de8124aa31c3fa03a27ece22d7f2d74638a5387820ad7c2b294daa6e8185f6eef49524e987d7a7f1222a1ee3b6550247993ebcc7c1ac98d SHA512 8bd5eb514c63327860017402f509231a0882cd3624ed3350039b2383f38e503abc6cd319ff41a47d70031958b0b38b973c36272fc4af6e69cce54e15e6bb6990

diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild
new file mode 100644
index 00000000000..9ad99a6a571
--- /dev/null
+++ b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{6,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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-03 18:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-25  5:08 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/adb-sync/ Denis Dupeyron
  -- strict thread matches above, loose matches on Subject: below --
2019-07-21 17:54 Michał Górny
2019-12-29  9:56 David Seifert
2020-02-10 11:54 Michał Górny
2020-09-03 18:09 Denis Dupeyron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox