summaryrefslogtreecommitdiff
path: root/dev-vcs/git-tools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-03 11:25:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-03 11:25:07 +0100
commitf6a034d922bf54efeaa781fcb5388b325b90d945 (patch)
treeb9fafda6cf44bf7b09de2c3d74090de10f9cde04 /dev-vcs/git-tools
parent007b0aae027279095b8605c214b535e59df8f6eb (diff)
gentoo auto-resync : 03:05:2023 - 11:25:06
Diffstat (limited to 'dev-vcs/git-tools')
-rw-r--r--dev-vcs/git-tools/Manifest2
-rw-r--r--dev-vcs/git-tools/git-tools-2020.09.ebuild30
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 6140d68be9ca..7386ffdb34ee 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1,5 +1,3 @@
-DIST git-tools-2020.09.tar.gz 30365 BLAKE2B 90c6b00b6c88037a90a0987f78ce28e6a9568a05cc750a8a2722fae74e7f7ad63ded5365677446cd19dd9a219c0dce550f8a63c591350cbba7af46837369d981 SHA512 48a6f36aab3e51c2ea3513473b2fe80107d19f131abf89f607492b6fb117419e11c522322beadae5802a1d1388b3430bf48e5dcfec53597453275f62bf13b05b
DIST git-tools-2022.12.tar.gz 38072 BLAKE2B 3a7c1b4b4082af4ba4e6b6c5e061bf1c10cf58c8f25b7a3acac009fbac67ad10f68819bcd93561b8f76556bb4edf8ed3210300cd4e4733e1a777cf79e5c8532f SHA512 ecd9cef6d4811b701d6770ae04bcd7c6811ed1e0086f96f3108d5d683816ea46b343e1eb653e3a529a5b540168775f458a48f85175292245257b063163904700
-EBUILD git-tools-2020.09.ebuild 912 BLAKE2B b9d463bc28f76e8d42695e926199c9aeae9f0c05362ee0800810bc8470d3bb3e86e09abf555c70960a2f2ee3ca3cfbb061fecbd3f9ab11e87e2fec6f0305b5d4 SHA512 51f92d5c9cb964d438b211c17cf457791d59ab73685ac81c0b768d9cbe088af142f2cbc2658b61e8e0c6f4c71ebcc8a9e3f9b113612e9707a4618c22c2c8d6cf
EBUILD git-tools-2022.12.ebuild 907 BLAKE2B a2ca8a1e1421b92b8e20d9784f8683a3ea87053c03f8ccb2d34d3ee63976889377fc8a5f198ddffca1045b1ebce404a44f168fca5378c60eca63950de19950f8 SHA512 ebc5cd6204304f0ca03ae4fa063d6164077782532838f84c79e82ffd9701fd3e118729b3e9f05b9c58ac2df73a421dfa721d21f77b536c3db3c34514b50ce775
MISC metadata.xml 328 BLAKE2B 540d0e55302adfe743eca2fbc024a3f31c4fe8e22051600c02fbf23976e10ee2beee5dc1de6afb57838a26144476e972848b88456afd1ceb834a7a222d3333bf SHA512 f8fe766051f8efd0a1efb00faf0c46741db7a74d60c60f85d3776f5ea5cab5ddd4e731879f026fec82fe60146da6325cbf08593ce7a3f75d713c9f36e403233d
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
-}