summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-09 08:13:59 +0000
committerSam James <sam@gentoo.org>2023-03-09 08:17:15 +0000
commitfe11e5fb5dbaad032925243881e8ce9b495d4d4b (patch)
tree85c512410e7ea7a0757e938dbe878f50a65c326d
parentapp-misc/trash-cli: Keyword 0.23.2.13.2 x86, #900443 (diff)
downloadgentoo-fe11e5fb5dbaad032925243881e8ce9b495d4d4b.tar.gz
gentoo-fe11e5fb5dbaad032925243881e8ce9b495d4d4b.tar.bz2
gentoo-fe11e5fb5dbaad032925243881e8ce9b495d4d4b.zip
dev-vcs/git-tools: drop 2019.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-vcs/git-tools/Manifest1
-rw-r--r--dev-vcs/git-tools/git-tools-2019.11.ebuild30
2 files changed, 0 insertions, 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
-}