commit:     a84dca7ec7e4711d94e4baac7d5b53a5f9c76265
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 07:51:39 2019 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 07:52:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84dca7e

dev-util/repo: drop in favor of dev-vcs/repo

This package makes more sense in dev-vcs since it's entirely
about managing source (on top of dev-vcs/git).

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 dev-util/repo/Manifest            |  2 --
 dev-util/repo/metadata.xml        | 11 -----------
 dev-util/repo/repo-1.12.37.ebuild | 31 -------------------------------
 dev-util/repo/repo-1.13.2.ebuild  | 29 -----------------------------
 profiles/updates/4Q-2019          |  1 +
 5 files changed, 1 insertion(+), 73 deletions(-)

diff --git a/dev-util/repo/Manifest b/dev-util/repo/Manifest
deleted file mode 100644
index 1eb0d2e8660..00000000000
--- a/dev-util/repo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST repo-1.12.37.tar.gz 115098 BLAKE2B 
7a54afad5a3355edfab09be62c6881b4c0d3bc521c04313bb1dd428fc7a1c9a82a65186d20fd05d67227c88d2f6a30fd70f53f35dbfc0b6e7e668252ce6fbd9d
 SHA512 
3ff6b5c3bcc8fba1861102035b86b59137e7dcebeab7a0fb01672da28473e1912c3cbac7c085e9b8d3fce404bd18095ba022d4978d83833f666bd31d621d5953
-DIST repo-1.13.2.tar.xz 103068 BLAKE2B 
055ca4ffb55aa304a466e32e84e4ed23781f5be4dc82ce854a0f2352e4b785bec55a3ea23cacd06f758ace4b5351c33cd3e32ecfa0fbb04eb5f4b45349ff7196
 SHA512 
acd02ded7d817c718e29e1c61dcd83b4e40380de8d3450f5b30aef47f9c1ea4872f04e83299e57999318d43a26d407bf73159394d82700a4a2b30611e5f2e2c1

diff --git a/dev-util/repo/metadata.xml b/dev-util/repo/metadata.xml
deleted file mode 100644
index 26e54d13d07..00000000000
--- a/dev-util/repo/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>d...@gentoo.org</email>
-    <name>Yixun Lan</name>
-  </maintainer>
-  <longdescription>
-  Tool for managing multiple git repositories. From Google, useful for 
building Android.
-  </longdescription>
-</pkgmetadata>

diff --git a/dev-util/repo/repo-1.12.37.ebuild 
b/dev-util/repo/repo-1.12.37.ebuild
deleted file mode 100644
index 7ee57ac5ba7..00000000000
--- a/dev-util/repo/repo-1.12.37.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# 3.x is currently very buggy, only 2.7 actually works
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://android.googlesource.com/tools/repo";
-# Should be:
-#SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~wizardedit/dist/repo-${PV}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       !app-admin/radmind"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_install() {
-       python_foreach_impl python_fix_shebang ./repo
-       python_foreach_impl python_doexe ./repo
-}

diff --git a/dev-util/repo/repo-1.13.2.ebuild b/dev-util/repo/repo-1.13.2.ebuild
deleted file mode 100644
index 1123c98edd3..00000000000
--- a/dev-util/repo/repo-1.13.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# 3.x is currently very buggy, only 2.7 actually works
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-DESCRIPTION="Google tool for managing git, particularly multiple repos"
-HOMEPAGE="https://android.googlesource.com/tools/repo";
-# Should be:
-#SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~dlan/distfiles/repo-${PV}.tar.xz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       !app-admin/radmind"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       python_foreach_impl python_fix_shebang ./repo
-       python_foreach_impl python_doexe ./repo
-}

diff --git a/profiles/updates/4Q-2019 b/profiles/updates/4Q-2019
index c0ee2ca31fe..3687662ff1d 100644
--- a/profiles/updates/4Q-2019
+++ b/profiles/updates/4Q-2019
@@ -1 +1,2 @@
 move dev-libs/rlottie media-libs/rlottie
+move dev-util/repo dev-vcs/repo

Reply via email to