[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2024-05-23 Thread Florian Schmaus
commit: 74b722d39fee0ee874485e7b503793c52295601e
Author: Joe Kappus  wt  gd>
AuthorDate: Mon May 20 09:14:08 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu May 23 09:14:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b722d3

dev-vcs/repo: add myself as a maintainer

Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/36749
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-vcs/repo/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/repo/metadata.xml b/dev-vcs/repo/metadata.xml
index d28ddbee5fb1..d59703cd4701 100644
--- a/dev-vcs/repo/metadata.xml
+++ b/dev-vcs/repo/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   j...@wt.gd
+   Joe Kappus
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

GerritCodeReview/git-repo




[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2024-05-23 Thread Florian Schmaus
commit: a9650fcff01a8bcc06bb3375f88f8aae9dcf6434
Author: Joe Kappus  wt  gd>
AuthorDate: Mon May 20 09:12:47 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu May 23 09:14:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9650fcf

dev-vcs/repo: add 2.45

Closes: https://bugs.gentoo.org/931692
Signed-off-by: Joe Kappus  wt.gd>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.45.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 72b8ad2f0830..7f6ac3581a10 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,3 @@
 DIST repo-2.37.tar.gz 273445 BLAKE2B 
7934581c5c55896d8ba58f5841a028f4676062197498ef601fa005f4e19428eee552e66d057a1e0d033eff8691df2de8e130ff96aec0e4537a462be81796e249
 SHA512 
6aa11e9fc9d899866dd89788c94ef188ea89dc6757a4e4fe0f1284898315723f72b3b97b60d39194f34e56332057545eb9c99b6483bc3e0513f747410226b9fa
 DIST repo-2.40.tar.gz 277118 BLAKE2B 
57ebd20e323a4c3d02885c71f599bf57d23e68b8199b136095ce77a479a815439c51844b11744e0c9555091e91821ba49715c57d985a3a30579497b4617b6361
 SHA512 
0cd9df29edf14acdaeb0e4d07dea13f6e3bfa77ac36ffe7c4042d050c5d3fb36a7ff9a249e521aef7d7e5fbff9fe1c4b94df02c0d435353e0c169a94254f78ba
+DIST repo-2.45.tar.gz 279358 BLAKE2B 
1035621e5f4f139ae1a7057ea30bf9431d4a39c46a6dd79dcc89653d5aa628d43ffc1793b27100f64dd14c37c06bfcfeb02a2b16ba5abe3cb6e18bf6dd981dba
 SHA512 
0fc285dd3c2483ff72f791e207448ace85256f03aa75ac2af5982fbac2b190b66a2bc3d44a7b1eca6e7df8500483d9dfb72a1fc79ef74c64eb0a12b020ea93ff

diff --git a/dev-vcs/repo/repo-2.45.ebuild b/dev-vcs/repo/repo-2.45.ebuild
new file mode 100644
index ..dc5f07b495cb
--- /dev/null
+++ b/dev-vcs/repo/repo-2.45.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_doscript ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-12-14 Thread Mike Frysinger
commit: 1139dec76291bedd66d2675884f031a2e0b09261
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Dec 14 20:04:35 2023 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Dec 14 20:04:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1139dec7

dev-vcs/repo: version bump to 2.40

Signed-off-by: Mike Frysinger  chromium.org>
Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.40.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index a5c6cb208177..72b8ad2f0830 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1 +1,2 @@
 DIST repo-2.37.tar.gz 273445 BLAKE2B 
7934581c5c55896d8ba58f5841a028f4676062197498ef601fa005f4e19428eee552e66d057a1e0d033eff8691df2de8e130ff96aec0e4537a462be81796e249
 SHA512 
6aa11e9fc9d899866dd89788c94ef188ea89dc6757a4e4fe0f1284898315723f72b3b97b60d39194f34e56332057545eb9c99b6483bc3e0513f747410226b9fa
+DIST repo-2.40.tar.gz 277118 BLAKE2B 
57ebd20e323a4c3d02885c71f599bf57d23e68b8199b136095ce77a479a815439c51844b11744e0c9555091e91821ba49715c57d985a3a30579497b4617b6361
 SHA512 
0cd9df29edf14acdaeb0e4d07dea13f6e3bfa77ac36ffe7c4042d050c5d3fb36a7ff9a249e521aef7d7e5fbff9fe1c4b94df02c0d435353e0c169a94254f78ba

diff --git a/dev-vcs/repo/repo-2.40.ebuild b/dev-vcs/repo/repo-2.40.ebuild
new file mode 100644
index ..3203603bb0c4
--- /dev/null
+++ b/dev-vcs/repo/repo-2.40.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_doscript ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-12-14 Thread Mike Frysinger
commit: 5baf917c5825d89c40a40787c53fca9e7832bdc8
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Dec 14 20:03:21 2023 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Dec 14 20:03:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5baf917c

dev-vcs/repo: drop old 2.23

Signed-off-by: Mike Frysinger  chromium.org>
Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  2 --
 dev-vcs/repo/repo-2.32.ebuild | 35 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 34b610255db6..a5c6cb208177 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1 @@
-DIST repo-2.32 45787 BLAKE2B 
658b9b343a5c5dc9a850cde62e24c942c72bab807dc94ccf55f92d51e9ff8d5a3d57ca818dca7512a3a7b073fc1fac9f22c533dcc71a9dbd918fdd63bc42fda3
 SHA512 
1ded71a8e5e052c012a131b914f9ce0f92a3846b29f76c167583196a5efb6fda913c944a8bcf40d41dc206cc529e780df0c6da7f3d4c21302105885dc3061093
-DIST repo-2.32.tar.gz 255696 BLAKE2B 
b63fa70b2fdcd02460216d3b4c5f04a7c334f3f52ceddc69ece5f3f9c239c3f5f6eaf2617d96d60ec838766ce1b6170e8906c5ddc787c90918d5e38fd90a8a23
 SHA512 
4ac7be6ecd865d3823d21baa8b96d76194ed648139088bc53685463b4a3d62696005881f53e9cc5f34d8457a0bb8b8cb1a0dd2e2e547d0432f21a5aee9bba9a0
 DIST repo-2.37.tar.gz 273445 BLAKE2B 
7934581c5c55896d8ba58f5841a028f4676062197498ef601fa005f4e19428eee552e66d057a1e0d033eff8691df2de8e130ff96aec0e4537a462be81796e249
 SHA512 
6aa11e9fc9d899866dd89788c94ef188ea89dc6757a4e4fe0f1284898315723f72b3b97b60d39194f34e56332057545eb9c99b6483bc3e0513f747410226b9fa

diff --git a/dev-vcs/repo/repo-2.32.ebuild b/dev-vcs/repo/repo-2.32.ebuild
deleted file mode 100644
index f073dc245de5..
--- a/dev-vcs/repo/repo-2.32.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit bash-completion-r1 python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
-   
https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-"
-
-S="${WORKDIR}/git-${P}"
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-   newbashcomp completion.bash ${PN}
-   doman man/*.[0-9]
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-12-14 Thread Mike Frysinger
commit: cd954e10c04f864b269f0d4e0d98f3876ff7ff63
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Dec 14 20:00:46 2023 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Dec 14 20:01:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd954e10

dev-vcs/repo: stabilize 2.37

Signed-off-by: Mike Frysinger  chromium.org>
Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.37.ebuild b/dev-vcs/repo/repo-2.37.ebuild
index 3203603bb0c4..c51d27d5ee94 100644
--- a/dev-vcs/repo/repo-2.37.ebuild
+++ b/dev-vcs/repo/repo-2.37.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-10-16 Thread Mike Frysinger
commit: 50ffcb02adc98342e87676d7c1d16c14f600a2ff
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Oct 16 09:04:33 2023 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Oct 16 09:04:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ffcb02

dev-vcs/repo: version bump to 2.37

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.37.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index dc0f6cfa0f56..34b610255db6 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,3 @@
 DIST repo-2.32 45787 BLAKE2B 
658b9b343a5c5dc9a850cde62e24c942c72bab807dc94ccf55f92d51e9ff8d5a3d57ca818dca7512a3a7b073fc1fac9f22c533dcc71a9dbd918fdd63bc42fda3
 SHA512 
1ded71a8e5e052c012a131b914f9ce0f92a3846b29f76c167583196a5efb6fda913c944a8bcf40d41dc206cc529e780df0c6da7f3d4c21302105885dc3061093
 DIST repo-2.32.tar.gz 255696 BLAKE2B 
b63fa70b2fdcd02460216d3b4c5f04a7c334f3f52ceddc69ece5f3f9c239c3f5f6eaf2617d96d60ec838766ce1b6170e8906c5ddc787c90918d5e38fd90a8a23
 SHA512 
4ac7be6ecd865d3823d21baa8b96d76194ed648139088bc53685463b4a3d62696005881f53e9cc5f34d8457a0bb8b8cb1a0dd2e2e547d0432f21a5aee9bba9a0
+DIST repo-2.37.tar.gz 273445 BLAKE2B 
7934581c5c55896d8ba58f5841a028f4676062197498ef601fa005f4e19428eee552e66d057a1e0d033eff8691df2de8e130ff96aec0e4537a462be81796e249
 SHA512 
6aa11e9fc9d899866dd89788c94ef188ea89dc6757a4e4fe0f1284898315723f72b3b97b60d39194f34e56332057545eb9c99b6483bc3e0513f747410226b9fa

diff --git a/dev-vcs/repo/repo-2.37.ebuild b/dev-vcs/repo/repo-2.37.ebuild
new file mode 100644
index ..3203603bb0c4
--- /dev/null
+++ b/dev-vcs/repo/repo-2.37.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_doscript ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-10-16 Thread Mike Frysinger
commit: 7cbfd408327a853811d527da773ec28158f53a90
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Oct 16 09:00:51 2023 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Oct 16 09:00:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbfd408

dev-vcs/repo: drop old 2.30

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  2 --
 dev-vcs/repo/repo-2.30.ebuild | 35 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 63773d7369bd..dc0f6cfa0f56 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,4 +1,2 @@
-DIST repo-2.30 45769 BLAKE2B 
46e8f37b138f1ebfa3109962f2690cc3bc6c38a2dd4333cd5be6fc1168476945cbd73f142486141a00552b8a998d4a765e54fce605d1872a670a3043fb213b05
 SHA512 
e8ad4e35417992f15bfa081ce282e1e518dcb885c04176f18ff2859ccb1dd397087224980f441020be12083c9847fcce661370119fe08f17be04718eff4a7a96
-DIST repo-2.30.tar.gz 252945 BLAKE2B 
ebaadc1f624941139c14417e86e1a4960fbba9da7b9053bab8f2cb1647c40a6f1f63951bcbb6d9162803066f9b05d1fb469e82b7d3b2bea31215b97b1bddf84f
 SHA512 
7d184605e8d8e30bc48a4d3f2345c7ee9a8075711729108b5d487242c9311dc1cf22595f9ba09192a28460d6127e8cbe96a70fcdaf7c6baeb1e26a8ac15a7cae
 DIST repo-2.32 45787 BLAKE2B 
658b9b343a5c5dc9a850cde62e24c942c72bab807dc94ccf55f92d51e9ff8d5a3d57ca818dca7512a3a7b073fc1fac9f22c533dcc71a9dbd918fdd63bc42fda3
 SHA512 
1ded71a8e5e052c012a131b914f9ce0f92a3846b29f76c167583196a5efb6fda913c944a8bcf40d41dc206cc529e780df0c6da7f3d4c21302105885dc3061093
 DIST repo-2.32.tar.gz 255696 BLAKE2B 
b63fa70b2fdcd02460216d3b4c5f04a7c334f3f52ceddc69ece5f3f9c239c3f5f6eaf2617d96d60ec838766ce1b6170e8906c5ddc787c90918d5e38fd90a8a23
 SHA512 
4ac7be6ecd865d3823d21baa8b96d76194ed648139088bc53685463b4a3d62696005881f53e9cc5f34d8457a0bb8b8cb1a0dd2e2e547d0432f21a5aee9bba9a0

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
deleted file mode 100644
index 25394f1e60c7..
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit bash-completion-r1 python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
-   
https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S="${WORKDIR}/git-${P}"
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-   newbashcomp completion.bash ${PN}
-   doman man/*.[0-9]
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-10-16 Thread Mike Frysinger
commit: 1b1cc632444034ee4226f15755ad75d7c54b26b0
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Oct 16 09:00:31 2023 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Oct 16 09:00:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1cc632

dev-vcs/repo: stabilize 2.32 for all

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.32.ebuild b/dev-vcs/repo/repo-2.32.ebuild
index c008c0bbe33c..f073dc245de5 100644
--- a/dev-vcs/repo/repo-2.32.ebuild
+++ b/dev-vcs/repo/repo-2.32.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-05-16 Thread Sam James
commit: 1d5069b27705f297a136b08c25241ed50527e3dd
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat May 13 07:24:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:34:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5069b2

dev-vcs/repo: add 2.32

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/Manifest |  2 ++
 dev-vcs/repo/repo-2.32.ebuild | 35 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 70a20a984897..307db68c4439 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,5 @@
 DIST repo-2.29.tar.gz 248253 BLAKE2B 
6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57
 SHA512 
7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1
 DIST repo-2.30 45769 BLAKE2B 
46e8f37b138f1ebfa3109962f2690cc3bc6c38a2dd4333cd5be6fc1168476945cbd73f142486141a00552b8a998d4a765e54fce605d1872a670a3043fb213b05
 SHA512 
e8ad4e35417992f15bfa081ce282e1e518dcb885c04176f18ff2859ccb1dd397087224980f441020be12083c9847fcce661370119fe08f17be04718eff4a7a96
 DIST repo-2.30.tar.gz 252945 BLAKE2B 
ebaadc1f624941139c14417e86e1a4960fbba9da7b9053bab8f2cb1647c40a6f1f63951bcbb6d9162803066f9b05d1fb469e82b7d3b2bea31215b97b1bddf84f
 SHA512 
7d184605e8d8e30bc48a4d3f2345c7ee9a8075711729108b5d487242c9311dc1cf22595f9ba09192a28460d6127e8cbe96a70fcdaf7c6baeb1e26a8ac15a7cae
+DIST repo-2.32 45787 BLAKE2B 
658b9b343a5c5dc9a850cde62e24c942c72bab807dc94ccf55f92d51e9ff8d5a3d57ca818dca7512a3a7b073fc1fac9f22c533dcc71a9dbd918fdd63bc42fda3
 SHA512 
1ded71a8e5e052c012a131b914f9ce0f92a3846b29f76c167583196a5efb6fda913c944a8bcf40d41dc206cc529e780df0c6da7f3d4c21302105885dc3061093
+DIST repo-2.32.tar.gz 255696 BLAKE2B 
b63fa70b2fdcd02460216d3b4c5f04a7c334f3f52ceddc69ece5f3f9c239c3f5f6eaf2617d96d60ec838766ce1b6170e8906c5ddc787c90918d5e38fd90a8a23
 SHA512 
4ac7be6ecd865d3823d21baa8b96d76194ed648139088bc53685463b4a3d62696005881f53e9cc5f34d8457a0bb8b8cb1a0dd2e2e547d0432f21a5aee9bba9a0

diff --git a/dev-vcs/repo/repo-2.32.ebuild b/dev-vcs/repo/repo-2.32.ebuild
new file mode 100644
index ..3f8289ccea46
--- /dev/null
+++ b/dev-vcs/repo/repo-2.32.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
+   
https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-05-16 Thread Sam James
commit: a3be3ca6bbce55e54b766ffbbd514cd6ec9b35b4
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat May 13 07:29:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:34:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3be3ca6

dev-vcs/repo: drop 2.29

Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/31015
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/Manifest |  1 -
 dev-vcs/repo/repo-2.29.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 307db68c4439..63773d7369bd 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,4 +1,3 @@
-DIST repo-2.29.tar.gz 248253 BLAKE2B 
6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57
 SHA512 
7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1
 DIST repo-2.30 45769 BLAKE2B 
46e8f37b138f1ebfa3109962f2690cc3bc6c38a2dd4333cd5be6fc1168476945cbd73f142486141a00552b8a998d4a765e54fce605d1872a670a3043fb213b05
 SHA512 
e8ad4e35417992f15bfa081ce282e1e518dcb885c04176f18ff2859ccb1dd397087224980f441020be12083c9847fcce661370119fe08f17be04718eff4a7a96
 DIST repo-2.30.tar.gz 252945 BLAKE2B 
ebaadc1f624941139c14417e86e1a4960fbba9da7b9053bab8f2cb1647c40a6f1f63951bcbb6d9162803066f9b05d1fb469e82b7d3b2bea31215b97b1bddf84f
 SHA512 
7d184605e8d8e30bc48a4d3f2345c7ee9a8075711729108b5d487242c9311dc1cf22595f9ba09192a28460d6127e8cbe96a70fcdaf7c6baeb1e26a8ac15a7cae
 DIST repo-2.32 45787 BLAKE2B 
658b9b343a5c5dc9a850cde62e24c942c72bab807dc94ccf55f92d51e9ff8d5a3d57ca818dca7512a3a7b073fc1fac9f22c533dcc71a9dbd918fdd63bc42fda3
 SHA512 
1ded71a8e5e052c012a131b914f9ce0f92a3846b29f76c167583196a5efb6fda913c944a8bcf40d41dc206cc529e780df0c6da7f3d4c21302105885dc3061093

diff --git a/dev-vcs/repo/repo-2.29.ebuild b/dev-vcs/repo/repo-2.29.ebuild
deleted file mode 100644
index 1a47a8ee8c20..
--- a/dev-vcs/repo/repo-2.29.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit bash-completion-r1 python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S="${WORKDIR}/git-${P}"
-
-src_install() {
-   python_foreach_impl python_doscript ${PN}
-   newbashcomp completion.bash ${PN}
-   doman man/*.[0-9]
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-05-16 Thread Sam James
commit: 611dafabe51a79f56b870871205357436f134823
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 01:35:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 01:35:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611dafab

dev-vcs/repo: disable py3.9

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 dev-vcs/repo/repo-2.32.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index 689627ea3f59..25394f1e60c7 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -7,7 +7,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 python-r1
 

diff --git a/dev-vcs/repo/repo-2.32.ebuild b/dev-vcs/repo/repo-2.32.ebuild
index 3f8289ccea46..c008c0bbe33c 100644
--- a/dev-vcs/repo/repo-2.32.ebuild
+++ b/dev-vcs/repo/repo-2.32.ebuild
@@ -7,7 +7,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-04-30 Thread Sam James
commit: 0e3212bd5fae6c5d993cd5e93ace01b3e9a0222b
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 02:26:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 02:26:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3212bd

dev-vcs/repo: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-vcs/repo/metadata.xml b/dev-vcs/repo/metadata.xml
index 7517f8d97dd7..0885b487b63a 100644
--- a/dev-vcs/repo/metadata.xml
+++ b/dev-vcs/repo/metadata.xml
@@ -5,4 +5,7 @@
Mike Frysinger
vap...@gentoo.org

+   
+   GerritCodeReview/git-repo
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-04-30 Thread Sam James
commit: fac8d9f014f894f9a6b4018a108238fcb18d0d33
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 02:25:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 02:25:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac8d9f0

dev-vcs/repo: Stabilize 2.30 ppc, #904642

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index 9f15d855ca1d..689627ea3f59 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-04-30 Thread Sam James
commit: 06837f30350056d10c6079c72d69a0cdbaeb631e
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 01:54:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 01:54:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06837f30

dev-vcs/repo: Stabilize 2.30 ppc64, #904642

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index 79ec10d55bb0..9f15d855ca1d 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-04-30 Thread Sam James
commit: 89213146657718f6e31c390d0372e5a9aefa
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 00:15:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 00:15:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89213888

dev-vcs/repo: Stabilize 2.30 amd64, #904642

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index 9894f579d2cc..2a3fb2571ca0 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-04-30 Thread Sam James
commit: 9ae992012dad9c855751972d966e55ab51bc7ac5
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 00:15:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 00:15:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae99201

dev-vcs/repo: Stabilize 2.30 x86, #904642

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index 2a3fb2571ca0..79ec10d55bb0 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-04-30 Thread Sam James
commit: e290e1c248002a01faf4aaa4eda707a931b4b34f
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 00:12:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 00:12:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e290e1c2

dev-vcs/repo: Stabilize 2.30 arm64, #904642

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index 9d6de3230262..9894f579d2cc 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2023-04-30 Thread Sam James
commit: a3a659ff476415e279de94380112c6e3eb52cd91
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 00:08:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 00:08:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a659ff

dev-vcs/repo: Stabilize 2.30 arm, #904642

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
index a7585149245f..9d6de3230262 100644
--- a/dev-vcs/repo/repo-2.30.ebuild
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-11-23 Thread Mike Frysinger
commit: 87658817c275bb8b2ceab0668ecd1cacb89d16ae
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Nov 24 06:18:00 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Nov 24 06:18:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87658817

dev-vcs/repo: version bump to 2.30

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  2 ++
 dev-vcs/repo/repo-2.30.ebuild | 35 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index dff3c2c6a541..70a20a984897 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1 +1,3 @@
 DIST repo-2.29.tar.gz 248253 BLAKE2B 
6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57
 SHA512 
7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1
+DIST repo-2.30 45769 BLAKE2B 
46e8f37b138f1ebfa3109962f2690cc3bc6c38a2dd4333cd5be6fc1168476945cbd73f142486141a00552b8a998d4a765e54fce605d1872a670a3043fb213b05
 SHA512 
e8ad4e35417992f15bfa081ce282e1e518dcb885c04176f18ff2859ccb1dd397087224980f441020be12083c9847fcce661370119fe08f17be04718eff4a7a96
+DIST repo-2.30.tar.gz 252945 BLAKE2B 
ebaadc1f624941139c14417e86e1a4960fbba9da7b9053bab8f2cb1647c40a6f1f63951bcbb6d9162803066f9b05d1fb469e82b7d3b2bea31215b97b1bddf84f
 SHA512 
7d184605e8d8e30bc48a4d3f2345c7ee9a8075711729108b5d487242c9311dc1cf22595f9ba09192a28460d6127e8cbe96a70fcdaf7c6baeb1e26a8ac15a7cae

diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild
new file mode 100644
index ..1eaf21021d74
--- /dev/null
+++ b/dev-vcs/repo/repo-2.30.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
+   
https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-11-23 Thread Mike Frysinger
commit: f248105030c295a2354e6fdff64f3ee6bf58f3bd
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Nov 24 06:09:45 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Nov 24 06:18:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2481050

dev-vcs/repo: drop old 2.21 version

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 -
 dev-vcs/repo/repo-2.21.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 11f2abce51d2..dff3c2c6a541 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1 @@
-DIST repo-2.21.tar.gz 232514 BLAKE2B 
e77555164e754f9d2c2392965512127593ae8073d3f317e483187f06f67df784127511e36c4c32bef05db98ddb333e9fa72804ec89761cafa86529174e902677
 SHA512 
08b49b450eef087ac00e603bf0f394442998a076034418b7af60b9a5b293df4f1fc340844dfd2dfff1fcc61eb99885ec02f331d4fb2b0ba1e347af0674fa063a
 DIST repo-2.29.tar.gz 248253 BLAKE2B 
6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57
 SHA512 
7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
deleted file mode 100644
index ab4e0a6a02d3..
--- a/dev-vcs/repo/repo-2.21.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit bash-completion-r1 python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S="${WORKDIR}/git-${P}"
-
-src_install() {
-   python_foreach_impl python_doscript ${PN}
-   newbashcomp completion.bash ${PN}
-   doman man/*.[0-9]
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-11-23 Thread Mike Frysinger
commit: feabe4130ac469dba502d1a057742858affec364
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Nov 24 06:06:35 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Nov 24 06:18:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feabe413

dev-vcs/repo: mark 2.29 stable for all

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.29.ebuild b/dev-vcs/repo/repo-2.29.ebuild
index f65cdd0c6678..ecc487887842 100644
--- a/dev-vcs/repo/repo-2.29.ebuild
+++ b/dev-vcs/repo/repo-2.29.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-08-23 Thread Mike Frysinger
commit: 4283dbfebf6e8a84509268a3b5acb6d6be7b8a43
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue Aug 23 15:56:11 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Aug 23 15:58:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4283dbfe

dev-vcs/repo: version bump to 2.29

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.29.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index c70161526a6d..11f2abce51d2 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1 +1,2 @@
 DIST repo-2.21.tar.gz 232514 BLAKE2B 
e77555164e754f9d2c2392965512127593ae8073d3f317e483187f06f67df784127511e36c4c32bef05db98ddb333e9fa72804ec89761cafa86529174e902677
 SHA512 
08b49b450eef087ac00e603bf0f394442998a076034418b7af60b9a5b293df4f1fc340844dfd2dfff1fcc61eb99885ec02f331d4fb2b0ba1e347af0674fa063a
+DIST repo-2.29.tar.gz 248253 BLAKE2B 
6b51a0416634eab52f44410fe156c736a6c69234345b4cf5115692a9b56d479c0bce780583fb2ee6b9ca206e5163adbf6ded85ff5d7f2b174a7e7cd6dc37dd57
 SHA512 
7323b52709164999a80172bc39398ad9989c3eb97bcfda66a675c3f94792cdd742068d47bbcc66dc8fffbe3b661c2fb19332a72a7f889a249f73fa448fcb32d1

diff --git a/dev-vcs/repo/repo-2.29.ebuild b/dev-vcs/repo/repo-2.29.ebuild
new file mode 100644
index ..f65cdd0c6678
--- /dev/null
+++ b/dev-vcs/repo/repo-2.29.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_doscript ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-08-23 Thread Mike Frysinger
commit: de7038a57924b97679ffe3540fe567be9c21a1bb
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue Aug 23 15:27:02 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Aug 23 15:58:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7038a5

dev-vcs/repo: drop old <2.21 versions

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  4 
 dev-vcs/repo/repo-2.15.ebuild | 42 --
 dev-vcs/repo/repo-2.17.ebuild | 42 --
 3 files changed, 88 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 9b838f35cfa4..c70161526a6d 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,5 +1 @@
-DIST repo-2.15 44704 BLAKE2B 
6d90cecb4d748f7fb3febec95e16ed1638112a945aa36f7d7cc12232cdf4bcd66d286aa1054fd23de5ae7e896ac52c05465778aaec759e5d0251227deb220d18
 SHA512 
e6aad90f6058f4e5750ce44f8951ac4df39dd39c1615d7f68670a0b8ac5007f52e3bb6219d6ca0842908ef6c87843c6fd655b3b2a47fcf410e2a74d47a334d34
-DIST repo-2.17 44944 BLAKE2B 
8f5db36d6acedd9c79fca1c9fe5a29e4da9b483d4f356d8ad88d6510f13ec7ff8200723c836ff7ac17419e571c2c4970182385a248b8005aaae1cbd4d93d3423
 SHA512 
b8d459c619f537d8afce00c78594027ef983e31f1bf47341d3388e39da4505270fa07f8c93b1ab5110795c1b6b952f01f48f0e18ce15e8126a484c98fd73e8c8
 DIST repo-2.21.tar.gz 232514 BLAKE2B 
e77555164e754f9d2c2392965512127593ae8073d3f317e483187f06f67df784127511e36c4c32bef05db98ddb333e9fa72804ec89761cafa86529174e902677
 SHA512 
08b49b450eef087ac00e603bf0f394442998a076034418b7af60b9a5b293df4f1fc340844dfd2dfff1fcc61eb99885ec02f331d4fb2b0ba1e347af0674fa063a
-DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d
-DIST repo-v2.17-bash-completion.sh.base64 5736 BLAKE2B 
59c357d76feb176b7c64791ffb838ab522179c7e05d1a1cca6e121c9c908cdbccc49f177951986470806302b881b39ab44710b66b0a6a8c9643d4a647841eddf
 SHA512 
9bc4f57d5897f53e6dcbed1b895e8d0a90558be58a423243c886cb5cfad11c32e7c599b2e237e3f53b2857f8441ddb476484189135b71f52ca7250dfaf62

diff --git a/dev-vcs/repo/repo-2.15.ebuild b/dev-vcs/repo/repo-2.15.ebuild
deleted file mode 100644
index 583e55b6f0eb..
--- a/dev-vcs/repo/repo-2.15.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit bash-completion-r1 python-r1
-
-# This file rarely changes, so track it independently.
-COMP_VER="511a0e54f5801a3f36c00fac478a596d83867d10"
-COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
-   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_unpack() {
-   base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
-}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-   newbashcomp completion.bash ${PN}
-}

diff --git a/dev-vcs/repo/repo-2.17.ebuild b/dev-vcs/repo/repo-2.17.ebuild
deleted file mode 100644
index 413247ecffe0..
--- a/dev-vcs/repo/repo-2.17.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit bash-completion-r1 python-r1
-
-# This file rarely changes, so track it independently.
-COMP_VER="v2.17"
-COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
-   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-05-09 Thread Jakov Smolić
commit: 0e3b4b4a25b9e03110e8982e7b458a6b1b98a37e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May  9 09:58:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May  9 09:58:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3b4b4a

dev-vcs/repo: Stabilize 2.21 x86, #842039

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-vcs/repo/repo-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
index 501876ed30ca..ab4e0a6a02d3 100644
--- a/dev-vcs/repo/repo-2.21.ebuild
+++ b/dev-vcs/repo/repo-2.21.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-05-07 Thread Sam James
commit: 6627b1e70ce544d335a214089f7274aad813d027
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 04:10:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 04:10:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6627b1e7

dev-vcs/repo: Stabilize 2.21 amd64, #842039

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
index f5d3406ba423..501876ed30ca 100644
--- a/dev-vcs/repo/repo-2.21.ebuild
+++ b/dev-vcs/repo/repo-2.21.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-05-07 Thread Jakov Smolić
commit: f5ecefc0e76928667e2a9b1bace0003dbf5a3e28
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May  7 10:57:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May  7 10:57:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ecefc0

dev-vcs/repo: Stabilize 2.21 ppc, #842039

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-vcs/repo/repo-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
index c51a526c8032..f5d3406ba423 100644
--- a/dev-vcs/repo/repo-2.21.ebuild
+++ b/dev-vcs/repo/repo-2.21.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-05-07 Thread Arthur Zamarin
commit: f03a41d30f418e2e3e22fe43114943f23d8efeb9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  7 10:02:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  7 10:02:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03a41d3

dev-vcs/repo: Stabilize 2.21 ppc64, #842039

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-vcs/repo/repo-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
index 4e1cb742476e..c51a526c8032 100644
--- a/dev-vcs/repo/repo-2.21.ebuild
+++ b/dev-vcs/repo/repo-2.21.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-05-06 Thread Jakov Smolić
commit: bd8e7fd876dc4a386cc1fbed9a6556027e1d34a4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May  6 23:43:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May  6 23:43:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8e7fd8

dev-vcs/repo: Stabilize 2.21 arm, #842039

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-vcs/repo/repo-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
index 473ea5da0f4a..4e1cb742476e 100644
--- a/dev-vcs/repo/repo-2.21.ebuild
+++ b/dev-vcs/repo/repo-2.21.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-05-06 Thread Jakov Smolić
commit: dd122e1b086f84bf72cf730f91960143778de41d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May  6 23:38:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May  6 23:38:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd122e1b

dev-vcs/repo: Stabilize 2.21 arm64, #842039

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-vcs/repo/repo-2.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
index 9490022de874..473ea5da0f4a 100644
--- a/dev-vcs/repo/repo-2.21.ebuild
+++ b/dev-vcs/repo/repo-2.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # NB: The ${PV} tracks the *repo launcher version*, not the last signed release
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/, sys-apps/daisydog/, net-misc/chrome-remote-desktop/, ...

2022-04-06 Thread Sam James
commit: c4a6ce8c1a40a101b2dc03afccd5edcd84f60721
Author: John Helmert III  gentoo  org>
AuthorDate: Wed Apr  6 14:10:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  6 18:20:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a6ce8c

*/*: add  tags for vapier

Signed-off-by: John Helmert III  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/liblzw/metadata.xml| 1 +
 dev-vcs/repo/metadata.xml   | 7 ---
 net-misc/chrome-remote-desktop/metadata.xml | 7 ---
 sys-apps/daisydog/metadata.xml  | 7 ---
 sys-apps/nosig/metadata.xml | 9 +
 5 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/dev-libs/liblzw/metadata.xml b/dev-libs/liblzw/metadata.xml
index d4ac7d757337..a2512173cc43 100644
--- a/dev-libs/liblzw/metadata.xml
+++ b/dev-libs/liblzw/metadata.xml
@@ -2,6 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

+   Mike Frysinger
vap...@gentoo.org



diff --git a/dev-vcs/repo/metadata.xml b/dev-vcs/repo/metadata.xml
index 8041df927597..7517f8d97dd7 100644
--- a/dev-vcs/repo/metadata.xml
+++ b/dev-vcs/repo/metadata.xml
@@ -1,7 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   vap...@gentoo.org
-
+   
+   Mike Frysinger
+   vap...@gentoo.org
+   
 

diff --git a/net-misc/chrome-remote-desktop/metadata.xml 
b/net-misc/chrome-remote-desktop/metadata.xml
index 8041df927597..7517f8d97dd7 100644
--- a/net-misc/chrome-remote-desktop/metadata.xml
+++ b/net-misc/chrome-remote-desktop/metadata.xml
@@ -1,7 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   vap...@gentoo.org
-
+   
+   Mike Frysinger
+   vap...@gentoo.org
+   
 

diff --git a/sys-apps/daisydog/metadata.xml b/sys-apps/daisydog/metadata.xml
index 8041df927597..7517f8d97dd7 100644
--- a/sys-apps/daisydog/metadata.xml
+++ b/sys-apps/daisydog/metadata.xml
@@ -1,7 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   vap...@gentoo.org
-
+   
+   Mike Frysinger
+   vap...@gentoo.org
+   
 

diff --git a/sys-apps/nosig/metadata.xml b/sys-apps/nosig/metadata.xml
index 1775a9430d01..11c18486599d 100644
--- a/sys-apps/nosig/metadata.xml
+++ b/sys-apps/nosig/metadata.xml
@@ -1,8 +1,9 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   vap...@gentoo.org
-   Primary maintainer
-
+   
+   Mike Frysinger
+   vap...@gentoo.org
+   Primary maintainer
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-02-03 Thread Mike Frysinger
commit: 6df2c570062088f9a4bc1fad4dd449dc9c550e8f
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Feb  3 21:57:11 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Feb  4 04:10:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df2c570

dev-vcs/repo: drop old 2.14 version

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 -
 dev-vcs/repo/repo-2.14.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 5e024334fdfe..48cb7070885b 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,4 +1,3 @@
-DIST repo-2.14 44203 BLAKE2B 
72094daad380b3a03c9dca488e0bfc2a64bcaed5b025490c07fdc627eaae825bd71d0a8aafca5307dd4a0fecf59d530e7a692b030699a2cdc34cbec569076383
 SHA512 
37bc4e5b63e2cb1567633708f9680817c346b8105ca495538036aad87fe278f3ab5143f0f57fd40d4051de8016cc785648e9f0b65ebf2430677f037030f71343
 DIST repo-2.15 44704 BLAKE2B 
6d90cecb4d748f7fb3febec95e16ed1638112a945aa36f7d7cc12232cdf4bcd66d286aa1054fd23de5ae7e896ac52c05465778aaec759e5d0251227deb220d18
 SHA512 
e6aad90f6058f4e5750ce44f8951ac4df39dd39c1615d7f68670a0b8ac5007f52e3bb6219d6ca0842908ef6c87843c6fd655b3b2a47fcf410e2a74d47a334d34
 DIST repo-2.17 44944 BLAKE2B 
8f5db36d6acedd9c79fca1c9fe5a29e4da9b483d4f356d8ad88d6510f13ec7ff8200723c836ff7ac17419e571c2c4970182385a248b8005aaae1cbd4d93d3423
 SHA512 
b8d459c619f537d8afce00c78594027ef983e31f1bf47341d3388e39da4505270fa07f8c93b1ab5110795c1b6b952f01f48f0e18ce15e8126a484c98fd73e8c8
 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d

diff --git a/dev-vcs/repo/repo-2.14.ebuild b/dev-vcs/repo/repo-2.14.ebuild
deleted file mode 100644
index 583e55b6f0eb..
--- a/dev-vcs/repo/repo-2.14.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit bash-completion-r1 python-r1
-
-# This file rarely changes, so track it independently.
-COMP_VER="511a0e54f5801a3f36c00fac478a596d83867d10"
-COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
-   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_unpack() {
-   base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
-}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-   newbashcomp completion.bash ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-02-03 Thread Mike Frysinger
commit: 5401fa4c035c9b7a13643ab4d4407b41ec99cb45
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Feb  3 21:56:23 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Feb  4 04:10:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5401fa4c

dev-vcs/repo: mark 2.17 stable for peeps

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.17.ebuild b/dev-vcs/repo/repo-2.17.ebuild
index 69044e1775d0..413247ecffe0 100644
--- a/dev-vcs/repo/repo-2.17.ebuild
+++ b/dev-vcs/repo/repo-2.17.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2022-02-03 Thread Mike Frysinger
commit: 5f042dfbf38f6d366cfb6cae9919f76af5d28dc0
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Feb  3 22:13:08 2022 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Feb  4 04:10:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f042dfb

dev-vcs/repo: version bump to 2.21

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.21.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 48cb7070885b..9b838f35cfa4 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,4 +1,5 @@
 DIST repo-2.15 44704 BLAKE2B 
6d90cecb4d748f7fb3febec95e16ed1638112a945aa36f7d7cc12232cdf4bcd66d286aa1054fd23de5ae7e896ac52c05465778aaec759e5d0251227deb220d18
 SHA512 
e6aad90f6058f4e5750ce44f8951ac4df39dd39c1615d7f68670a0b8ac5007f52e3bb6219d6ca0842908ef6c87843c6fd655b3b2a47fcf410e2a74d47a334d34
 DIST repo-2.17 44944 BLAKE2B 
8f5db36d6acedd9c79fca1c9fe5a29e4da9b483d4f356d8ad88d6510f13ec7ff8200723c836ff7ac17419e571c2c4970182385a248b8005aaae1cbd4d93d3423
 SHA512 
b8d459c619f537d8afce00c78594027ef983e31f1bf47341d3388e39da4505270fa07f8c93b1ab5110795c1b6b952f01f48f0e18ce15e8126a484c98fd73e8c8
+DIST repo-2.21.tar.gz 232514 BLAKE2B 
e77555164e754f9d2c2392965512127593ae8073d3f317e483187f06f67df784127511e36c4c32bef05db98ddb333e9fa72804ec89761cafa86529174e902677
 SHA512 
08b49b450eef087ac00e603bf0f394442998a076034418b7af60b9a5b293df4f1fc340844dfd2dfff1fcc61eb99885ec02f331d4fb2b0ba1e347af0674fa063a
 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d
 DIST repo-v2.17-bash-completion.sh.base64 5736 BLAKE2B 
59c357d76feb176b7c64791ffb838ab522179c7e05d1a1cca6e121c9c908cdbccc49f177951986470806302b881b39ab44710b66b0a6a8c9643d4a647841eddf
 SHA512 
9bc4f57d5897f53e6dcbed1b895e8d0a90558be58a423243c886cb5cfad11c32e7c599b2e237e3f53b2857f8441ddb476484189135b71f52ca7250dfaf62

diff --git a/dev-vcs/repo/repo-2.21.ebuild b/dev-vcs/repo/repo-2.21.ebuild
new file mode 100644
index ..9490022de874
--- /dev/null
+++ b/dev-vcs/repo/repo-2.21.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S="${WORKDIR}/git-${P}"
+
+src_install() {
+   python_foreach_impl python_doscript ${PN}
+   newbashcomp completion.bash ${PN}
+   doman man/*.[0-9]
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-10-01 Thread Mike Frysinger
commit: aa3c2b309e1678862a1618433ccf1633751d6c7d
Author: Mike Frysinger  chromium  org>
AuthorDate: Sat Oct  2 03:41:13 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Oct  2 03:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3c2b30

dev-vcs/repo: version bump to 2.17

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  2 ++
 dev-vcs/repo/repo-2.17.ebuild | 42 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index a8db7b703bf..5e024334fdf 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,5 @@
 DIST repo-2.14 44203 BLAKE2B 
72094daad380b3a03c9dca488e0bfc2a64bcaed5b025490c07fdc627eaae825bd71d0a8aafca5307dd4a0fecf59d530e7a692b030699a2cdc34cbec569076383
 SHA512 
37bc4e5b63e2cb1567633708f9680817c346b8105ca495538036aad87fe278f3ab5143f0f57fd40d4051de8016cc785648e9f0b65ebf2430677f037030f71343
 DIST repo-2.15 44704 BLAKE2B 
6d90cecb4d748f7fb3febec95e16ed1638112a945aa36f7d7cc12232cdf4bcd66d286aa1054fd23de5ae7e896ac52c05465778aaec759e5d0251227deb220d18
 SHA512 
e6aad90f6058f4e5750ce44f8951ac4df39dd39c1615d7f68670a0b8ac5007f52e3bb6219d6ca0842908ef6c87843c6fd655b3b2a47fcf410e2a74d47a334d34
+DIST repo-2.17 44944 BLAKE2B 
8f5db36d6acedd9c79fca1c9fe5a29e4da9b483d4f356d8ad88d6510f13ec7ff8200723c836ff7ac17419e571c2c4970182385a248b8005aaae1cbd4d93d3423
 SHA512 
b8d459c619f537d8afce00c78594027ef983e31f1bf47341d3388e39da4505270fa07f8c93b1ab5110795c1b6b952f01f48f0e18ce15e8126a484c98fd73e8c8
 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d
+DIST repo-v2.17-bash-completion.sh.base64 5736 BLAKE2B 
59c357d76feb176b7c64791ffb838ab522179c7e05d1a1cca6e121c9c908cdbccc49f177951986470806302b881b39ab44710b66b0a6a8c9643d4a647841eddf
 SHA512 
9bc4f57d5897f53e6dcbed1b895e8d0a90558be58a423243c886cb5cfad11c32e7c599b2e237e3f53b2857f8441ddb476484189135b71f52ca7250dfaf62

diff --git a/dev-vcs/repo/repo-2.17.ebuild b/dev-vcs/repo/repo-2.17.ebuild
new file mode 100644
index 000..69044e1775d
--- /dev/null
+++ b/dev-vcs/repo/repo-2.17.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit bash-completion-r1 python-r1
+
+# This file rarely changes, so track it independently.
+COMP_VER="v2.17"
+COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
+   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_unpack() {
+   base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
+}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+   newbashcomp completion.bash ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-10-01 Thread Mike Frysinger
commit: 42cec65324e0295808f89d9ac7d8b108f3d6eead
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Oct  2 03:26:00 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Oct  2 03:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cec653

dev-vcs/repo: mark 2.15 stable

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.15.ebuild b/dev-vcs/repo/repo-2.15.ebuild
index a1697a75edb..583e55b6f0e 100644
--- a/dev-vcs/repo/repo-2.15.ebuild
+++ b/dev-vcs/repo/repo-2.15.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-10-01 Thread Mike Frysinger
commit: 3a3bc73bfa9a2e2caf5b4b3ed3ccd11f8541e92e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Oct  2 03:24:47 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Oct  2 03:41:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3bc73b

dev-vcs/repo: drop old 2.12 versions

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest|  1 -
 dev-vcs/repo/repo-2.12-r1.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 4655b56d5d8..a8db7b703bf 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,4 +1,3 @@
-DIST repo-2.12 43035 BLAKE2B 
3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe
 SHA512 
409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
 DIST repo-2.14 44203 BLAKE2B 
72094daad380b3a03c9dca488e0bfc2a64bcaed5b025490c07fdc627eaae825bd71d0a8aafca5307dd4a0fecf59d530e7a692b030699a2cdc34cbec569076383
 SHA512 
37bc4e5b63e2cb1567633708f9680817c346b8105ca495538036aad87fe278f3ab5143f0f57fd40d4051de8016cc785648e9f0b65ebf2430677f037030f71343
 DIST repo-2.15 44704 BLAKE2B 
6d90cecb4d748f7fb3febec95e16ed1638112a945aa36f7d7cc12232cdf4bcd66d286aa1054fd23de5ae7e896ac52c05465778aaec759e5d0251227deb220d18
 SHA512 
e6aad90f6058f4e5750ce44f8951ac4df39dd39c1615d7f68670a0b8ac5007f52e3bb6219d6ca0842908ef6c87843c6fd655b3b2a47fcf410e2a74d47a334d34
 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d

diff --git a/dev-vcs/repo/repo-2.12-r1.ebuild b/dev-vcs/repo/repo-2.12-r1.ebuild
deleted file mode 100644
index 583e55b6f0e..000
--- a/dev-vcs/repo/repo-2.12-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit bash-completion-r1 python-r1
-
-# This file rarely changes, so track it independently.
-COMP_VER="511a0e54f5801a3f36c00fac478a596d83867d10"
-COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
-   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_unpack() {
-   base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
-}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-   newbashcomp completion.bash ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-05-17 Thread Mike Frysinger
commit: c515b2317c9fcac165a67e8ac20a5d145ea3778b
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue May 18 01:08:21 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 18 01:08:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c515b231

dev-vcs/repo: version bump to 2.15

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.15.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index a875e53c6cc..4655b56d5d8 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,4 @@
 DIST repo-2.12 43035 BLAKE2B 
3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe
 SHA512 
409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
 DIST repo-2.14 44203 BLAKE2B 
72094daad380b3a03c9dca488e0bfc2a64bcaed5b025490c07fdc627eaae825bd71d0a8aafca5307dd4a0fecf59d530e7a692b030699a2cdc34cbec569076383
 SHA512 
37bc4e5b63e2cb1567633708f9680817c346b8105ca495538036aad87fe278f3ab5143f0f57fd40d4051de8016cc785648e9f0b65ebf2430677f037030f71343
+DIST repo-2.15 44704 BLAKE2B 
6d90cecb4d748f7fb3febec95e16ed1638112a945aa36f7d7cc12232cdf4bcd66d286aa1054fd23de5ae7e896ac52c05465778aaec759e5d0251227deb220d18
 SHA512 
e6aad90f6058f4e5750ce44f8951ac4df39dd39c1615d7f68670a0b8ac5007f52e3bb6219d6ca0842908ef6c87843c6fd655b3b2a47fcf410e2a74d47a334d34
 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d

diff --git a/dev-vcs/repo/repo-2.15.ebuild b/dev-vcs/repo/repo-2.15.ebuild
new file mode 100644
index 000..a1697a75edb
--- /dev/null
+++ b/dev-vcs/repo/repo-2.15.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit bash-completion-r1 python-r1
+
+# This file rarely changes, so track it independently.
+COMP_VER="511a0e54f5801a3f36c00fac478a596d83867d10"
+COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
+   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_unpack() {
+   base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
+}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+   newbashcomp completion.bash ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-05-17 Thread Mike Frysinger
commit: 27c875ef2bbcdb1509bd3ed9c18f355a80780705
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue May 18 01:06:34 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 18 01:06:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c875ef

dev-vcs/repo: mark 2.14 stable

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.14.ebuild b/dev-vcs/repo/repo-2.14.ebuild
index a1697a75edb..583e55b6f0e 100644
--- a/dev-vcs/repo/repo-2.14.ebuild
+++ b/dev-vcs/repo/repo-2.14.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-05-17 Thread Mike Frysinger
commit: a0c71cb5c0770c9cfc85f36e106e6d9b38926887
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue May 18 01:05:01 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 18 01:05:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c71cb5

dev-vcs/repo: drop old versions

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 -
 dev-vcs/repo/repo-2.11.ebuild | 32 
 dev-vcs/repo/repo-2.12.ebuild | 34 --
 3 files changed, 67 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 0223930ff59..a875e53c6cc 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,4 +1,3 @@
-DIST repo-2.11 39791 BLAKE2B 
535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9
 SHA512 
1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
 DIST repo-2.12 43035 BLAKE2B 
3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe
 SHA512 
409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
 DIST repo-2.14 44203 BLAKE2B 
72094daad380b3a03c9dca488e0bfc2a64bcaed5b025490c07fdc627eaae825bd71d0a8aafca5307dd4a0fecf59d530e7a692b030699a2cdc34cbec569076383
 SHA512 
37bc4e5b63e2cb1567633708f9680817c346b8105ca495538036aad87fe278f3ab5143f0f57fd40d4051de8016cc785648e9f0b65ebf2430677f037030f71343
 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d

diff --git a/dev-vcs/repo/repo-2.11.ebuild b/dev-vcs/repo/repo-2.11.ebuild
deleted file mode 100644
index 742d33af95d..000
--- a/dev-vcs/repo/repo-2.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-}

diff --git a/dev-vcs/repo/repo-2.12.ebuild b/dev-vcs/repo/repo-2.12.ebuild
deleted file mode 100644
index 0df8d726dda..000
--- a/dev-vcs/repo/repo-2.12.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_unpack() { :; }
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-04-28 Thread Sam James
commit: d03ae8b8642c8a2b561168f95b97d3ed55480c30
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 29 01:45:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 29 01:52:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03ae8b8

dev-vcs/repo: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/repo/repo-2.11.ebuild| 2 +-
 dev-vcs/repo/repo-2.12-r1.ebuild | 2 +-
 dev-vcs/repo/repo-2.12.ebuild| 2 +-
 dev-vcs/repo/repo-2.14.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/repo/repo-2.11.ebuild b/dev-vcs/repo/repo-2.11.ebuild
index 2922a68a581..742d33af95d 100644
--- a/dev-vcs/repo/repo-2.11.ebuild
+++ b/dev-vcs/repo/repo-2.11.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 

diff --git a/dev-vcs/repo/repo-2.12-r1.ebuild b/dev-vcs/repo/repo-2.12-r1.ebuild
index dc39e1d6a2e..583e55b6f0e 100644
--- a/dev-vcs/repo/repo-2.12-r1.ebuild
+++ b/dev-vcs/repo/repo-2.12-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 

diff --git a/dev-vcs/repo/repo-2.12.ebuild b/dev-vcs/repo/repo-2.12.ebuild
index ff627b49534..0df8d726dda 100644
--- a/dev-vcs/repo/repo-2.12.ebuild
+++ b/dev-vcs/repo/repo-2.12.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 

diff --git a/dev-vcs/repo/repo-2.14.ebuild b/dev-vcs/repo/repo-2.14.ebuild
index 4190dab38e9..a1697a75edb 100644
--- a/dev-vcs/repo/repo-2.14.ebuild
+++ b/dev-vcs/repo/repo-2.14.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-04-19 Thread Mike Frysinger
commit: 55c495db54a1520e86cec6d572d388581b70fb8f
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Apr 19 17:00:49 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Apr 19 17:00:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c495db

dev-vcs/repo: version bump to 2.14

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.14.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index cb7da9fa2a9..0223930ff59 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,4 @@
 DIST repo-2.11 39791 BLAKE2B 
535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9
 SHA512 
1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
 DIST repo-2.12 43035 BLAKE2B 
3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe
 SHA512 
409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
+DIST repo-2.14 44203 BLAKE2B 
72094daad380b3a03c9dca488e0bfc2a64bcaed5b025490c07fdc627eaae825bd71d0a8aafca5307dd4a0fecf59d530e7a692b030699a2cdc34cbec569076383
 SHA512 
37bc4e5b63e2cb1567633708f9680817c346b8105ca495538036aad87fe278f3ab5143f0f57fd40d4051de8016cc785648e9f0b65ebf2430677f037030f71343
 DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d

diff --git a/dev-vcs/repo/repo-2.14.ebuild b/dev-vcs/repo/repo-2.14.ebuild
new file mode 100644
index 000..4190dab38e9
--- /dev/null
+++ b/dev-vcs/repo/repo-2.14.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit bash-completion-r1 python-r1
+
+# This file rarely changes, so track it independently.
+COMP_VER="511a0e54f5801a3f36c00fac478a596d83867d10"
+COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
+   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_unpack() {
+   base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
+}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+   newbashcomp completion.bash ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-04-19 Thread Mike Frysinger
commit: 864e439902024e0b340747a99ff501dae6bc085f
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Apr 19 16:56:51 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Apr 19 16:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864e4399

dev-vcs/repo: mark 2.12-r1 stable for all

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.12-r1.ebuild b/dev-vcs/repo/repo-2.12-r1.ebuild
index 4190dab38e9..dc39e1d6a2e 100644
--- a/dev-vcs/repo/repo-2.12-r1.ebuild
+++ b/dev-vcs/repo/repo-2.12-r1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-03-15 Thread Mike Frysinger
commit: 52f67c9ae45ef2c6b0992e769a0bccbadc62e4b8
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Mar 15 17:42:12 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar 15 17:43:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f67c9a

dev-vcs/repo: drop old v2.8 version

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest|  1 -
 dev-vcs/repo/repo-2.8.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 6d6d5d43254..5cec2f45bf5 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,2 @@
 DIST repo-2.11 39791 BLAKE2B 
535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9
 SHA512 
1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
 DIST repo-2.12 43035 BLAKE2B 
3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe
 SHA512 
409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
-DIST repo-2.8 39134 BLAKE2B 
af52a2c06e09de83100cb297d585f89bcbe85d6e9e5c358024a371ee4d47c59992745d1088b164fc670cdd9db7394a5f3521967e3eb80840c53993af8b0172b1
 SHA512 
6d577fce34eb298035a7b98c24fc21521c8c9efbdf02abc37af8a54552893ecf8cdce2db5efbc5398d7f99226408f6cc9ce2f81c2961d9d5dd21fb0264194431

diff --git a/dev-vcs/repo/repo-2.8.ebuild b/dev-vcs/repo/repo-2.8.ebuild
deleted file mode 100644
index 2922a68a581..000
--- a/dev-vcs/repo/repo-2.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-03-15 Thread Mike Frysinger
commit: f832138e8467bf2d74688f3ebf7c413665d90ab3
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Mar 15 17:42:47 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar 15 17:43:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f832138e

dev-vcs/repo: add bash-completion support

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest|  1 +
 dev-vcs/repo/repo-2.12-r1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 5cec2f45bf5..cb7da9fa2a9 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,3 @@
 DIST repo-2.11 39791 BLAKE2B 
535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9
 SHA512 
1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
 DIST repo-2.12 43035 BLAKE2B 
3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe
 SHA512 
409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
+DIST repo-511a0e54f5801a3f36c00fac478a596d83867d10-bash-completion.sh.base64 
4280 BLAKE2B 
6c369d36176d5bd4d3f4ed4df39bbd6542022dd186375bd05a978889c574819e3328d19c7dac2982233614786078f73bfd1f0c80aa7c0c6c79bdfab776ed6e39
 SHA512 
f484bee79c3724a6daf8a69b3df80feef3c6aaad3bfb49443caabc52735dd7f3b0fcb3ad4b7480bc020c9b4cac2f3b044693ef761df6fc9d34e854289baf1f3d

diff --git a/dev-vcs/repo/repo-2.12-r1.ebuild b/dev-vcs/repo/repo-2.12-r1.ebuild
new file mode 100644
index 000..4190dab38e9
--- /dev/null
+++ b/dev-vcs/repo/repo-2.12-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit bash-completion-r1 python-r1
+
+# This file rarely changes, so track it independently.
+COMP_VER="511a0e54f5801a3f36c00fac478a596d83867d10"
+COMP_NAME="${PN}-${COMP_VER}-bash-completion.sh.base64"
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P}
+   
https://gerrit.googlesource.com/git-repo/+/${COMP_VER}/completion.bash?format=TEXT
 -> ${COMP_NAME}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_unpack() {
+   base64 -d <"${DISTDIR}/${COMP_NAME}" >completion.bash || die
+}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+   newbashcomp completion.bash ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-03-01 Thread Mike Frysinger
commit: eea79ecab2cdad364591afe5ded80ab147959990
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar  1 16:16:04 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  1 16:16:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea79eca

dev-vcs/repo: drop old 2.5 version

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest|  1 -
 dev-vcs/repo/repo-2.5.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index b3603feb71f..39fa8ed9ddb 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,2 @@
 DIST repo-2.11 39791 BLAKE2B 
535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9
 SHA512 
1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
-DIST repo-2.5 38761 BLAKE2B 
26d002bb7e5a24dc958bb4e0653c2cc260b2766d81fd55edf9a0373542365ed89a224805293383e2c16d8fc331038b265d3b2aca3a9a637d893f4a9c8221ce76
 SHA512 
36e515241fd9705c63beaf662309dc2ab6406552ba845fe020c878ac82e7eb7e1cd73924a076cf5fe4800ea70919bb5ad5d2d43566d5b0a559f81a45f9a58fe8
 DIST repo-2.8 39134 BLAKE2B 
af52a2c06e09de83100cb297d585f89bcbe85d6e9e5c358024a371ee4d47c59992745d1088b164fc670cdd9db7394a5f3521967e3eb80840c53993af8b0172b1
 SHA512 
6d577fce34eb298035a7b98c24fc21521c8c9efbdf02abc37af8a54552893ecf8cdce2db5efbc5398d7f99226408f6cc9ce2f81c2961d9d5dd21fb0264194431

diff --git a/dev-vcs/repo/repo-2.5.ebuild b/dev-vcs/repo/repo-2.5.ebuild
deleted file mode 100644
index 57e8621b3fe..000
--- a/dev-vcs/repo/repo-2.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..8} )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-03-01 Thread Mike Frysinger
commit: 7af267ce25a26015c4d37cb24d81807d3c827419
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar  1 16:19:13 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  1 16:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af267ce

dev-vcs/repo: version bump to 2.12

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.12.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 39fa8ed9ddb..6d6d5d43254 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,3 @@
 DIST repo-2.11 39791 BLAKE2B 
535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9
 SHA512 
1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
+DIST repo-2.12 43035 BLAKE2B 
3a3b1997a09f08093aa2d5cf6c7a3747d6a9a6c29e6c199574757d4d87fdd57b7cc8b18bb1ddfa7c47392f73a22211f996f6ba8175448162e305106c9ac6cafe
 SHA512 
409525040ec8fe6c6a6d923c4e23ab93f5ccc62d01d310ad6b56d55f45d88c2bf469e9b46943e799b8d5238cbc0a9610d0f64f35cf0f3a68b79cbd8c92f044a3
 DIST repo-2.8 39134 BLAKE2B 
af52a2c06e09de83100cb297d585f89bcbe85d6e9e5c358024a371ee4d47c59992745d1088b164fc670cdd9db7394a5f3521967e3eb80840c53993af8b0172b1
 SHA512 
6d577fce34eb298035a7b98c24fc21521c8c9efbdf02abc37af8a54552893ecf8cdce2db5efbc5398d7f99226408f6cc9ce2f81c2961d9d5dd21fb0264194431

diff --git a/dev-vcs/repo/repo-2.12.ebuild b/dev-vcs/repo/repo-2.12.ebuild
new file mode 100644
index 000..ff627b49534
--- /dev/null
+++ b/dev-vcs/repo/repo-2.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_unpack() { :; }
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-03-01 Thread Mike Frysinger
commit: 6c8be38b56bdca1516e27bc3394c85cae12a1c47
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar  1 16:16:43 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  1 16:16:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8be38b

dev-vcs/repo: mark 2.8 stable for all-ish

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.11.ebuild b/dev-vcs/repo/repo-2.11.ebuild
index 71e26d80b24..2922a68a581 100644
--- a/dev-vcs/repo/repo-2.11.ebuild
+++ b/dev-vcs/repo/repo-2.11.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-01-13 Thread Mike Frysinger
commit: 934210d45b546749377461a29fc73dddc600b93d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 13 17:19:52 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 13 17:19:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934210d4

dev-vcs/repo: version bump to 2.11

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-2.11.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index e0d2e59c82e..b3603feb71f 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,3 @@
+DIST repo-2.11 39791 BLAKE2B 
535de238d934eb2717af7bddd960c158501a56dd400ae02f3665e30c34bd68a1973de4c84e2ea76f48aa027249dfd4270153f1a7d4c4a2d5d883b580f02664e9
 SHA512 
1889ee9c782a6dc90b782c8ca9c5411b97c4495e0d27add62b9661a5961a782096037e081e984c965e44d33459e8fe4428528b5ebfff9fe356ce401cb610480a
 DIST repo-2.5 38761 BLAKE2B 
26d002bb7e5a24dc958bb4e0653c2cc260b2766d81fd55edf9a0373542365ed89a224805293383e2c16d8fc331038b265d3b2aca3a9a637d893f4a9c8221ce76
 SHA512 
36e515241fd9705c63beaf662309dc2ab6406552ba845fe020c878ac82e7eb7e1cd73924a076cf5fe4800ea70919bb5ad5d2d43566d5b0a559f81a45f9a58fe8
 DIST repo-2.8 39134 BLAKE2B 
af52a2c06e09de83100cb297d585f89bcbe85d6e9e5c358024a371ee4d47c59992745d1088b164fc670cdd9db7394a5f3521967e3eb80840c53993af8b0172b1
 SHA512 
6d577fce34eb298035a7b98c24fc21521c8c9efbdf02abc37af8a54552893ecf8cdce2db5efbc5398d7f99226408f6cc9ce2f81c2961d9d5dd21fb0264194431

diff --git a/dev-vcs/repo/repo-2.11.ebuild b/dev-vcs/repo/repo-2.11.ebuild
new file mode 100644
index 000..71f6820e367
--- /dev/null
+++ b/dev-vcs/repo/repo-2.11.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2021-01-13 Thread Mike Frysinger
commit: aa3510df7ed9591c98c968ab2740fdfbdef2df48
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 13 17:16:35 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 13 17:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3510df

dev-vcs/repo: mark 2.8 stable

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/repo/repo-2.8.ebuild b/dev-vcs/repo/repo-2.8.ebuild
index 544acae9a81..7da69b4ea50 100644
--- a/dev-vcs/repo/repo-2.8.ebuild
+++ b/dev-vcs/repo/repo-2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # NB: The $PV tracks the *repo launcher version*, not the last signed release
@@ -17,7 +17,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-09-19 Thread Michał Górny
commit: 76d5c2ee86e1f69cc190bf8482bbb1cce8910295
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 19 08:59:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 19 09:54:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d5c2ee

dev-vcs/repo: Remove old

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

 dev-vcs/repo/Manifest |  1 -
 dev-vcs/repo/repo-1.27.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index b9de4c6e6d3..e0d2e59c82e 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,2 @@
-DIST repo-1.27 29945 BLAKE2B 
930fa876b8889d64c8d12444f4cd59bebbdf9848d455e114fc9306922d931aa721320db65a07c38f705c39950538a1d5ae5ca66e359d2f2e38061d144ac11cb2
 SHA512 
a9f651e5fd1da1c74b31aebf32d03cf868183fa529eaf2b079015f9e778a2bb7c1ef49e06564703534c45fa1bd7bc5bd3d91a91477c336e549c1208afa74ace6
 DIST repo-2.5 38761 BLAKE2B 
26d002bb7e5a24dc958bb4e0653c2cc260b2766d81fd55edf9a0373542365ed89a224805293383e2c16d8fc331038b265d3b2aca3a9a637d893f4a9c8221ce76
 SHA512 
36e515241fd9705c63beaf662309dc2ab6406552ba845fe020c878ac82e7eb7e1cd73924a076cf5fe4800ea70919bb5ad5d2d43566d5b0a559f81a45f9a58fe8
 DIST repo-2.8 39134 BLAKE2B 
af52a2c06e09de83100cb297d585f89bcbe85d6e9e5c358024a371ee4d47c59992745d1088b164fc670cdd9db7394a5f3521967e3eb80840c53993af8b0172b1
 SHA512 
6d577fce34eb298035a7b98c24fc21521c8c9efbdf02abc37af8a54552893ecf8cdce2db5efbc5398d7f99226408f6cc9ce2f81c2961d9d5dd21fb0264194431

diff --git a/dev-vcs/repo/repo-1.27.ebuild b/dev-vcs/repo/repo-1.27.ebuild
deleted file mode 100644
index 668b64040fc..000
--- a/dev-vcs/repo/repo-1.27.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
-# of the repo project.  They are confusingly different currently.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-08-19 Thread Mike Frysinger
commit: 5ecda5d598e294e6821ea4f0481292f95a1b0e7c
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Aug 20 04:51:39 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Aug 20 04:52:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecda5d5

dev-vcs/repo: drop old versions

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  2 --
 dev-vcs/repo/repo-1.26.ebuild | 31 ---
 dev-vcs/repo/repo-2.4.ebuild  | 32 
 3 files changed, 65 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 9dc7d7a7269..b9de4c6e6d3 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,5 +1,3 @@
-DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4
 DIST repo-1.27 29945 BLAKE2B 
930fa876b8889d64c8d12444f4cd59bebbdf9848d455e114fc9306922d931aa721320db65a07c38f705c39950538a1d5ae5ca66e359d2f2e38061d144ac11cb2
 SHA512 
a9f651e5fd1da1c74b31aebf32d03cf868183fa529eaf2b079015f9e778a2bb7c1ef49e06564703534c45fa1bd7bc5bd3d91a91477c336e549c1208afa74ace6
-DIST repo-2.4 35152 BLAKE2B 
a069c095524574ee4a7d18cc5cd023f6d71b9ed9b57941180a6ec3ab3c33b2ed18b5dfc7d225a7bc849b7ebfd28bc0e672f7796eb2bb37af0685539c850cfe34
 SHA512 
46d7b8f699246ad625d5eb714791c29b949c40793343ba56681554040dc1d6a0a5f049e8d96f1e12ca93d77291e95ffd756f76554ebc1062f9cf6fc014aa116a
 DIST repo-2.5 38761 BLAKE2B 
26d002bb7e5a24dc958bb4e0653c2cc260b2766d81fd55edf9a0373542365ed89a224805293383e2c16d8fc331038b265d3b2aca3a9a637d893f4a9c8221ce76
 SHA512 
36e515241fd9705c63beaf662309dc2ab6406552ba845fe020c878ac82e7eb7e1cd73924a076cf5fe4800ea70919bb5ad5d2d43566d5b0a559f81a45f9a58fe8
 DIST repo-2.8 39134 BLAKE2B 
af52a2c06e09de83100cb297d585f89bcbe85d6e9e5c358024a371ee4d47c59992745d1088b164fc670cdd9db7394a5f3521967e3eb80840c53993af8b0172b1
 SHA512 
6d577fce34eb298035a7b98c24fc21521c8c9efbdf02abc37af8a54552893ecf8cdce2db5efbc5398d7f99226408f6cc9ce2f81c2961d9d5dd21fb0264194431

diff --git a/dev-vcs/repo/repo-1.26.ebuild b/dev-vcs/repo/repo-1.26.ebuild
deleted file mode 100644
index 01c4dd2015d..000
--- a/dev-vcs/repo/repo-1.26.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
-# of the repo project.  They are confusingly different currently.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-}

diff --git a/dev-vcs/repo/repo-2.4.ebuild b/dev-vcs/repo/repo-2.4.ebuild
deleted file mode 100644
index a2713bffea7..000
--- a/dev-vcs/repo/repo-2.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
-# of the repo project.  The launcher only gets a new update when changes are
-# made in it.
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6..8} )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://gerrit.googlesource.com/git-repo;
-SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !app-admin/radmind
-   !dev-util/repo"
-
-S=${WORKDIR}
-
-src_install() {
-   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-08-19 Thread Mike Frysinger
commit: 649007f3d2bb8e3e5c1670f2fd234797607da22d
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Aug 20 04:49:57 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Aug 20 04:49:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649007f3

dev-vcs/repo: stablize 2.5

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-2.5.ebuild b/dev-vcs/repo/repo-2.5.ebuild
index 5664a3767c1..a2713bffea7 100644
--- a/dev-vcs/repo/repo-2.5.ebuild
+++ b/dev-vcs/repo/repo-2.5.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-08-19 Thread Mike Frysinger
commit: 377d5861d13dc5da17af4aed9ba65a54a58cc1a7
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Aug 20 04:49:07 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Aug 20 04:49:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377d5861

dev-vcs/repo: version bump to 2.8

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest|  1 +
 dev-vcs/repo/repo-2.8.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index d6b342fbe45..9dc7d7a7269 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -2,3 +2,4 @@ DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5d
 DIST repo-1.27 29945 BLAKE2B 
930fa876b8889d64c8d12444f4cd59bebbdf9848d455e114fc9306922d931aa721320db65a07c38f705c39950538a1d5ae5ca66e359d2f2e38061d144ac11cb2
 SHA512 
a9f651e5fd1da1c74b31aebf32d03cf868183fa529eaf2b079015f9e778a2bb7c1ef49e06564703534c45fa1bd7bc5bd3d91a91477c336e549c1208afa74ace6
 DIST repo-2.4 35152 BLAKE2B 
a069c095524574ee4a7d18cc5cd023f6d71b9ed9b57941180a6ec3ab3c33b2ed18b5dfc7d225a7bc849b7ebfd28bc0e672f7796eb2bb37af0685539c850cfe34
 SHA512 
46d7b8f699246ad625d5eb714791c29b949c40793343ba56681554040dc1d6a0a5f049e8d96f1e12ca93d77291e95ffd756f76554ebc1062f9cf6fc014aa116a
 DIST repo-2.5 38761 BLAKE2B 
26d002bb7e5a24dc958bb4e0653c2cc260b2766d81fd55edf9a0373542365ed89a224805293383e2c16d8fc331038b265d3b2aca3a9a637d893f4a9c8221ce76
 SHA512 
36e515241fd9705c63beaf662309dc2ab6406552ba845fe020c878ac82e7eb7e1cd73924a076cf5fe4800ea70919bb5ad5d2d43566d5b0a559f81a45f9a58fe8
+DIST repo-2.8 39134 BLAKE2B 
af52a2c06e09de83100cb297d585f89bcbe85d6e9e5c358024a371ee4d47c59992745d1088b164fc670cdd9db7394a5f3521967e3eb80840c53993af8b0172b1
 SHA512 
6d577fce34eb298035a7b98c24fc21521c8c9efbdf02abc37af8a54552893ecf8cdce2db5efbc5398d7f99226408f6cc9ce2f81c2961d9d5dd21fb0264194431

diff --git a/dev-vcs/repo/repo-2.8.ebuild b/dev-vcs/repo/repo-2.8.ebuild
new file mode 100644
index 000..544acae9a81
--- /dev/null
+++ b/dev-vcs/repo/repo-2.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-05-19 Thread Mike Frysinger
commit: 4d355a9960343a03992d217da08c5659b925162f
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue May 19 19:41:07 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 19 19:42:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d355a99

dev-vcs/repo: mark 1.27 & 2.4 stable for most

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-1.27.ebuild | 2 +-
 dev-vcs/repo/repo-2.4.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/repo/repo-1.27.ebuild b/dev-vcs/repo/repo-1.27.ebuild
index 02aa1a54881..668b64040fc 100644
--- a/dev-vcs/repo/repo-1.27.ebuild
+++ b/dev-vcs/repo/repo-1.27.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

diff --git a/dev-vcs/repo/repo-2.4.ebuild b/dev-vcs/repo/repo-2.4.ebuild
index 5664a3767c1..a2713bffea7 100644
--- a/dev-vcs/repo/repo-2.4.ebuild
+++ b/dev-vcs/repo/repo-2.4.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-05-19 Thread Mike Frysinger
commit: 07baa7ee856c6e77310fdacc6926ec63162fd832
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue May 19 19:41:36 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 19 19:42:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07baa7ee

dev-vcs/repo: version bump to 2.5

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest|  1 +
 dev-vcs/repo/repo-2.5.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 29131724cf4..d6b342fbe45 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,4 @@
 DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4
 DIST repo-1.27 29945 BLAKE2B 
930fa876b8889d64c8d12444f4cd59bebbdf9848d455e114fc9306922d931aa721320db65a07c38f705c39950538a1d5ae5ca66e359d2f2e38061d144ac11cb2
 SHA512 
a9f651e5fd1da1c74b31aebf32d03cf868183fa529eaf2b079015f9e778a2bb7c1ef49e06564703534c45fa1bd7bc5bd3d91a91477c336e549c1208afa74ace6
 DIST repo-2.4 35152 BLAKE2B 
a069c095524574ee4a7d18cc5cd023f6d71b9ed9b57941180a6ec3ab3c33b2ed18b5dfc7d225a7bc849b7ebfd28bc0e672f7796eb2bb37af0685539c850cfe34
 SHA512 
46d7b8f699246ad625d5eb714791c29b949c40793343ba56681554040dc1d6a0a5f049e8d96f1e12ca93d77291e95ffd756f76554ebc1062f9cf6fc014aa116a
+DIST repo-2.5 38761 BLAKE2B 
26d002bb7e5a24dc958bb4e0653c2cc260b2766d81fd55edf9a0373542365ed89a224805293383e2c16d8fc331038b265d3b2aca3a9a637d893f4a9c8221ce76
 SHA512 
36e515241fd9705c63beaf662309dc2ab6406552ba845fe020c878ac82e7eb7e1cd73924a076cf5fe4800ea70919bb5ad5d2d43566d5b0a559f81a45f9a58fe8

diff --git a/dev-vcs/repo/repo-2.5.ebuild b/dev-vcs/repo/repo-2.5.ebuild
new file mode 100644
index 000..5664a3767c1
--- /dev/null
+++ b/dev-vcs/repo/repo-2.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-02-19 Thread Mike Frysinger
commit: 8f9b20902029858d5f2b55dfd5ab4a6ed3768c78
Author: Mike Frysinger  chromium  org>
AuthorDate: Wed Feb 19 23:42:46 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 19 23:42:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9b2090

dev-vcs/repo: add 1.27 for frozen python2 branch

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/repo-1.27.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 7099d301c88..917cc976b13 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,3 @@
 DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4
+DIST repo-1.27 29945 BLAKE2B 
930fa876b8889d64c8d12444f4cd59bebbdf9848d455e114fc9306922d931aa721320db65a07c38f705c39950538a1d5ae5ca66e359d2f2e38061d144ac11cb2
 SHA512 
a9f651e5fd1da1c74b31aebf32d03cf868183fa529eaf2b079015f9e778a2bb7c1ef49e06564703534c45fa1bd7bc5bd3d91a91477c336e549c1208afa74ace6
 DIST repo-2.3 31280 BLAKE2B 
b637a226c19bd04350f25c27924b8c4951be1ae09c3ee3f12643d5e2d983e51ee181b22c553ad7fbf6cc0457e0621fe083e21d8e577cd2b87c74d3cfd107ee69
 SHA512 
3c83799fbc1846730c085a43c603938b8daa8bb7792e130a55cd508cf416b67fa025e77f20770c6b65f9ee3fa1aa7240d47bfb8e9a3835ac5ea11e1fce9112e2

diff --git a/dev-vcs/repo/repo-1.27.ebuild b/dev-vcs/repo/repo-1.27.ebuild
new file mode 100644
index 000..280f73384ee
--- /dev/null
+++ b/dev-vcs/repo/repo-1.27.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  They are confusingly different currently.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-02-19 Thread Mike Frysinger
commit: 7aca0a91b3d9ed401993a21a524412dfc26ad23c
Author: Mike Frysinger  chromium  org>
AuthorDate: Wed Feb 19 23:45:07 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 19 23:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aca0a91

dev-vcs/repo: version bump to 2.4

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest | 2 +-
 dev-vcs/repo/{repo-2.3.ebuild => repo-2.4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 917cc976b13..29131724cf4 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,3 +1,3 @@
 DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4
 DIST repo-1.27 29945 BLAKE2B 
930fa876b8889d64c8d12444f4cd59bebbdf9848d455e114fc9306922d931aa721320db65a07c38f705c39950538a1d5ae5ca66e359d2f2e38061d144ac11cb2
 SHA512 
a9f651e5fd1da1c74b31aebf32d03cf868183fa529eaf2b079015f9e778a2bb7c1ef49e06564703534c45fa1bd7bc5bd3d91a91477c336e549c1208afa74ace6
-DIST repo-2.3 31280 BLAKE2B 
b637a226c19bd04350f25c27924b8c4951be1ae09c3ee3f12643d5e2d983e51ee181b22c553ad7fbf6cc0457e0621fe083e21d8e577cd2b87c74d3cfd107ee69
 SHA512 
3c83799fbc1846730c085a43c603938b8daa8bb7792e130a55cd508cf416b67fa025e77f20770c6b65f9ee3fa1aa7240d47bfb8e9a3835ac5ea11e1fce9112e2
+DIST repo-2.4 35152 BLAKE2B 
a069c095524574ee4a7d18cc5cd023f6d71b9ed9b57941180a6ec3ab3c33b2ed18b5dfc7d225a7bc849b7ebfd28bc0e672f7796eb2bb37af0685539c850cfe34
 SHA512 
46d7b8f699246ad625d5eb714791c29b949c40793343ba56681554040dc1d6a0a5f049e8d96f1e12ca93d77291e95ffd756f76554ebc1062f9cf6fc014aa116a

diff --git a/dev-vcs/repo/repo-2.3.ebuild b/dev-vcs/repo/repo-2.4.ebuild
similarity index 95%
rename from dev-vcs/repo/repo-2.3.ebuild
rename to dev-vcs/repo/repo-2.4.ebuild
index 1632716eecc..681273f3560 100644
--- a/dev-vcs/repo/repo-2.3.ebuild
+++ b/dev-vcs/repo/repo-2.4.ebuild
@@ -7,7 +7,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..8} )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-02-12 Thread Mike Frysinger
commit: 5f7c5e31b449df7817c332fd68f9e41198f4e30b
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Feb 13 01:45:26 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Feb 13 01:45:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7c5e31

dev-vcs/repo: version bump to 2.3

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest | 2 +-
 dev-vcs/repo/{repo-2.0.ebuild => repo-2.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index d1a31630684..7099d301c88 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,2 @@
 DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4
-DIST repo-2.0 30067 BLAKE2B 
23aaae97c8512e329a4293d82c4e65583861d515dc079fdddbb73473ea0aeb3951315fa7595c70695cf94f030ed2bc97b134ff2aafe774b552132ac8cf4f4045
 SHA512 
a83525fa87a3fba8d78af1305dd92f5e51f58430bff20f63b8b743ad94d382ecf3edc1888c78f9da4be4d379bfa3ccde79aae5c1d8c173f928d3593ea42156bb
+DIST repo-2.3 31280 BLAKE2B 
b637a226c19bd04350f25c27924b8c4951be1ae09c3ee3f12643d5e2d983e51ee181b22c553ad7fbf6cc0457e0621fe083e21d8e577cd2b87c74d3cfd107ee69
 SHA512 
3c83799fbc1846730c085a43c603938b8daa8bb7792e130a55cd508cf416b67fa025e77f20770c6b65f9ee3fa1aa7240d47bfb8e9a3835ac5ea11e1fce9112e2

diff --git a/dev-vcs/repo/repo-2.0.ebuild b/dev-vcs/repo/repo-2.3.ebuild
similarity index 100%
rename from dev-vcs/repo/repo-2.0.ebuild
rename to dev-vcs/repo/repo-2.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-02-10 Thread Michał Górny
commit: deed6ebef99f70b6cca15ec675f7e91957248f43
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 20:57:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 21:00:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deed6ebe

dev-vcs/repo: Remove py2

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

 dev-vcs/repo/repo-1.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-1.26.ebuild b/dev-vcs/repo/repo-1.26.ebuild
index 9d2c58695f0..bbf73b4eca2 100644
--- a/dev-vcs/repo/repo-1.26.ebuild
+++ b/dev-vcs/repo/repo-1.26.ebuild
@@ -6,7 +6,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-02-10 Thread Mike Frysinger
commit: c4b93219ae236a6d94e83aef730ab0b2c406c0a0
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Feb 10 15:32:02 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Feb 10 15:35:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b93219

dev-vcs/repo: stablize 1.26

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/repo-1.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/repo-1.26.ebuild b/dev-vcs/repo/repo-1.26.ebuild
index d1563fd6add..9d2c58695f0 100644
--- a/dev-vcs/repo/repo-1.26.ebuild
+++ b/dev-vcs/repo/repo-1.26.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2020-02-10 Thread Mike Frysinger
commit: 8008db53fdd68e204d91c9e3fcb87dbb1331f122
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Feb 10 15:32:39 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Feb 10 15:35:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8008db53

dev-vcs/repo: version bump to 2.0

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest|  1 +
 dev-vcs/repo/repo-2.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index 71ea0be1a2e..d1a31630684 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1 +1,2 @@
 DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4
+DIST repo-2.0 30067 BLAKE2B 
23aaae97c8512e329a4293d82c4e65583861d515dc079fdddbb73473ea0aeb3951315fa7595c70695cf94f030ed2bc97b134ff2aafe774b552132ac8cf4f4045
 SHA512 
a83525fa87a3fba8d78af1305dd92f5e51f58430bff20f63b8b743ad94d382ecf3edc1888c78f9da4be4d379bfa3ccde79aae5c1d8c173f928d3593ea42156bb

diff --git a/dev-vcs/repo/repo-2.0.ebuild b/dev-vcs/repo/repo-2.0.ebuild
new file mode 100644
index 000..1632716eecc
--- /dev/null
+++ b/dev-vcs/repo/repo-2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  The launcher only gets a new update when changes are
+# made in it.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/

2019-11-17 Thread Mike Frysinger
commit: c97a381152cc54d1c11d1478f000d2c487f724e3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Nov 18 07:49:58 2019 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Nov 18 07:52:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97a3811

dev-vcs/repo: moved & updated from dev-util/repo

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest |  1 +
 dev-vcs/repo/metadata.xml | 10 ++
 dev-vcs/repo/repo-1.26.ebuild | 31 +++
 3 files changed, 42 insertions(+)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
new file mode 100644
index 000..71ea0be1a2e
--- /dev/null
+++ b/dev-vcs/repo/Manifest
@@ -0,0 +1 @@
+DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4

diff --git a/dev-vcs/repo/metadata.xml b/dev-vcs/repo/metadata.xml
new file mode 100644
index 000..de0e9961d99
--- /dev/null
+++ b/dev-vcs/repo/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   vap...@gentoo.org
+
+
+Tool for managing multiple git repositories. From Google, useful for building 
Android.
+
+

diff --git a/dev-vcs/repo/repo-1.26.ebuild b/dev-vcs/repo/repo-1.26.ebuild
new file mode 100644
index 000..d1563fd6add
--- /dev/null
+++ b/dev-vcs/repo/repo-1.26.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# of the repo project.  They are confusingly different currently.
+
+EAPI="7"
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+
+inherit python-r1
+
+DESCRIPTION="Google tool for managing git, particularly multiple repos"
+HOMEPAGE="https://gerrit.googlesource.com/git-repo;
+SRC_URI="https://storage.googleapis.com/git-repo-downloads/${P};
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !app-admin/radmind
+   !dev-util/repo"
+
+S=${WORKDIR}
+
+src_install() {
+   python_foreach_impl python_newscript "${DISTDIR}/${P}" ${PN}
+}