Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
Date: Thu, 28 Jan 2016 06:19:54
Message-Id: 1453961982.91443fef3e17e15386b71d64279ec0b5c78b3489.robbat2@gentoo
1 commit: 91443fef3e17e15386b71d64279ec0b5c78b3489
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 06:19:30 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 06:19:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91443fef
7
8 dev-vcs/git-tools: clean old ebuilds.
9
10 Package-Manager: portage-2.2.27
11
12 .../git-tools/git-tools-2015_p20151225-r1.ebuild | 44 ----------------------
13 dev-vcs/git-tools/git-tools-2015_p20151225.ebuild | 40 --------------------
14 2 files changed, 84 deletions(-)
15
16 diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild
17 deleted file mode 100644
18 index a1916bb..0000000
19 --- a/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild
20 +++ /dev/null
21 @@ -1,44 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -PYTHON_COMPAT=( python2_7 python3_{1..5} )
28 -inherit python-r1
29 -
30 -DESCRIPTION="Assorted git-related scripts"
31 -HOMEPAGE="https://github.com/MestreLion/git-tools/"
32 -MY_PV="ff7a07daa6898fd0993180f64bd232aa4def6018"
33 -SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-3+"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -DEPEND=""
41 -RDEPEND="
42 - >=dev-vcs/git-2.5
43 - >=app-shells/bash-4.0"
44 -
45 -MY_P=${PN}-${MY_PV}
46 -S=${WORKDIR}/${MY_P}
47 -
48 -src_compile() {
49 - :;
50 -}
51 -
52 -src_install() {
53 - SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommited-repos git-rebase-theirs git-strip-merge"
54 - SCRIPTS_PYTHON="git-restore-mtime"
55 - dobin $SCRIPTS_BASH
56 - dobin $SCRIPTS_PYTHON
57 - for p in $SCRIPTS_PYTHON ; do
58 - python_replicate_script "${ED}"/usr/bin/$p
59 - done
60 - # Make it possible to use the tools as 'git $TOOLNAME'
61 - for i in $SCRIPTS_BASH $SCRIPTS_PYTHON ; do
62 - dosym /usr/bin/$i /usr/libexec/git-core/
63 - done
64 - dodoc README.md
65 -}
66
67 diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
68 deleted file mode 100644
69 index f611b39..0000000
70 --- a/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
71 +++ /dev/null
72 @@ -1,40 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -PYTHON_COMPAT=( python2_7 python3_{1..5} )
79 -inherit python-r1
80 -
81 -DESCRIPTION="Assorted git-related scripts"
82 -HOMEPAGE="https://github.com/MestreLion/git-tools/"
83 -MY_PV="ff7a07daa6898fd0993180f64bd232aa4def6018"
84 -SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="GPL-3+"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE=""
90 -
91 -DEPEND=""
92 -RDEPEND="
93 - >=dev-vcs/git-2.5
94 - >=app-shells/bash-4.0"
95 -
96 -MY_P=${PN}-${MY_PV}
97 -S=${WORKDIR}/${MY_P}
98 -
99 -src_compile() {
100 - :;
101 -}
102 -
103 -src_install() {
104 - SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommited-repos git-rebase-theirs git-strip-merge"
105 - SCRIPTS_PYTHON="git-restore-mtime"
106 - dobin $SCRIPTS_BASH
107 - dobin $SCRIPTS_PYTHON
108 - for p in $SCRIPTS_PYTHON ; do
109 - python_replicate_script "${ED}"/usr/bin/$p
110 - done
111 - dodoc README.md
112 -}