commit:     dd563b06e0833b9cfeda1c91cedf3ff0ed933ba7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 15:01:55 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 15:02:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd563b06

dev-vcs/git-tools: bump to 2017.10

Simplify src_install.
Drop git-core symlinks; git(1) looks for helpers in PATH.

Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-vcs/git-tools/Manifest                 |  1 +
 dev-vcs/git-tools/git-tools-2017.10.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 846c429d6d6..7fe7650a16d 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1,2 +1,3 @@
 DIST git-tools-2015_p20151225.tar.gz 12635 SHA256 
ab98a8ac35d47d521c43e8b6f543e55757bb2ec4a3cbdeddf25348c5b0cdb36a SHA512 
c995f814a78a3afb967e435b9559e4601fd9c7ed10b30950d6d8f20db2cc8077c814fb6164351f20f3c118e0b8b139c84485d5849057654a70d81847f77dd3d0
 WHIRLPOOL 
6f2810d8e81bbdcb8f99a4e9e3032e11a160df969e8c11a9f8ed8e053eaaf98f895c90eed726e91bcdc2a59493950375015c4922e758256a54874e2667e21a25
 DIST git-tools-2015_p20160201.tar.gz 12702 SHA256 
56622b47edcfd2149e8d23b4d840a9c808160520f9c02f5b1842976a87362cbe SHA512 
55804d7cc67a0c41f460f4a648fd589c8b72c9de8f45d4683edc8d4c47b87bbb70dbb040a8cbd3c7fcc09a3faba17f145479b7000d93d178e32454c0b6a1a995
 WHIRLPOOL 
00c3a8fd887d37ce516dc07ca1594cfe6dba19cf74d7eb1c608b6b44a89869bcd6c66832b15eb8c86b58805003f4cf2b7c9298cc0a95c0f6648534c1ace6cc79
+DIST git-tools-2017.10.tar.gz 28049 BLAKE2B 
64b5f90468226dbeb4222f0f7be77846deffa836d6743e970c9bffced699c563712c24851e112a922faf3ae4b56ecc8daf0f5f772936c43a95c3907a244a6efa
 SHA512 
60b3006de64a4c26f00241b60d45ef8258999dabfc0a8ad1c7d6d6b386dc56caf8c3b6cd0edbce5e27277c8f900b736fe1e26c6a68ee2179f563d00d65fd7cfe

diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild 
b/dev-vcs/git-tools/git-tools-2017.10.ebuild
new file mode 100644
index 00000000000..b5eaaffb3d6
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2017.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit eutils python-r1
+
+DESCRIPTION="Assorted git-related scripts"
+HOMEPAGE="https://github.com/MestreLion/git-tools";
+SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+       >=dev-vcs/git-2.5
+       >=app-shells/bash-4.0"
+
+src_install() {
+       dobin git-branches-rename git-clone-subset git-find-uncommitted-repos
+       dobin git-rebase-theirs git-strip-merge
+       python_foreach_impl python_doscript git-restore-mtime
+       doman man1/*.1
+       einstalldocs
+}

Reply via email to