diff options
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/Manifest | 4 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.6.1.ebuild | 31 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.6.2.ebuild | 2 |
3 files changed, 2 insertions, 35 deletions
diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest index 4ab49a03c174..df9979976a02 100644 --- a/app-vim/gundo/Manifest +++ b/app-vim/gundo/Manifest @@ -1,5 +1,3 @@ -DIST gundo-2.6.1.tar.gz 153125 BLAKE2B c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b SHA512 c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029 SHA512 e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4 -EBUILD gundo-2.6.1.ebuild 719 BLAKE2B 9c9b9d69cfc9d616e48506b8b85508fa4b9e215ce4ab43db69a1167562f4f7c53a05a71fa7175a5a812e3d30445a73b216ba4996b45101e500a274d96f13e70a SHA512 637fef965a372b43d41ae6b027682512c3c70d2ccfcfc7125ae70ae859c7a8d830b5df5f0ec51e3949817179f9b2b8663e52f69be571255fa3862f8748e3d5c2 -EBUILD gundo-2.6.2.ebuild 728 BLAKE2B d1641234ee33ffd91b8fd950a5b210e9ea05b7fef715cb4ce942c2fc40e75ddcf0bcf73236eeda3f2acb5dd760ba8b731d6275788327f574e240327a267d3e7e SHA512 028e89fc1572ff43baf89abd1768c667ea9a81098785cefa2397c12577494afcbbfcd7194f05baed2bbefcf637bf3a7ca3fde26797b6a32bdd00d8a745e4fd31 +EBUILD gundo-2.6.2.ebuild 726 BLAKE2B 67919bb9e15cbd444ac7732b8eb9c8bd52929b589693ad252106e376698a6a5b70b9885a5976c07fc53f0f8f5386f1adfe4434e03ff8e672fe9d1d7ee95b725e SHA512 4f5e6929413654e8cf8d11e0f6cf316c82e89763b63940f0d67b95968382a85080bc5668373fc8183d0a8a70358ab93a19bce4e529071efa6bf88a729d5baa83 MISC metadata.xml 337 BLAKE2B 08b3c90ab9c289b83c58c3c67fa09f3306082e9d660b8ac81e75f14a44d434fec2657ca4f21ef6660ae46923abe92053a22b404ee9fd443b34775191a999a7e8 SHA512 14459476fa97a611646909941de602646af184e1de555dfff407e71b8fa935c23b5f863b58432be84c31378badabecf8893eafd454d06f8c57759a3bb8035854 diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild deleted file mode 100644 index 86515acdeb8d..000000000000 --- a/app-vim/gundo/gundo-2.6.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit vim-plugin python-single-r1 - -DESCRIPTION="vim plugin: visualize your vim undo tree" -HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/" -SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -KEYWORDS="amd64 x86 ~x64-macos" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] - ) - ${PYTHON_DEPS}" - -S=${WORKDIR}/${PN}.vim-${PV} - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - rm -r .gitignore .hg* package.sh README* site tests || die -} diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild index 28f68459e8e2..6822904f1e76 100644 --- a/app-vim/gundo/gundo-2.6.2.ebuild +++ b/app-vim/gundo/gundo-2.6.2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/" SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/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=" |