diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
commit | 71deace00d1a2b091313fe137ab7092418c6f87c (patch) | |
tree | 9f1f0dee23e13658e52f49437befe78427148c51 /app-vim/gundo | |
parent | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff) |
gentoo resync : 10.02.2020
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/Manifest | 4 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.6.2-r2.ebuild (renamed from app-vim/gundo/gundo-2.6.2.ebuild) | 4 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.6.2-r3.ebuild (renamed from app-vim/gundo/gundo-2.6.2-r1.ebuild) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest index f6e8a3a04fdb..5ba30bec618e 100644 --- a/app-vim/gundo/Manifest +++ b/app-vim/gundo/Manifest @@ -1,5 +1,5 @@ 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-r1.ebuild 763 BLAKE2B 475944514327afa9c6ded866d535b4087e068ae8bd6f47f61501912f2101628fb011e8ec919da9946524fb10216a29845c228f77af1d783b83e4121b02a8171d SHA512 0d512e790e4cb81ea73e1015c40d86084a485cd084003b71a2fa98465134a6937dbfff649b88eb4300a78cab5b6da63684368504f0a41f545a145e1980c6b3a2 -EBUILD gundo-2.6.2.ebuild 715 BLAKE2B d17f051fd9c56d9e20b91b63ecfc1c14231fe74c22d9847ee01151cf3662810324437d1c44aa7fdbaf57727b5013de447719cff542de3bbc632b4e9a10567d27 SHA512 cc9056ab97e1e31a34176960c782f0f86f242affdc7863c9562f1eee4c623082eda7c91c922dd655808d30985e348bdb923c133bf565c875fa978df8783b11b3 +EBUILD gundo-2.6.2-r2.ebuild 729 BLAKE2B 7258e63f666c6a2a9470830d1066f72109cf4a5a2275a33989fe2e732a0b31818bc1e55b60dfb112c31d6d0e5979e206443d3c672693d85b676ce84244c45fa3 SHA512 8645215b5d72cb5cde46318cd1c7b542a99191b2611a41a162eabb76c35aff2c9f1887e311fb833f92c9e736ffdd313e8d0da0bfa5410a7c0cfabd4531ef2435 +EBUILD gundo-2.6.2-r3.ebuild 777 BLAKE2B b683fb073a2957142b9f0aec041edfaaea4594427c503db286878e6e0e47509eea8fbd101132ccbd3b3010eb5e2c55716b88698de4d3af9c48a1589858cb6034 SHA512 4191fee5a4c5bc1ff16a45fd443f5566750baa9125ba57bf4372cb1ea2aad314be0933cc17a954c0e33a16ac3a57cc0fdfba9beab6a871f5cc95f5af9cf7dc83 MISC metadata.xml 337 BLAKE2B 08b3c90ab9c289b83c58c3c67fa09f3306082e9d660b8ac81e75f14a44d434fec2657ca4f21ef6660ae46923abe92053a22b404ee9fd443b34775191a999a7e8 SHA512 14459476fa97a611646909941de602646af184e1de555dfff407e71b8fa935c23b5f863b58432be84c31378badabecf8893eafd454d06f8c57759a3bb8035854 diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2-r2.ebuild index 0c3b69a6049a..4dfdca739ac5 100644 --- a/app-vim/gundo/gundo-2.6.2.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r2.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] ) ${PYTHON_DEPS}" diff --git a/app-vim/gundo/gundo-2.6.2-r1.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild index 3140f0d8ba4b..fa78d2605c20 100644 --- a/app-vim/gundo/gundo-2.6.2-r1.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] ) ${PYTHON_DEPS}" |