* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2016-01-27 19:58 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2016-01-27 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 59876fbbdb7c6ba939cbab99da766b73139f1182
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 19:58:23 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 19:58:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59876fbb
dev-vcs/git-tools: New package.
Package-Manager: portage-2.2.24
dev-vcs/git-tools/Manifest | 1 +
dev-vcs/git-tools/git-tools-2015_p20151225.ebuild | 40 +++++++++++++++++++++++
dev-vcs/git-tools/metadata.xml | 10 ++++++
3 files changed, 51 insertions(+)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
new file mode 100644
index 0000000..36e3e70
--- /dev/null
+++ b/dev-vcs/git-tools/Manifest
@@ -0,0 +1 @@
+DIST git-tools-2015_p20151225.tar.gz 12635 SHA256 ab98a8ac35d47d521c43e8b6f543e55757bb2ec4a3cbdeddf25348c5b0cdb36a SHA512 c995f814a78a3afb967e435b9559e4601fd9c7ed10b30950d6d8f20db2cc8077c814fb6164351f20f3c118e0b8b139c84485d5849057654a70d81847f77dd3d0 WHIRLPOOL 6f2810d8e81bbdcb8f99a4e9e3032e11a160df969e8c11a9f8ed8e053eaaf98f895c90eed726e91bcdc2a59493950375015c4922e758256a54874e2667e21a25
diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
new file mode 100644
index 0000000..f611b39
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{1..5} )
+inherit python-r1
+
+DESCRIPTION="Assorted git-related scripts"
+HOMEPAGE="https://github.com/MestreLion/git-tools/"
+MY_PV="ff7a07daa6898fd0993180f64bd232aa4def6018"
+SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ >=dev-vcs/git-2.5
+ >=app-shells/bash-4.0"
+
+MY_P=${PN}-${MY_PV}
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommited-repos git-rebase-theirs git-strip-merge"
+ SCRIPTS_PYTHON="git-restore-mtime"
+ dobin $SCRIPTS_BASH
+ dobin $SCRIPTS_PYTHON
+ for p in $SCRIPTS_PYTHON ; do
+ python_replicate_script "${ED}"/usr/bin/$p
+ done
+ dodoc README.md
+}
diff --git a/dev-vcs/git-tools/metadata.xml b/dev-vcs/git-tools/metadata.xml
new file mode 100644
index 0000000..ac0f43b
--- /dev/null
+++ b/dev-vcs/git-tools/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">MestreLion/git-tools</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2016-01-27 21:44 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2016-01-27 21:44 UTC (permalink / raw
To: gentoo-commits
commit: a6499650ed72602121699b40797f3d479b71852b
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 21:43:58 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 21:44:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6499650
dev-vcs/git-tools: add useful symlinks.
Package-Manager: portage-2.2.24
.../git-tools/git-tools-2015_p20151225-r1.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild
new file mode 100644
index 0000000..a1916bb
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{1..5} )
+inherit python-r1
+
+DESCRIPTION="Assorted git-related scripts"
+HOMEPAGE="https://github.com/MestreLion/git-tools/"
+MY_PV="ff7a07daa6898fd0993180f64bd232aa4def6018"
+SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ >=dev-vcs/git-2.5
+ >=app-shells/bash-4.0"
+
+MY_P=${PN}-${MY_PV}
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommited-repos git-rebase-theirs git-strip-merge"
+ SCRIPTS_PYTHON="git-restore-mtime"
+ dobin $SCRIPTS_BASH
+ dobin $SCRIPTS_PYTHON
+ for p in $SCRIPTS_PYTHON ; do
+ python_replicate_script "${ED}"/usr/bin/$p
+ done
+ # Make it possible to use the tools as 'git $TOOLNAME'
+ for i in $SCRIPTS_BASH $SCRIPTS_PYTHON ; do
+ dosym /usr/bin/$i /usr/libexec/git-core/
+ done
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2016-01-28 6:19 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2016-01-28 6:19 UTC (permalink / raw
To: gentoo-commits
commit: 91443fef3e17e15386b71d64279ec0b5c78b3489
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 06:19:30 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 06:19:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91443fef
dev-vcs/git-tools: clean old ebuilds.
Package-Manager: portage-2.2.27
.../git-tools/git-tools-2015_p20151225-r1.ebuild | 44 ----------------------
dev-vcs/git-tools/git-tools-2015_p20151225.ebuild | 40 --------------------
2 files changed, 84 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild
deleted file mode 100644
index a1916bb..0000000
--- a/dev-vcs/git-tools/git-tools-2015_p20151225-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{1..5} )
-inherit python-r1
-
-DESCRIPTION="Assorted git-related scripts"
-HOMEPAGE="https://github.com/MestreLion/git-tools/"
-MY_PV="ff7a07daa6898fd0993180f64bd232aa4def6018"
-SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- >=dev-vcs/git-2.5
- >=app-shells/bash-4.0"
-
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- :;
-}
-
-src_install() {
- SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommited-repos git-rebase-theirs git-strip-merge"
- SCRIPTS_PYTHON="git-restore-mtime"
- dobin $SCRIPTS_BASH
- dobin $SCRIPTS_PYTHON
- for p in $SCRIPTS_PYTHON ; do
- python_replicate_script "${ED}"/usr/bin/$p
- done
- # Make it possible to use the tools as 'git $TOOLNAME'
- for i in $SCRIPTS_BASH $SCRIPTS_PYTHON ; do
- dosym /usr/bin/$i /usr/libexec/git-core/
- done
- dodoc README.md
-}
diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
deleted file mode 100644
index f611b39..0000000
--- a/dev-vcs/git-tools/git-tools-2015_p20151225.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{1..5} )
-inherit python-r1
-
-DESCRIPTION="Assorted git-related scripts"
-HOMEPAGE="https://github.com/MestreLion/git-tools/"
-MY_PV="ff7a07daa6898fd0993180f64bd232aa4def6018"
-SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- >=dev-vcs/git-2.5
- >=app-shells/bash-4.0"
-
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- :;
-}
-
-src_install() {
- SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommited-repos git-rebase-theirs git-strip-merge"
- SCRIPTS_PYTHON="git-restore-mtime"
- dobin $SCRIPTS_BASH
- dobin $SCRIPTS_PYTHON
- for p in $SCRIPTS_PYTHON ; do
- python_replicate_script "${ED}"/usr/bin/$p
- done
- dodoc README.md
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2016-01-28 6:41 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2016-01-28 6:41 UTC (permalink / raw
To: gentoo-commits
commit: 6313bb9fbc805c21248a684bc03ec22b4c8b6984
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 06:41:08 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 06:41:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6313bb9f
dev-vcs/git-tools: all the keywords (infra portage checksum test).
Package-Manager: portage-2.2.27
dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
index d05fd28..f601d59 100644
--- a/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
+++ b/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2016-02-01 21:54 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2016-02-01 21:54 UTC (permalink / raw
To: gentoo-commits
commit: 623630cf54db416848d5a97a6d0f05383a41a0fa
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 21:53:46 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 21:54:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623630cf
dev-vcs/git-tools: upstream bump, now with commit-time functionality.
Package-Manager: portage-2.2.27
dev-vcs/git-tools/Manifest | 1 +
dev-vcs/git-tools/git-tools-2015_p20160201.ebuild | 48 +++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 36e3e70..846c429 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1 +1,2 @@
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
diff --git a/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild b/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
new file mode 100644
index 0000000..8acca21
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{1..5} )
+inherit python-r1
+
+DESCRIPTION="Assorted git-related scripts"
+HOMEPAGE="https://github.com/MestreLion/git-tools/"
+MY_PV="0431b5f4c59101c1b7250d8dd2ce3f6a22318bc6"
+SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_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 ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ >=dev-vcs/git-2.5
+ >=app-shells/bash-4.0"
+
+MY_P=${PN}-${MY_PV}
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ epatch "$FILESDIR"/git-tools-2015_p20151225-py3.patch
+}
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommitted-repos git-rebase-theirs git-strip-merge"
+ SCRIPTS_PYTHON="git-restore-mtime"
+ dobin $SCRIPTS_BASH
+ dobin $SCRIPTS_PYTHON
+ for p in $SCRIPTS_PYTHON ; do
+ python_replicate_script "${ED}"/usr/bin/$p
+ done
+ # Make it possible to use the tools as 'git $TOOLNAME'
+ for i in $SCRIPTS_BASH $SCRIPTS_PYTHON ; do
+ dosym /usr/bin/$i /usr/libexec/git-core/$i
+ done
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2017-04-20 20:48 David Seifert
0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2017-04-20 20:48 UTC (permalink / raw
To: gentoo-commits
commit: ec41a135c9a97aa43c23d2127cdccc26a088534c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:36:51 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:47:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec41a135
dev-vcs/git-tools: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild | 5 +++--
dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild | 5 +++--
dev-vcs/git-tools/git-tools-2015_p20160201.ebuild | 5 +++--
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild b/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
index 62cf939f157..89fae4dd6d1 100644
--- a/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
+++ b/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
@@ -14,9 +14,10 @@ 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=""
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
>=dev-vcs/git-2.5
>=app-shells/bash-4.0"
diff --git a/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild b/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild
index 108faf7976b..3111a50cea5 100644
--- a/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild
+++ b/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild
@@ -14,9 +14,10 @@ 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=""
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
>=dev-vcs/git-2.5
>=app-shells/bash-4.0"
diff --git a/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild b/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
index 2149b7f3b6f..41ab4ece6c1 100644
--- a/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
+++ b/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
@@ -14,9 +14,10 @@ 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=""
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
>=dev-vcs/git-2.5
>=app-shells/bash-4.0"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2017-11-26 11:39 David Seifert
0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2017-11-26 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 56ff7902d8cf3d8edfd599e197e838e7f61b9e6c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 22:46:15 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 11:38:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ff7902
dev-vcs/git-tools: [QA] Consistent whitespace in metadata.xml
dev-vcs/git-tools/metadata.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-vcs/git-tools/metadata.xml b/dev-vcs/git-tools/metadata.xml
index ac0f43b4f27..c4d5177abb1 100644
--- a/dev-vcs/git-tools/metadata.xml
+++ b/dev-vcs/git-tools/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>robbat2@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">MestreLion/git-tools</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">MestreLion/git-tools</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2017-11-27 15:02 Mike Gilbert
0 siblings, 0 replies; 22+ messages in thread
From: Mike Gilbert @ 2017-11-27 15:02 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2017-11-27 15:04 Mike Gilbert
0 siblings, 0 replies; 22+ messages in thread
From: Mike Gilbert @ 2017-11-27 15:04 UTC (permalink / raw
To: gentoo-commits
commit: a27291bf65cb0a4e768bee7084514c015385190f
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 15:04:39 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 15:04:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27291bf
dev-vcs/git-tools: drop eutils
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
dev-vcs/git-tools/git-tools-2017.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild b/dev-vcs/git-tools/git-tools-2017.10.ebuild
index b5eaaffb3d6..a5ac828c614 100644
--- a/dev-vcs/git-tools/git-tools-2017.10.ebuild
+++ b/dev-vcs/git-tools/git-tools-2017.10.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit eutils python-r1
+inherit python-r1
DESCRIPTION="Assorted git-related scripts"
HOMEPAGE="https://github.com/MestreLion/git-tools"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2020-02-10 21:00 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2020-02-10 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 8fb18f5ec3cc9364ceb12121d2198032f3734964
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 20:56:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 21:00:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb18f5e
dev-vcs/git-tools: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/git-tools/git-tools-2017.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild b/dev-vcs/git-tools/git-tools-2017.10.ebuild
index 555da1d3cb5..7445f4d682a 100644
--- a/dev-vcs/git-tools/git-tools-2017.10.ebuild
+++ b/dev-vcs/git-tools/git-tools-2017.10.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit python-r1
DESCRIPTION="Assorted git-related scripts"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2020-05-08 4:36 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2020-05-08 4:36 UTC (permalink / raw
To: gentoo-commits
commit: a6536e1226c20495cd281fd3b08d4c396c3bd822
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 04:36:02 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri May 8 04:36:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6536e12
dev-vcs/git-tools: bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-vcs/git-tools/Manifest | 1 +
dev-vcs/git-tools/git-tools-2019.11.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 38d383b8c74..270fa4cf04a 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1 +1,2 @@
DIST git-tools-2017.10.tar.gz 28049 BLAKE2B 64b5f90468226dbeb4222f0f7be77846deffa836d6743e970c9bffced699c563712c24851e112a922faf3ae4b56ecc8daf0f5f772936c43a95c3907a244a6efa SHA512 60b3006de64a4c26f00241b60d45ef8258999dabfc0a8ad1c7d6d6b386dc56caf8c3b6cd0edbce5e27277c8f900b736fe1e26c6a68ee2179f563d00d65fd7cfe
+DIST git-tools-2019.11.tar.gz 28769 BLAKE2B 97dc7dd238b921075cd82cce9a0368309c9cbfd946715063cc05d0638987c81ae81dda10a6a24f8753a6e84bd558c86efea0bbc743d0a63265187924b66536d7 SHA512 091186d78f69bbc5c7b4673d1a3018d642aaf1b6820d7d995712bb41e9da861576f1ad780c5d2380ba75f80843e7cf101bc9e2409bd36f7dcbdb78fe923a8736
diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild
new file mode 100644
index 00000000000..37ed8e1ea2d
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2019.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit 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 ~sparc ~x86 ~ppc-aix ~amd64-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
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2020-12-27 16:38 Fabian Groffen
0 siblings, 0 replies; 22+ messages in thread
From: Fabian Groffen @ 2020-12-27 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 245c7673006433debd63a71512d24540b6834e18
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:38:06 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:38:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245c7673
dev-vcs/git-tools: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-vcs/git-tools/git-tools-2017.10.ebuild | 2 +-
dev-vcs/git-tools/git-tools-2019.11.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild b/dev-vcs/git-tools/git-tools-2017.10.ebuild
index dc9eb0a0eb7..625c8f9b723 100644
--- a/dev-vcs/git-tools/git-tools-2017.10.ebuild
+++ b/dev-vcs/git-tools/git-tools-2017.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild
index 37ed8e1ea2d..60d9f62d782 100644
--- a/dev-vcs/git-tools/git-tools-2019.11.ebuild
+++ b/dev-vcs/git-tools/git-tools-2019.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2020-12-27 18:10 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2020-12-27 18:10 UTC (permalink / raw
To: gentoo-commits
commit: df6ae38d17e3ca3ece7298777d4db74f54159f6f
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 21:03:18 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 18:10:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6ae38d
dev-vcs/git-tools: bump
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-vcs/git-tools/Manifest | 1 +
dev-vcs/git-tools/git-tools-2020.09.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 270fa4cf04a..d35d8e468c6 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1,2 +1,3 @@
DIST git-tools-2017.10.tar.gz 28049 BLAKE2B 64b5f90468226dbeb4222f0f7be77846deffa836d6743e970c9bffced699c563712c24851e112a922faf3ae4b56ecc8daf0f5f772936c43a95c3907a244a6efa SHA512 60b3006de64a4c26f00241b60d45ef8258999dabfc0a8ad1c7d6d6b386dc56caf8c3b6cd0edbce5e27277c8f900b736fe1e26c6a68ee2179f563d00d65fd7cfe
DIST git-tools-2019.11.tar.gz 28769 BLAKE2B 97dc7dd238b921075cd82cce9a0368309c9cbfd946715063cc05d0638987c81ae81dda10a6a24f8753a6e84bd558c86efea0bbc743d0a63265187924b66536d7 SHA512 091186d78f69bbc5c7b4673d1a3018d642aaf1b6820d7d995712bb41e9da861576f1ad780c5d2380ba75f80843e7cf101bc9e2409bd36f7dcbdb78fe923a8736
+DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b
diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild
new file mode 100644
index 00000000000..60d9f62d782
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2020.09.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2020-12-27 18:10 Robin H. Johnson
0 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2020-12-27 18:10 UTC (permalink / raw
To: gentoo-commits
commit: beaa3deae772d99d02841b528f14f0c003e303b3
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 21:03:50 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 18:10:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beaa3dea
dev-vcs/git-tools: cleanup
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-vcs/git-tools/Manifest | 1 -
dev-vcs/git-tools/git-tools-2017.10.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index d35d8e468c6..da5e10c84e8 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1,3 +1,2 @@
-DIST git-tools-2017.10.tar.gz 28049 BLAKE2B 64b5f90468226dbeb4222f0f7be77846deffa836d6743e970c9bffced699c563712c24851e112a922faf3ae4b56ecc8daf0f5f772936c43a95c3907a244a6efa SHA512 60b3006de64a4c26f00241b60d45ef8258999dabfc0a8ad1c7d6d6b386dc56caf8c3b6cd0edbce5e27277c8f900b736fe1e26c6a68ee2179f563d00d65fd7cfe
DIST git-tools-2019.11.tar.gz 28769 BLAKE2B 97dc7dd238b921075cd82cce9a0368309c9cbfd946715063cc05d0638987c81ae81dda10a6a24f8753a6e84bd558c86efea0bbc743d0a63265187924b66536d7 SHA512 091186d78f69bbc5c7b4673d1a3018d642aaf1b6820d7d995712bb41e9da861576f1ad780c5d2380ba75f80843e7cf101bc9e2409bd36f7dcbdb78fe923a8736
DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b
diff --git a/dev-vcs/git-tools/git-tools-2017.10.ebuild b/dev-vcs/git-tools/git-tools-2017.10.ebuild
deleted file mode 100644
index 625c8f9b723..00000000000
--- a/dev-vcs/git-tools/git-tools-2017.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-inherit 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2021-01-06 22:58 Fabian Groffen
0 siblings, 0 replies; 22+ messages in thread
From: Fabian Groffen @ 2021-01-06 22:58 UTC (permalink / raw
To: gentoo-commits
commit: 0f5991e8da792ec071fc021f45d89ac128efa4db
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 22:57:42 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 22:57:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5991e8
dev-vcs/git-tools: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-vcs/git-tools/git-tools-2019.11.ebuild | 4 ++--
dev-vcs/git-tools/git-tools-2020.09.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild
index 60d9f62d782..dc598cf9ff2 100644
--- a/dev-vcs/git-tools/git-tools-2019.11.ebuild
+++ b/dev-vcs/git-tools/git-tools-2019.11.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
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild
index 60d9f62d782..dc598cf9ff2 100644
--- a/dev-vcs/git-tools/git-tools-2020.09.ebuild
+++ b/dev-vcs/git-tools/git-tools-2020.09.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
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2021-06-01 11:14 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-06-01 11:14 UTC (permalink / raw
To: gentoo-commits
commit: 946ecbf3505f0aeb5024a3023c3143f2e25af6a3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:12:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:12:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946ecbf3
dev-vcs/git-tools: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/git-tools-2019.11.ebuild | 3 ++-
dev-vcs/git-tools/git-tools-2020.09.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild
index 655e17b9224..33ea09d600d 100644
--- a/dev-vcs/git-tools/git-tools-2019.11.ebuild
+++ b/dev-vcs/git-tools/git-tools-2019.11.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit python-r1
DESCRIPTION="Assorted git-related scripts"
diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild
index 655e17b9224..33ea09d600d 100644
--- a/dev-vcs/git-tools/git-tools-2020.09.ebuild
+++ b/dev-vcs/git-tools/git-tools-2020.09.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit python-r1
DESCRIPTION="Assorted git-related scripts"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2021-06-01 11:14 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-06-01 11:14 UTC (permalink / raw
To: gentoo-commits
commit: 86f749ce4166efab105e3c87caeb84b1b038177c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:12:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:12:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f749ce
dev-vcs/git-tools: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/git-tools/metadata.xml b/dev-vcs/git-tools/metadata.xml
index c4d5177abb1..7cac6d06dbb 100644
--- a/dev-vcs/git-tools/metadata.xml
+++ b/dev-vcs/git-tools/metadata.xml
@@ -4,6 +4,7 @@
<maintainer type="person">
<email>robbat2@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">MestreLion/git-tools</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2022-04-29 19:07 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-04-29 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 33ab32e0cc3f22c20c4f255a7963b7e08dded2f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 19:07:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:07:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ab32e0
dev-vcs/git-tools: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/git-tools-2020.09.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild
index 33ea09d600da..30e717967233 100644
--- a/dev-vcs/git-tools/git-tools-2020.09.ebuild
+++ b/dev-vcs/git-tools/git-tools-2020.09.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-r1
DESCRIPTION="Assorted git-related scripts"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2023-03-09 8:17 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-03-09 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 95a353dfdae0aa54b145645d48d1fa3cc9b15313
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 08:16:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 08:17:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a353df
dev-vcs/git-tools: add 2022.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/Manifest | 1 +
dev-vcs/git-tools/git-tools-2022.12.ebuild | 31 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 86c58a400246..6fb717f241f6 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1 +1,2 @@
DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b
+DIST git-tools-2022.12.tar.gz 38072 BLAKE2B 3a7c1b4b4082af4ba4e6b6c5e061bf1c10cf58c8f25b7a3acac009fbac67ad10f68819bcd93561b8f76556bb4edf8ed3210300cd4e4733e1a777cf79e5c8532f SHA512 ecd9cef6d4811b701d6770ae04bcd7c6811ed1e0086f96f3108d5d683816ea46b343e1eb653e3a529a5b540168775f458a48f85175292245257b063163904700
diff --git a/dev-vcs/git-tools/git-tools-2022.12.ebuild b/dev-vcs/git-tools/git-tools-2022.12.ebuild
new file mode 100644
index 000000000000..458f0863dd85
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2022.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+ ${DEPEND}
+ >=app-shells/bash-4.0
+ >=dev-vcs/git-2.5
+"
+
+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
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2023-03-09 8:17 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-03-09 8:17 UTC (permalink / raw
To: gentoo-commits
commit: fe11e5fb5dbaad032925243881e8ce9b495d4d4b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 08:13:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 08:17:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe11e5fb
dev-vcs/git-tools: drop 2019.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/Manifest | 1 -
dev-vcs/git-tools/git-tools-2019.11.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index da5e10c84e8b..86c58a400246 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1,2 +1 @@
-DIST git-tools-2019.11.tar.gz 28769 BLAKE2B 97dc7dd238b921075cd82cce9a0368309c9cbfd946715063cc05d0638987c81ae81dda10a6a24f8753a6e84bd558c86efea0bbc743d0a63265187924b66536d7 SHA512 091186d78f69bbc5c7b4673d1a3018d642aaf1b6820d7d995712bb41e9da861576f1ad780c5d2380ba75f80843e7cf101bc9e2409bd36f7dcbdb78fe923a8736
DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b
diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild
deleted file mode 100644
index eda1f54f2172..000000000000
--- a/dev-vcs/git-tools/git-tools-2019.11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-inherit 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~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
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2023-05-03 6:29 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-05-03 6:29 UTC (permalink / raw
To: gentoo-commits
commit: 93c07042d81170745abf836515fa2ee030d0122d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 06:25:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 3 06:28:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c07042
dev-vcs/git-tools: drop 2020.09
Closes: https://bugs.gentoo.org/896946
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/Manifest | 1 -
dev-vcs/git-tools/git-tools-2020.09.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 6fb717f241f6..cd6ce6e05081 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1,2 +1 @@
-DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b
DIST git-tools-2022.12.tar.gz 38072 BLAKE2B 3a7c1b4b4082af4ba4e6b6c5e061bf1c10cf58c8f25b7a3acac009fbac67ad10f68819bcd93561b8f76556bb4edf8ed3210300cd4e4733e1a777cf79e5c8532f SHA512 ecd9cef6d4811b701d6770ae04bcd7c6811ed1e0086f96f3108d5d683816ea46b343e1eb653e3a529a5b540168775f458a48f85175292245257b063163904700
diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild
deleted file mode 100644
index f7374746ce47..000000000000
--- a/dev-vcs/git-tools/git-tools-2020.09.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~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
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
@ 2024-05-09 11:33 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-05-09 11:33 UTC (permalink / raw
To: gentoo-commits
commit: c429d472872f4de149b11d508ba721b34dcdfba3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 11:31:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 9 11:32:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c429d472
dev-vcs/git-tools: enable py3.12
Closes: https://bugs.gentoo.org/929562
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/git-tools-2022.12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2022.12.ebuild b/dev-vcs/git-tools/git-tools-2022.12.ebuild
index 20db249a3d2e..e3b77e88a9ff 100644
--- a/dev-vcs/git-tools/git-tools-2022.12.ebuild
+++ b/dev-vcs/git-tools/git-tools-2022.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-r1
DESCRIPTION="Assorted git-related scripts"
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-05-09 11:33 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09 8:17 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-05-09 11:33 Sam James
2023-05-03 6:29 Sam James
2023-03-09 8:17 Sam James
2022-04-29 19:07 Sam James
2021-06-01 11:14 Sam James
2021-06-01 11:14 Sam James
2021-01-06 22:58 Fabian Groffen
2020-12-27 18:10 Robin H. Johnson
2020-12-27 18:10 Robin H. Johnson
2020-12-27 16:38 Fabian Groffen
2020-05-08 4:36 Robin H. Johnson
2020-02-10 21:00 Michał Górny
2017-11-27 15:04 Mike Gilbert
2017-11-27 15:02 Mike Gilbert
2017-11-26 11:39 David Seifert
2017-04-20 20:48 David Seifert
2016-02-01 21:54 Robin H. Johnson
2016-01-28 6:41 Robin H. Johnson
2016-01-28 6:19 Robin H. Johnson
2016-01-27 21:44 Robin H. Johnson
2016-01-27 19:58 Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox