[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb5e19

app-vim/gundo: Stable for amd64+x86.

Package-Manager: portage-2.2.28

 app-vim/gundo/gundo-2.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index f645812..4f70231 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit vim-plugin python-single-r1
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: cafe9fe5592958f50d64b6e7350f2fd50b096ad4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe9fe5

app-vim/gundo: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 13f328c..f3a89ca 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild
deleted file mode 100644
index fa8e3b5..000
--- a/app-vim/gundo/gundo-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/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"
-
-RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: bcf4824ca101b0d9c23bafaf755bb5be599fec12
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf4824c

app-vim/gundo: stabilize 2.6.2

 app-vim/gundo/gundo-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
index 28f68459e8e..6822904f1e7 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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306

app-vim/gundo: remove old

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.6.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 43f5ac495e3..76fe806d737 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.6.1.tar.gz 153125 BLAKE2B 
c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b
 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 
7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029
 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4

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 86515acdeb8..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb5e19

app-vim/gundo: Stable for amd64+x86.

Package-Manager: portage-2.2.28

 app-vim/gundo/gundo-2.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index f645812..4f70231 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit vim-plugin python-single-r1
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: cafe9fe5592958f50d64b6e7350f2fd50b096ad4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe9fe5

app-vim/gundo: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 13f328c..f3a89ca 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild
deleted file mode 100644
index fa8e3b5..000
--- a/app-vim/gundo/gundo-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/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"
-
-RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: bcf4824ca101b0d9c23bafaf755bb5be599fec12
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf4824c

app-vim/gundo: stabilize 2.6.2

 app-vim/gundo/gundo-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
index 28f68459e8e..6822904f1e7 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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306

app-vim/gundo: remove old

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.6.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 43f5ac495e3..76fe806d737 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.6.1.tar.gz 153125 BLAKE2B 
c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b
 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 
7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029
 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4

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 86515acdeb8..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: bcf4824ca101b0d9c23bafaf755bb5be599fec12
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf4824c

app-vim/gundo: stabilize 2.6.2

 app-vim/gundo/gundo-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
index 28f68459e8e..6822904f1e7 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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306

app-vim/gundo: remove old

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.6.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 43f5ac495e3..76fe806d737 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.6.1.tar.gz 153125 BLAKE2B 
c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b
 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 
7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029
 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4

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 86515acdeb8..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb5e19

app-vim/gundo: Stable for amd64+x86.

Package-Manager: portage-2.2.28

 app-vim/gundo/gundo-2.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index f645812..4f70231 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit vim-plugin python-single-r1
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: cafe9fe5592958f50d64b6e7350f2fd50b096ad4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe9fe5

app-vim/gundo: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 13f328c..f3a89ca 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild
deleted file mode 100644
index fa8e3b5..000
--- a/app-vim/gundo/gundo-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/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"
-
-RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: bcf4824ca101b0d9c23bafaf755bb5be599fec12
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf4824c

app-vim/gundo: stabilize 2.6.2

 app-vim/gundo/gundo-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
index 28f68459e8e..6822904f1e7 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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306

app-vim/gundo: remove old

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.6.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 43f5ac495e3..76fe806d737 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.6.1.tar.gz 153125 BLAKE2B 
c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b
 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 
7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029
 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4

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 86515acdeb8..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb5e19

app-vim/gundo: Stable for amd64+x86.

Package-Manager: portage-2.2.28

 app-vim/gundo/gundo-2.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index f645812..4f70231 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit vim-plugin python-single-r1
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: cafe9fe5592958f50d64b6e7350f2fd50b096ad4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe9fe5

app-vim/gundo: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 13f328c..f3a89ca 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild
deleted file mode 100644
index fa8e3b5..000
--- a/app-vim/gundo/gundo-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/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"
-
-RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: bcf4824ca101b0d9c23bafaf755bb5be599fec12
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf4824c

app-vim/gundo: stabilize 2.6.2

 app-vim/gundo/gundo-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
index 28f68459e8e..6822904f1e7 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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306

app-vim/gundo: remove old

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.6.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 43f5ac495e3..76fe806d737 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.6.1.tar.gz 153125 BLAKE2B 
c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b
 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 
7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029
 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4

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 86515acdeb8..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: bcf4824ca101b0d9c23bafaf755bb5be599fec12
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf4824c

app-vim/gundo: stabilize 2.6.2

 app-vim/gundo/gundo-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
index 28f68459e8e..6822904f1e7 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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306

app-vim/gundo: remove old

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.6.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 43f5ac495e3..76fe806d737 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.6.1.tar.gz 153125 BLAKE2B 
c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b
 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 
7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029
 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4

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 86515acdeb8..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb5e19

app-vim/gundo: Stable for amd64+x86.

Package-Manager: portage-2.2.28

 app-vim/gundo/gundo-2.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index f645812..4f70231 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit vim-plugin python-single-r1
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: cafe9fe5592958f50d64b6e7350f2fd50b096ad4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe9fe5

app-vim/gundo: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 13f328c..f3a89ca 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild
deleted file mode 100644
index fa8e3b5..000
--- a/app-vim/gundo/gundo-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/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"
-
-RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb5e19

app-vim/gundo: Stable for amd64+x86.

Package-Manager: portage-2.2.28

 app-vim/gundo/gundo-2.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index f645812..4f70231 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit vim-plugin python-single-r1
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: cafe9fe5592958f50d64b6e7350f2fd50b096ad4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe9fe5

app-vim/gundo: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 13f328c..f3a89ca 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild
deleted file mode 100644
index fa8e3b5..000
--- a/app-vim/gundo/gundo-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/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"
-
-RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-04-04 Thread Mikle Kolyada
commit: 40b6a5b839f46dd2fda0c913d8b51982277b0743
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  4 12:11:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  4 12:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b6a5b8

app-vim/gundo: mark stable

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r2.ebuild | 30 --
 app-vim/gundo/gundo-2.6.2-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
deleted file mode 100644
index 4dfdca739ac..000
--- a/app-vim/gundo/gundo-2.6.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your vim undo tree"
-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"
-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"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-   default
-}

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index fa78d2605c2..6d5959d4078 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2021-05-24 Thread Michał Górny
commit: f79872f66bfab93f1fadde01dfacda240a91b4ac
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:42:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79872f6

app-vim/gundo: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index c15b5f74838..2c1a2f2402a 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-11-16 Thread Patrice Clement
commit: e4ceb5a3e3ac7b2061092c1f65af696e4f5eeafe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 15 15:52:38 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 16 08:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ceb5a3

app-vim/gundo: update HOMEPAGE/SRC_URI.

Closes: https://bugs.gentoo.org/739790
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/gundo/gundo-2.6.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild 
b/app-vim/gundo/gundo-2.6.2-r3.ebuild
index 6d5959d4078..99e5e27abc4 100644
--- a/app-vim/gundo/gundo-2.6.2-r3.ebuild
+++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.io/gundo.vim/";
-SRC_URI="https://bitbucket.org/sjl/gundo.vim/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2020-02-09 Thread Michał Górny
commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 12:14:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040

app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild}| 4 ++--
 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild 
b/app-vim/gundo/gundo-2.6.2-r2.ebuild
similarity index 86%
rename from app-vim/gundo/gundo-2.6.2.ebuild
rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
index 0c3b69a6049..4dfdca739ac 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
similarity index 87%
rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
index 3140f0d8ba4..fa78d2605c2 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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: bcf4824ca101b0d9c23bafaf755bb5be599fec12
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf4824c

app-vim/gundo: stabilize 2.6.2

 app-vim/gundo/gundo-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
index 28f68459e8e..6822904f1e7 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="



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2018-03-24 Thread Tim Harder
commit: 5602d3060620a8778b73cc7a87ae0d187bdae3e7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 25 00:16:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 25 00:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5602d306

app-vim/gundo: remove old

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.6.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 43f5ac495e3..76fe806d737 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.6.1.tar.gz 153125 BLAKE2B 
c08016986dee222bd1f508776765f2f94fcef76178c5d9eea92e789b359e95d699b5540f5646b5825879f725c9ad91b7034192f807f923fde9e6d4314cbb7b5b
 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 
7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029
 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4

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 86515acdeb8..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb5e19

app-vim/gundo: Stable for amd64+x86.

Package-Manager: portage-2.2.28

 app-vim/gundo/gundo-2.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index f645812..4f70231 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit vim-plugin python-single-r1
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-08-15 Thread Patrice Clement
commit: cafe9fe5592958f50d64b6e7350f2fd50b096ad4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 15 19:47:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 15 19:47:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafe9fe5

app-vim/gundo: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  1 -
 app-vim/gundo/gundo-2.5.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 13f328c..f3a89ca 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,2 +1 @@
-DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild
deleted file mode 100644
index fa8e3b5..000
--- a/app-vim/gundo/gundo-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/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"
-
-RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-04-21 Thread David Seifert
commit: acd00474c8709965c95e80112931a6d8b6e4d2fd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:19:21 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:19:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd00474

app-vim/gundo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/gundo/gundo-2.6.1.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 696807efb34..5079a861249 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: visualize your vim undo tree"
 HOMEPAGE="https://sjl.bitbucket.org/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_USEDEP}] 
app-editors/gvim[${PYTHON_USEDEP}] )
+RDEPEND="
+   || (
+   app-editors/vim[${PYTHON_USEDEP}]
+   app-editors/gvim[${PYTHON_USEDEP}]
+   )
${PYTHON_DEPS}"
 
 S=${WORKDIR}/${PN}.vim-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-27 Thread Michał Górny
commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 16:10:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6

app-vim/gundo: Add missing [python] USE-dep on vim

 app-vim/gundo/gundo-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 5079a861249..1c78d498b95 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
|| (
-   app-editors/vim[${PYTHON_USEDEP}]
-   app-editors/gvim[${PYTHON_USEDEP}]
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
)
${PYTHON_DEPS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2017-05-28 Thread Tim Harder
commit: 494dfc564cfb3039177eacaac02627b2e511019e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun May 28 22:13:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun May 28 22:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494dfc56

app-vim/gundo: version bump to 2.6.2

And update HOMEPAGE for old version as well.

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild |  2 +-
 app-vim/gundo/{gundo-2.6.1.ebuild => gundo-2.6.2.ebuild} | 15 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index f3a89cab99d..f31332c3969 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152
+DIST gundo-2.6.2.tar.bz2 144107 SHA256 
d03d9d96b4f65cee184438679a5d686bc0cc628b292ace02d29132af146b0982 SHA512 
e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4
 WHIRLPOOL 
3bdb7555e37374efcf684c163b937ac71f98d8c73b5f8c3f05f540dd372c937d62e94676b3b260d422277ec5d75a91aae522a88cfc88bb76d83e92309558ad19

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
index 1c78d498b95..86515acdeb8 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
+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+"

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.2.ebuild
similarity index 63%
copy from app-vim/gundo/gundo-2.6.1.ebuild
copy to app-vim/gundo/gundo-2.6.2.ebuild
index 1c78d498b95..28f68459e8e 100644
--- a/app-vim/gundo/gundo-2.6.1.ebuild
+++ b/app-vim/gundo/gundo-2.6.2.ebuild
@@ -1,18 +1,18 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit vim-plugin python-single-r1
+inherit vim-plugin python-single-r1 vcs-snapshot
 
 DESCRIPTION="vim plugin: visualize your vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+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="
@@ -22,10 +22,9 @@ RDEPEND="
)
${PYTHON_DEPS}"
 
-S=${WORKDIR}/${PN}.vim-${PV}
-
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
rm -r .gitignore .hg* package.sh README* site tests || die
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-26 Thread Tim Harder
commit: 02bf33462c1688491fea99f86a62094b326a5906
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 26 17:36:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 26 17:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf3346

app-vim/gundo: version bump to 2.6.1

 app-vim/gundo/Manifest   |  1 +
 app-vim/gundo/gundo-2.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 16fee32..13f328c 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1 +1,2 @@
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
+DIST gundo-2.6.1.tar.gz 153125 SHA256 
6cacba104238169af6e9e2863cf500922a59cb6cb49885b36381a7f5d108be77 SHA512 
c8b9b20ff8ef24bd94b0adc18b2cf912cbd0a07c5a70df11be39fbe69d81306027b73d9a60c9127c658c913602a819774c7b1202a8db704677da59cb9916532b
 WHIRLPOOL 
a29477209922ec6e0602f26cab96dac4c76d4f0fa4cd86df3f8f01af8d3022a57eced609423dbda73f82e01718cdd6e7bf8b2bc8c5ef2cbe465edf5401ed2152

diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild
new file mode 100644
index 000..f645812
--- /dev/null
+++ b/app-vim/gundo/gundo-2.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: visualize your vim undo tree"
+HOMEPAGE="https://sjl.bitbucket.org/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"
+
+RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] 
app-editors/gvim[${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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/

2016-03-13 Thread Manuel Rüger
commit: 1618b7a5e6888f634404c1bfe3fcc2a7566ed471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 18:47:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 18:47:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618b7a5

app-vim/gundo: Remove old

Package-Manager: portage-2.2.28

 app-vim/gundo/Manifest   |  2 --
 app-vim/gundo/gundo-2.2.2.ebuild | 30 --
 app-vim/gundo/gundo-2.4.0.ebuild | 23 ---
 3 files changed, 55 deletions(-)

diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722..16fee32 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 
218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 
4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805
 WHIRLPOOL 
e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 
4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 
17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d
 WHIRLPOOL 
b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
 DIST gundo-2.5.0.tar.gz 152724 SHA256 
d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 
85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db
 WHIRLPOOL 
c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f

diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e9151..000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
-   rm -f README*
-}

diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489..000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/";
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-   >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
-   rm -r .gitignore .hg* package.sh README* site tests || die
-}



  1   2   >