summaryrefslogtreecommitdiff
path: root/app-vim/gundo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-03-09 01:48:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-03-09 01:48:35 +0000
commit0b832a429ecd6081aa9faa0eb262303b019d87ea (patch)
treec39bb9eaa7bc30cec17f3a3bdef0cf5ed27c6a75 /app-vim/gundo
parent80e87db4d9ed551615eb2d0309bf370e79500716 (diff)
gentoo auto-resync : 09:03:2025 - 01:48:35
Diffstat (limited to 'app-vim/gundo')
-rw-r--r--app-vim/gundo/Manifest3
-rw-r--r--app-vim/gundo/gundo-2.6.2-r3.ebuild32
-rw-r--r--app-vim/gundo/gundo-2.6.2-r4.ebuild4
3 files changed, 3 insertions, 36 deletions
diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f1a4b06cc28e..42f8d6f1b764 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,5 +1,4 @@
AUX gundo-2.6.2-python3.patch 395 BLAKE2B b39d17b6046f59d9a89fc89f4f6b941fb78777a98525993a046241f780087cf3450833cd966a42354a3d1f26a0171c5ed0d57aa11606ab42c9f04d44aaeafbfc SHA512 0fc80a6ade3a2b53843444a4ec9404d4d1ae54d5add0c5807a49c7a6818282f73c5635df69167a7f5b02da8b198bf83466f7b4da17f5d16f225a72081bd61df5
DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029 SHA512 e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
-EBUILD gundo-2.6.2-r3.ebuild 738 BLAKE2B 85f5cf5d1eb3eca59d8877d942124cadc42e946aa3558e4bf1fabf281e08816d7597208ad2a6641d0d507e3df5678c70c9dc93af16c7aa3f34344f25d486d10f SHA512 b418a8563343d63660900fe36f1e717756c13b0a221aa488843772d525831e6f4cecbb8e77056a5c9e0edc6177e3df515c424f8f90ba7446596a6097ed067fbe
-EBUILD gundo-2.6.2-r4.ebuild 741 BLAKE2B 270a345280848e9618a9b9f2a2bcf0f5e9d698652aa38f5279c8f388d1289b6cdb85487baa38452f3e8c29b9d7de118e59ae2a0173ea2db65f5740f2505cde9b SHA512 b8ef61dc9ccd27f06d694ade5db2cf04ed77eec0b1da0388e08833323b1675eeaf4f70df6a2cd4f745f0f6767c64f024d8b03b5d05237e55dd6a5d556b1e2930
+EBUILD gundo-2.6.2-r4.ebuild 739 BLAKE2B 755c79edf82fea5a0e83843c4c44bc77d689f9aae22e29bfd6ffe511bf36217f50d4d5429cb106375e148c68349103fe318349be387659add2d83eda560800e1 SHA512 3cf321f78de89c6bff5e044cc570c7824c9b33ea66001f5fed8f4d2cacbf367b351aa5eda2bae94a44f8557721c6ef30f839dae5dbe344e2dd785275e358887e
MISC metadata.xml 363 BLAKE2B c840f208c7562daff03045c0d10801fb085b5df9e00ebdd230c7e33449e1d65759ae246bfcfb7c43d340799553998497f3c196410bc994aa59c66f977fd86189 SHA512 1885fd25b761f8a83516315354b9adf1477fd492667d9d091a4c9eb30ee31dd15c169811a6a66728a73b2ae132b92c6e19ca0d7e630c163916379465cf86ee48
diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild
deleted file mode 100644
index b791897b38a4..000000000000
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ /dev/null
@@ -1,32 +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 vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://github.com/sjl/gundo.vim"
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86 ~x64-macos"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- )
- ${PYTHON_DEPS}"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-PATCHES=( "${FILESDIR}"/${P}-python3.patch )
-
-src_prepare() {
- rm -r site tests || die
- default
-}
diff --git a/app-vim/gundo/gundo-2.6.2-r4.ebuild b/app-vim/gundo/gundo-2.6.2-r4.ebuild
index 32c0758b25dd..2c977633e345 100644
--- a/app-vim/gundo/gundo-2.6.2-r4.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/sjl/gundo.vim"
SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="