public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2015-08-25  2:24 Tim Harder
  0 siblings, 0 replies; 14+ messages in thread
From: Tim Harder @ 2015-08-25  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     90ee2063aeb0d8663264e9db1773755d5bd7014e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 02:10:09 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 02:10:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ee2063

app-vim/undotree: stabilize 5.0

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

diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild
index 0848832..9746d99 100644
--- a/app-vim/undotree/undotree-5.0.ebuild
+++ b/app-vim/undotree/undotree-5.0.ebuild
@@ -10,4 +10,4 @@ DESCRIPTION="vim plugin: display your undo history in a graph"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
 SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2016-12-12  4:30 Tim Harder
  0 siblings, 0 replies; 14+ messages in thread
From: Tim Harder @ 2016-12-12  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:29:41 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:29:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4089e5

app-vim/undotree: remove old

 app-vim/undotree/Manifest            |  1 -
 app-vim/undotree/undotree-4.3.ebuild | 13 -------------
 2 files changed, 14 deletions(-)

diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index 0de167b..e8191b1 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1,2 +1 @@
-DIST undotree-4.3.tar.gz 11556 SHA256 45a700e8d6c0924144ded612af7ac66a63b6f1927b4b0044557c3bc7a5cac46a SHA512 8143be996230d15ff538e007ebe7d8d7f71f8115f450bffabd47706ae6052316b251b3cfc1187039ecc351c9d5765763c9150fb14944944c65768ccc434f244d WHIRLPOOL 4000274dbdb6a2c9a92ca08a88377df8c2d94f20daffc0d82c87b5e3f47bd2a10846222b7c154a2628e0a19797493d5e88492c417b9d966961e17c5af8bfbc00
 DIST undotree-5.0.tar.gz 13646 SHA256 57e49c1c819e53e340b9f76c639c4148ddaec88e050eb22095373dd051151cc7 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0 WHIRLPOOL f3a887362bfc3c3c128fffa9be9365cf45608ada100780d7e6c1315a8c2ca98ea0998f246076e36b0275c3299db5bc56ff80b093c662107a2077050bb4148cc6

diff --git a/app-vim/undotree/undotree-4.3.ebuild b/app-vim/undotree/undotree-4.3.ebuild
deleted file mode 100644
index 6c156a90..00000000
--- a/app-vim/undotree/undotree-4.3.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
-SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2016-12-12  4:30 Tim Harder
  0 siblings, 0 replies; 14+ messages in thread
From: Tim Harder @ 2016-12-12  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2b1c5b3e0fa00c446574e9c56bf58ad360cb361c
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:29:30 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:29:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1c5b3e

app-vim/undotree: update to EAPI 6

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

diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild
index 9746d99..8abab4d 100644
--- a/app-vim/undotree/undotree-5.0.ebuild
+++ b/app-vim/undotree/undotree-5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit vim-plugin vcs-snapshot
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2017-03-12 13:10 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2017-03-12 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c7400ec9f6ed7587c67d2f70870688b914dd5de3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 13:09:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 13:10:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7400ec9

app-vim/undotree: add 9999 ebuild.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/undotree/undotree-9999.ebuild | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild
new file mode 100644
index 00000000000..a809fa19094
--- /dev/null
+++ b/app-vim/undotree/undotree-9999.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin git-r3
+
+EGIT_REPO_URI="git://github.com/mbbill/undotree.git"
+DESCRIPTION="vim plugin: display your undo history in a graph"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
+LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2017-07-30  8:47 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2017-07-30  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2caabc5d938c9655154b0d959098596fca740384
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:49:01 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caabc5d

app-vim/undotree: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild
index a809fa19094..e257084dc78 100644
--- a/app-vim/undotree/undotree-9999.ebuild
+++ b/app-vim/undotree/undotree-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit vim-plugin git-r3
 
-EGIT_REPO_URI="git://github.com/mbbill/undotree.git"
+EGIT_REPO_URI="https://github.com/mbbill/undotree.git"
 DESCRIPTION="vim plugin: display your undo history in a graph"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2018-03-10 22:55 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2018-03-10 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     bdb0f82be17dddffa36db271b6e4dd230bb7767f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  9 14:53:27 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 22:55:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb0f82b

app-vim/undotree: use HTTPS.

 app-vim/undotree/undotree-5.0.ebuild  | 4 ++--
 app-vim/undotree/undotree-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild
index a3b9c665fc0..f494f607ca9 100644
--- a/app-vim/undotree/undotree-5.0.ebuild
+++ b/app-vim/undotree/undotree-5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit vim-plugin vcs-snapshot
 
 DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
 SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 KEYWORDS="amd64 x86"

diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild
index e257084dc78..af693593620 100644
--- a/app-vim/undotree/undotree-9999.ebuild
+++ b/app-vim/undotree/undotree-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,5 +7,5 @@ inherit vim-plugin git-r3
 
 EGIT_REPO_URI="https://github.com/mbbill/undotree.git"
 DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2018-09-04 22:03 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2018-09-04 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d207c0a163afd5a07f0593ef867095025c4ed817
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  3 08:37:34 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 21:27:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d207c0a1

app-vim/undotree: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/undotree/Manifest            |  1 +
 app-vim/undotree/undotree-6.0.ebuild | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index 206493813ac..dad4c1b2538 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1 +1,2 @@
 DIST undotree-5.0.tar.gz 13646 BLAKE2B 12fb31433b95ac980cae9d313ccb7cd30d0a63a25f440027ae0dd8cd240a80aa825582f60a88b44346f392f8e52c7ff5d86a87d8891b0adc3fcf17daf0c86ce3 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0
+DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49

diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild
new file mode 100644
index 00000000000..ef1f2f67d99
--- /dev/null
+++ b/app-vim/undotree/undotree-6.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin vcs-snapshot
+
+DESCRIPTION="vim plugin: display your undo history in a graph"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
+SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2018-12-12  8:25 Tim Harder
  0 siblings, 0 replies; 14+ messages in thread
From: Tim Harder @ 2018-12-12  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     301dd9381e25ea79655c79bc166f0dc37877bca9
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 05:47:38 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 08:24:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301dd938

app-vim/undotree: stabilize 6.0

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

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

diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild
index ef1f2f67d99..af341218371 100644
--- a/app-vim/undotree/undotree-6.0.ebuild
+++ b/app-vim/undotree/undotree-6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: display your undo history in a graph"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
 SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2018-12-12  8:25 Tim Harder
  0 siblings, 0 replies; 14+ messages in thread
From: Tim Harder @ 2018-12-12  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8c5c4aaa99a6431c3f2ef2945ec0266c0ae750c1
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 05:48:11 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 08:24:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5c4aaa

app-vim/undotree: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/undotree/Manifest            |  1 -
 app-vim/undotree/undotree-5.0.ebuild | 12 ------------
 2 files changed, 13 deletions(-)

diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index dad4c1b2538..18fc99bffda 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1,2 +1 @@
-DIST undotree-5.0.tar.gz 13646 BLAKE2B 12fb31433b95ac980cae9d313ccb7cd30d0a63a25f440027ae0dd8cd240a80aa825582f60a88b44346f392f8e52c7ff5d86a87d8891b0adc3fcf17daf0c86ce3 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0
 DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49

diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild
deleted file mode 100644
index f494f607ca9..00000000000
--- a/app-vim/undotree/undotree-5.0.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
-SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2023-09-14 21:23 Conrad Kostecki
  0 siblings, 0 replies; 14+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f8cbff340c07c1bfe7398d1e09dfb7d7d1d8abe1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:11:30 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cbff34

app-vim/undotree: remove live ebuild

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-vim/undotree/undotree-9999.ebuild | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/app-vim/undotree/undotree-9999.ebuild b/app-vim/undotree/undotree-9999.ebuild
deleted file mode 100644
index af6935936207..000000000000
--- a/app-vim/undotree/undotree-9999.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin git-r3
-
-EGIT_REPO_URI="https://github.com/mbbill/undotree.git"
-DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
-LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2023-09-14 21:23 Conrad Kostecki
  0 siblings, 0 replies; 14+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7c16d4b139c82e84ef85d859ceae674b5bc637e1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:11:17 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c16d4b1

app-vim/undotree: version bump (6.1)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-vim/undotree/Manifest            |  1 +
 app-vim/undotree/undotree-6.1.ebuild | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index 18fc99bffdac..961ea2373f3e 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1 +1,2 @@
 DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49
+DIST undotree-6.1.tar.gz 18489 BLAKE2B 4570dbfd8f4f03e51bfb59587872993fed01d7e572dc517255c663ddfb3df8be04a5a7232175998889fea032faaf47f7eb6a9be6bbc46d1e644be1370ae54da5 SHA512 ed2831fee148b6a0cb78ea528db9b6a217da67fb74d95e00034671ecd7d0bef397077a7e96c29697d372a2bd1d0a6865e210cece57c4cccd97a0cf3e0b486ec2

diff --git a/app-vim/undotree/undotree-6.1.ebuild b/app-vim/undotree/undotree-6.1.ebuild
new file mode 100644
index 000000000000..15a7431dc300
--- /dev/null
+++ b/app-vim/undotree/undotree-6.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin vcs-snapshot
+
+DESCRIPTION="vim plugin: display your undo history in a graph"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177
+  https://github.com/mbbill/undotree"
+SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2023-12-09 20:24 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5badbb7be8345dff73f33d7e1f1a9a1dd7401355
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:23:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:23:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5badbb7b

app-vim/undotree: Stabilize 6.1 amd64, #919640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/app-vim/undotree/undotree-6.1.ebuild b/app-vim/undotree/undotree-6.1.ebuild
index 15a7431dc300..c581faed8e93 100644
--- a/app-vim/undotree/undotree-6.1.ebuild
+++ b/app-vim/undotree/undotree-6.1.ebuild
@@ -11,4 +11,4 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177
 SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2023-12-09 20:24 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c011cedc0dda27fc4db74baf70b771bcf16c5916
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:23:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:23:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c011cedc

app-vim/undotree: Stabilize 6.1 x86, #919640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/app-vim/undotree/undotree-6.1.ebuild b/app-vim/undotree/undotree-6.1.ebuild
index c581faed8e93..4dce1b65976a 100644
--- a/app-vim/undotree/undotree-6.1.ebuild
+++ b/app-vim/undotree/undotree-6.1.ebuild
@@ -11,4 +11,4 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177
 SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
@ 2024-04-19  6:08 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-19  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     37aad1819f5816723736b6e40506d741883cc01a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 06:01:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 06:07:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37aad181

app-vim/undotree: drop 6.0, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/undotree/Manifest            |  1 -
 app-vim/undotree/undotree-6.0.ebuild | 12 ------------
 2 files changed, 13 deletions(-)

diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index 961ea2373f3e..d7f69a51c6d5 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1,2 +1 @@
-DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49
 DIST undotree-6.1.tar.gz 18489 BLAKE2B 4570dbfd8f4f03e51bfb59587872993fed01d7e572dc517255c663ddfb3df8be04a5a7232175998889fea032faaf47f7eb6a9be6bbc46d1e644be1370ae54da5 SHA512 ed2831fee148b6a0cb78ea528db9b6a217da67fb74d95e00034671ecd7d0bef397077a7e96c29697d372a2bd1d0a6865e210cece57c4cccd97a0cf3e0b486ec2

diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild
deleted file mode 100644
index af3412183713..000000000000
--- a/app-vim/undotree/undotree-6.0.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
-SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-04-19  6:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 20:24 [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19  6:08 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2023-09-14 21:23 Conrad Kostecki
2023-09-14 21:23 Conrad Kostecki
2018-12-12  8:25 Tim Harder
2018-12-12  8:25 Tim Harder
2018-09-04 22:03 Patrice Clement
2018-03-10 22:55 Patrice Clement
2017-07-30  8:47 Michał Górny
2017-03-12 13:10 Patrice Clement
2016-12-12  4:30 Tim Harder
2016-12-12  4:30 Tim Harder
2015-08-25  2:24 Tim Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox