* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2016-10-01 11:29 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2016-10-01 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 4cf5b106137a571ae2b558a0643fe6adecbea505
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 11:29:12 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 11:29:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf5b106
app-vim/vim-tmux: new package.
vim-tmux is a vim plugin which offers support for tmux.conf.
Gentoo-Bug: https://bugs.gentoo.org/592090
Package-Manager: portage-2.2.28
app-vim/vim-tmux/Manifest | 1 +
app-vim/vim-tmux/metadata.xml | 15 +++++++++++++++
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 23 +++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/app-vim/vim-tmux/Manifest b/app-vim/vim-tmux/Manifest
new file mode 100644
index 00000000..d5c0fd7
--- /dev/null
+++ b/app-vim/vim-tmux/Manifest
@@ -0,0 +1 @@
+DIST vim-tmux-3.0.0.zip 12713 SHA256 8ca059d610489a7d8be010aa1136c2501cbe18e86b0552e173fc0a5b6694dc24 SHA512 d6bc94c34ab32608610fdfffc3a3522b6056b3b61dd3cb9c63a71cb20d1597954aec65a06c5ce22352731d4e70b6a239ca5f303427182cce93324042b7f10c8c WHIRLPOOL 49f5b3e9b6e7d4608c049684605b393686c5f1ab447a71ac4af5c6b208829ab5df7f053eaa3bd8b327e6f9d5bd8d0af1547da8a47e89873325d3328ee42830bb
diff --git a/app-vim/vim-tmux/metadata.xml b/app-vim/vim-tmux/metadata.xml
new file mode 100644
index 00000000..a383dda
--- /dev/null
+++ b/app-vim/vim-tmux/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Tools Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
new file mode 100644
index 00000000..3bc87cf
--- /dev/null
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: tmux support for vim"
+HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
+SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+ app-misc/tmux
+ app-arch/unzip"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ :;
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2016-10-29 20:16 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2016-10-29 20:16 UTC (permalink / raw
To: gentoo-commits
commit: e3979b056ac1a3795e2a38f27476e33bfadfd834
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:14:53 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 20:16:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3979b05
app-vim/vim-tmux: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 3bc87cf..f84ecc8 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
DEPEND="
app-misc/tmux
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2017-08-03 20:11 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2017-08-03 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 04254cabdc9ff10a0f23f9b90d8d5f05d94c61d5
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 20:10:47 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 20:11:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04254cab
app-vim/vim-tmux: keyword for a bunch of arches.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 059fd5d5223..4195dc9871e 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.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=6
@@ -9,14 +9,5 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-DEPEND="
- app-misc/tmux
- app-arch/unzip"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
- :;
-}
+KEYWORDS="amd64 ppc ppc64 x86 ~ia64 ~arm ~mips ~sparc ~alpha ~hppa"
+DEPEND="app-misc/tmux"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2017-08-04 12:30 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2017-08-04 12:30 UTC (permalink / raw
To: gentoo-commits
commit: 63c20034193dfaef37f6b431c4eb224c4fdf6816
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 4 12:26:34 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 4 12:30:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c20034
app-vim/vim-tmux: remove dependency on app-misc/tmux.
Gentoo-Bug: https://bugs.gentoo.org/603526
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 4195dc9871e..9e01b7d7fff 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -10,4 +10,3 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
KEYWORDS="amd64 ppc ppc64 x86 ~ia64 ~arm ~mips ~sparc ~alpha ~hppa"
-DEPEND="app-misc/tmux"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2017-08-05 10:07 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2017-08-05 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 510fb8ff0e10a7702dda487f7c550b69078f22e8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 10:06:17 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 10:07:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510fb8ff
app-vim/vim-tmux: add a blocker on app-misc/tmux.
Gentoo-Bug: https://bugs.gentoo.org/603526
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 9e01b7d7fff..4661b2e001c 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -10,3 +10,8 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
KEYWORDS="amd64 ppc ppc64 x86 ~ia64 ~arm ~mips ~sparc ~alpha ~hppa"
+
+# Bug 603526.
+# Remove this line once this version is marked stable
+# and the old ones are gone.
+RDEPEND="!<app-misc/tmux-2.5-r2"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2017-08-15 5:41 Alexis Ballier
0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2017-08-15 5:41 UTC (permalink / raw
To: gentoo-commits
commit: f61e0c76d40f273f90960191d1c7bcba6a61735e
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 05:40:18 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 05:40:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61e0c76
app-vim/vim-tmux: keyword ~arm64
Package-Manager: Portage-2.3.7, Repoman-2.3.3
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 4661b2e001c..21c876b7995 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
-KEYWORDS="amd64 ppc ppc64 x86 ~ia64 ~arm ~mips ~sparc ~alpha ~hppa"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
# Bug 603526.
# Remove this line once this version is marked stable
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2018-01-22 21:43 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2018-01-22 21:43 UTC (permalink / raw
To: gentoo-commits
commit: ff5bfe5e66ff8b87ed0feb67f41ad61ff99911ce
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 21:42:44 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 21:42:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5bfe5e
app-vim/vim-tmux: add amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 21c876b7995..3694ce4b6ad 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.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
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
# Bug 603526.
# Remove this line once this version is marked stable
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2018-06-06 12:32 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 1eb86ffd45d21b050d5f6506069891afe48c59f4
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 5 21:55:55 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 12:32:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb86ffd
app-vim/vim-tmux: fetch tar.gz archive instead of zip.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-vim/vim-tmux/Manifest | 2 +-
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/vim-tmux/Manifest b/app-vim/vim-tmux/Manifest
index 154e303a35f..a2b5ddf0ca4 100644
--- a/app-vim/vim-tmux/Manifest
+++ b/app-vim/vim-tmux/Manifest
@@ -1 +1 @@
-DIST vim-tmux-3.0.0.zip 12713 BLAKE2B 11b2aa2a3a2da98d1977023b42063dd66ffc330894e76284699a0988d94d373116606decc4505b739ecf9454261bec43f9f88ada1196a1050320788709aebc99 SHA512 d6bc94c34ab32608610fdfffc3a3522b6056b3b61dd3cb9c63a71cb20d1597954aec65a06c5ce22352731d4e70b6a239ca5f303427182cce93324042b7f10c8c
+DIST vim-tmux-3.0.0.tar.gz 9658 BLAKE2B 188485b4c74e60292aa153693246c9e612cbc4736accb7aafad3ee901084023b3f40374212afe2139c634b8457c2ec871f0cf5e6d02beb69fc3c433f26b8610d SHA512 d251ff07b0702e4f9969d02a9c32924db62f77b71250fda175053883abc35c18932f9869ea0514df1b7acb9cc65f6b39e2b8c640ad77ff36a19ceaa74d13d77b
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 3694ce4b6ad..ab382fc6fe5 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -7,7 +7,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
-SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim.org"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2019-02-01 8:48 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2019-02-01 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 57873888bcf27db3033590b162749c242ae705e7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 19:31:30 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Feb 1 08:46:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57873888
app-vim/vim-tmux: remove unused RDEPEND.
As per comment above RDEPEND line.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index ab382fc6fe5..a189820f05f 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,8 +10,3 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim.org"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
-
-# Bug 603526.
-# Remove this line once this version is marked stable
-# and the old ones are gone.
-RDEPEND="!<app-misc/tmux-2.5-r2"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2019-02-01 8:48 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2019-02-01 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 200ce5260c7f827b5ca9e3f1faf0a692d2b573a6
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 19:36:19 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Feb 1 08:46:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200ce526
app-vim/vim-tmux: keyword for arm/ia64/alpha platforms.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index a189820f05f..649e9130c2f 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd alpha ia64 arm"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2019-02-28 17:16 Mikle Kolyada
0 siblings, 0 replies; 23+ messages in thread
From: Mikle Kolyada @ 2019-02-28 17:16 UTC (permalink / raw
To: gentoo-commits
commit: ae6c81c24dfe3346419d9075dae858a984e5e6d4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 17:16:19 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 17:16:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6c81c2
app-vim/vim-tmux: keyword ~s390
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 649e9130c2f..8f192ae47bd 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd alpha ia64 arm"
+KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2019-05-28 12:02 Ulrich Müller
0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2019-05-28 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 68269dd80215e32ca6fe2e2b28f574919d13fe8c
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 12:01:26 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 28 12:01:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68269dd8
app-vim/vim-tmux: Fix LICENSE.
Closes: https://bugs.gentoo.org/686748
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 8f192ae47bd..d159003e5a1 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -8,5 +8,5 @@ inherit vim-plugin
DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim.org"
+LICENSE="public-domain MIT"
KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2019-07-15 15:03 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2019-07-15 15:03 UTC (permalink / raw
To: gentoo-commits
commit: fc3e2b24e715c39f178008a68aec511a3e1e3a58
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 15:01:32 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 15:03:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3e2b24
app-vim/vim-tmux: [QA] Fix duplicate keywords
Fixes: 200ce5260c7f827b5ca9e3f1faf0a692d2b573a6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index d159003e5a1..5f796471c67 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
-KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2019-10-03 8:16 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2019-10-03 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 32734111f669e510c92fadeb14bb31a85939cfee
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 08:15:56 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 08:15:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32734111
app-vim/vim-tmux: sparc stable wrt bug #695252
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 5f796471c67..373e8fa1666 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2019-11-07 18:59 Aaron Bauman
0 siblings, 0 replies; 23+ messages in thread
From: Aaron Bauman @ 2019-11-07 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 21bcf29f74d03fc124cb61b98bb766db4fb68599
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 18:59:36 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 18:59:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bcf29f
app-vim/vim-tmux: arm64 stable (bug #695252)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 8031580eb1f..3f5e0373750 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2020-01-18 10:18 Jeroen Roovers
0 siblings, 0 replies; 23+ messages in thread
From: Jeroen Roovers @ 2020-01-18 10:18 UTC (permalink / raw
To: gentoo-commits
commit: f0808072c1bccca499d9958f3597f7f366f1ba7c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 10:17:13 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 10:18:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0808072
app-vim/vim-tmux: Stable for HPPA
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 3f5e0373750..299ce0de31b 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2020-08-30 10:05 Yixun Lan
0 siblings, 0 replies; 23+ messages in thread
From: Yixun Lan @ 2020-08-30 10:05 UTC (permalink / raw
To: gentoo-commits
commit: a72f7f507ad67aadbf98956d7ff1fb478e6d0a5e
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 09:39:10 2020 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 10:04:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72f7f50
app-vim/vim-tmux: add riscv keyword
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 25bc36f4290..a0de84c8678 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2022-05-14 7:28 WANG Xuerui
0 siblings, 0 replies; 23+ messages in thread
From: WANG Xuerui @ 2022-05-14 7:28 UTC (permalink / raw
To: gentoo-commits
commit: 14b27ee9cb4b55a6789f6ebeb1239d2f20079e84
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:14:14 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:28:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b27ee9
app-vim/vim-tmux: keyword 3.0.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 641f96ad1e72..ace0be0e0059 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,6 +9,6 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
DOCS=( README.md CHANGELOG.md )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2022-05-14 7:28 WANG Xuerui
0 siblings, 0 replies; 23+ messages in thread
From: WANG Xuerui @ 2022-05-14 7:28 UTC (permalink / raw
To: gentoo-commits
commit: 8a5425caebfddae0e8e69b0d341842144aeab7a9
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:15:24 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:28:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5425ca
app-vim/vim-tmux: mark ALLARCHES
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
app-vim/vim-tmux/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-vim/vim-tmux/metadata.xml b/app-vim/vim-tmux/metadata.xml
index 4612280db7e7..95979a3d7382 100644
--- a/app-vim/vim-tmux/metadata.xml
+++ b/app-vim/vim-tmux/metadata.xml
@@ -12,6 +12,7 @@
<maintainer type="person">
<email>monsieurp@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">tmux-plugins/vim-tmux</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2023-09-14 21:23 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
To: gentoo-commits
commit: 69b6df28de9e38fc9a621b9b5a5aa6f5cbfba570
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:30:23 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b6df28
app-vim/vim-tmux: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild
new file mode 100644
index 000000000000..61fb101ceab3
--- /dev/null
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: tmux support for vim"
+HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
+SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+DOCS=( README.md CHANGELOG.md )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2023-11-04 10:49 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-11-04 10:49 UTC (permalink / raw
To: gentoo-commits
commit: f17ba4248831b1d9caba2f5f0fb5be40451631de
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 10:48:05 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 10:48:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17ba424
app-vim/vim-tmux: Stabilize 3.0.0-r1 ALLARCHES, #916837
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild
index 61fb101ceab3..73e8a2d74843 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild
@@ -10,6 +10,6 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
DOCS=( README.md CHANGELOG.md )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2023-12-26 2:37 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2023-12-26 2:37 UTC (permalink / raw
To: gentoo-commits
commit: a5e66a5de827a78a030ae5f9745b50dfaf565987
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 28 18:57:52 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 02:36:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e66a5d
app-vim/vim-tmux: add <stabilize-allarches/>
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-vim/vim-tmux/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-vim/vim-tmux/metadata.xml b/app-vim/vim-tmux/metadata.xml
index 95979a3d7382..eda27c5b1199 100644
--- a/app-vim/vim-tmux/metadata.xml
+++ b/app-vim/vim-tmux/metadata.xml
@@ -16,4 +16,5 @@
<upstream>
<remote-id type="github">tmux-plugins/vim-tmux</remote-id>
</upstream>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
@ 2024-01-13 18:50 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2024-01-13 18:50 UTC (permalink / raw
To: gentoo-commits
commit: f48949f549266c754172bc55aecb67f91bc299fc
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jan 13 17:41:27 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:50:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48949f5
app-vim/vim-tmux: drop 3.0.0, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
deleted file mode 100644
index ace0be0e0059..000000000000
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: tmux support for vim"
-HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
-SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="public-domain MIT"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-DOCS=( README.md CHANGELOG.md )
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2024-01-13 18:51 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 10:05 [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 18:50 Michał Górny
2023-12-26 2:37 Conrad Kostecki
2023-11-04 10:49 Sam James
2023-09-14 21:23 Conrad Kostecki
2022-05-14 7:28 WANG Xuerui
2022-05-14 7:28 WANG Xuerui
2020-01-18 10:18 Jeroen Roovers
2019-11-07 18:59 Aaron Bauman
2019-10-03 8:16 Agostino Sarubbo
2019-07-15 15:03 Michał Górny
2019-05-28 12:02 Ulrich Müller
2019-02-28 17:16 Mikle Kolyada
2019-02-01 8:48 Patrice Clement
2019-02-01 8:48 Patrice Clement
2018-06-06 12:32 Patrice Clement
2018-01-22 21:43 Patrice Clement
2017-08-15 5:41 Alexis Ballier
2017-08-05 10:07 Patrice Clement
2017-08-04 12:30 Patrice Clement
2017-08-03 20:11 Patrice Clement
2016-10-29 20:16 Patrice Clement
2016-10-01 11:29 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox