summaryrefslogtreecommitdiff
path: root/app-vim/gundo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /app-vim/gundo
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'app-vim/gundo')
-rw-r--r--app-vim/gundo/Manifest2
-rw-r--r--app-vim/gundo/gundo-2.6.2-r3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 8aa82903042f..dce6c10a0539 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,4 +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 771 BLAKE2B 69e113c524921bfc80af5c0847ad6d81996a6fde525b0a501c3c31bc0ee341dd72c8e9339318142b9269bf6f8c67028de9fa39e50b2816af674916adc4299bb1 SHA512 2cda640d1a6ec5d2a49d001f9e651383b3209fb3104cbe62841428218430a86ae9aaece62887830a0864267ebb765d439a97894597a9390451eef07b60670ff3
+EBUILD gundo-2.6.2-r3.ebuild 736 BLAKE2B b5c607c1cba1ef627fcbe47a148b29abeef8f0cf8828f214ce4914566349a143641d069581368264749dfcbf0f366797f129d0eaf7a1b3fc9ac69d3024fd757a SHA512 7c52172d79458dc8fcfdcc3afdb9fa486995e5f012053e8482ca0e88fd3f063b53d82897585cb95dd7022532008f8a290b6bd57e376ec724e999056340fa9b04
MISC metadata.xml 337 BLAKE2B 08b3c90ab9c289b83c58c3c67fa09f3306082e9d660b8ac81e75f14a44d434fec2657ca4f21ef6660ae46923abe92053a22b404ee9fd443b34775191a999a7e8 SHA512 14459476fa97a611646909941de602646af184e1de555dfff407e71b8fa935c23b5f863b58432be84c31378badabecf8893eafd454d06f8c57759a3bb8035854
diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 5bc571a85ef1..c15b5f74838d 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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
@@ -27,6 +27,6 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
PATCHES=( "${FILESDIR}"/${P}-python3.patch )
src_prepare() {
- rm -r .gitignore .hg* package.sh README* site tests || die
+ rm -r site tests || die
default
}