public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/
Date: Sun, 28 May 2017 22:15:43 +0000 (UTC)	[thread overview]
Message-ID: <1496009724.494dfc564cfb3039177eacaac02627b2e511019e.radhermit@gentoo> (raw)

commit:     494dfc564cfb3039177eacaac02627b2e511019e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 22:13:03 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun May 28 22:15:24 2017 +0000
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
 }


             reply	other threads:[~2017-05-28 22:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-28 22:15 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 11:21 [gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/ Arthur Zamarin
2025-03-08 11:20 Sam James
2024-08-18 17:43 Arthur Zamarin
2021-05-24 18:52 Michał Górny
2020-11-16  8:27 Patrice Clement
2020-04-04 12:13 Mikle Kolyada
2020-02-09 16:18 Michał Górny
2018-03-25  0:17 Tim Harder
2018-03-25  0:17 Tim Harder
2017-05-27 15:19 Michał Górny
2017-04-21  7:33 David Seifert
2016-08-15 19:47 Patrice Clement
2016-08-15 19:47 Patrice Clement
2016-03-26 17:40 Tim Harder
2016-03-13 18:49 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496009724.494dfc564cfb3039177eacaac02627b2e511019e.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox