summaryrefslogtreecommitdiff
path: root/dev-util/repo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /dev-util/repo
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-util/repo')
-rw-r--r--dev-util/repo/Manifest5
-rw-r--r--dev-util/repo/metadata.xml11
-rw-r--r--dev-util/repo/repo-1.12.37.ebuild31
-rw-r--r--dev-util/repo/repo-1.13.2.ebuild29
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-util/repo/Manifest b/dev-util/repo/Manifest
deleted file mode 100644
index 5ff4988b1f6a..000000000000
--- a/dev-util/repo/Manifest
+++ /dev/null
@@ -1,5 +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
-EBUILD repo-1.12.37.ebuild 801 BLAKE2B 8fe1e4ded31323b6631687429f66c5cb255255deb0271a9bd4c2bff3bf84bf25a4c691976031e7c584ca1a277d410a5a196abcd59012b7623070c4e2910aebe3 SHA512 7605c9427efcec6eec5b89165fd821ceea4a7234cf15c94187f8a890f8565e9dc1a7b3dde4836c285571cce207a3806235ac3d35c60c2c084b69ba9304b55aad
-EBUILD repo-1.13.2.ebuild 781 BLAKE2B 9d8098d5693df938b9b5d1df32fa24b9d5b6e39ff9f7641ff8890a028a613a091b892d59e9a93c7485771c8d7b96c4316b7fe6450bc23b63b504098b006ccd78 SHA512 2e472081adc2c202ad872c5c3b8e378e266a5539c936be3ad79754682c2e5c6116086c4db24df3a8324e6a0c15307acfde7ef2c8dbc26069c95eb1b04004e0f8
-MISC metadata.xml 376 BLAKE2B ca33eb393fd109516578a9dfeb59a4f4fad9a99b06496767a9ad916bea214ceb10785e625458464256f682a2a2a2d48a4e8d020f243c55d0a05dfede88fc04b7 SHA512 1d28b7903b27c5d8a97543444d4a09408023af0bd5e17ef3e824dc283173be4d8ad265948872b30e039653c8bd291588ccb13f317b3ac74941a53f50bc05b29d
diff --git a/dev-util/repo/metadata.xml b/dev-util/repo/metadata.xml
deleted file mode 100644
index 26e54d13d07e..000000000000
--- 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>dlan@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 7ee57ac5ba7c..000000000000
--- 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 1123c98edd31..000000000000
--- 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
-}