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

2023-12-09 Thread Arthur Zamarin
commit: 827290aed85ce66b7e97ea4752ca516d4793d798
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 20:35:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 20:35:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827290ae

app-vim/easy-align: Stabilize 2.10.0-r2 amd64, #919631

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-vim/easy-align/easy-align-2.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/easy-align/easy-align-2.10.0-r2.ebuild 
b/app-vim/easy-align/easy-align-2.10.0-r2.ebuild
index 9488dc6de9cb..eb6e725b1d0e 100644
--- a/app-vim/easy-align/easy-align-2.10.0-r2.ebuild
+++ b/app-vim/easy-align/easy-align-2.10.0-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/junegunn/vim-easy-align
 SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 



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

2023-12-09 Thread Michał Górny
commit: d989dcb641d02911e092ba292b245a0d7b918ae3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 20:01:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 20:01:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d989dcb6

app-vim/easy-align: Stabilize 2.10.0-r2 x86, #919631

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

 app-vim/easy-align/easy-align-2.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/easy-align/easy-align-2.10.0-r2.ebuild 
b/app-vim/easy-align/easy-align-2.10.0-r2.ebuild
index 05c1978fbbdc..9488dc6de9cb 100644
--- a/app-vim/easy-align/easy-align-2.10.0-r2.ebuild
+++ b/app-vim/easy-align/easy-align-2.10.0-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/junegunn/vim-easy-align
 SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 



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

2019-02-23 Thread Patrice Clement
commit: cf81cdc0b7d86a10e75450293f572ed9a80e4558
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 23 16:47:08 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 23 17:11:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf81cdc0

app-vim/easy-align: add missing default function in src_prepare().

Closes: https://bugs.gentoo.org/676648
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/easy-align/easy-align-2.10.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild 
b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
index dcb2ed0da09..fc97db12306 100644
--- a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
+++ b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
@@ -19,5 +19,6 @@ VIM_PLUGIN_HELPFILES="${PN}"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_prepare() {
+   default
rm -rv test || die
 }



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

2019-01-22 Thread Patrice Clement
commit: b94835f2b9052bb1f1d89869d409e890ccf5dc3b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 22 22:58:12 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 22 22:58:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94835f2

app-vim/easy-align: EAPI 6 bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force

 app-vim/easy-align/easy-align-2.10.0-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild 
b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
new file mode 100644
index 000..dcb2ed0da09
--- /dev/null
+++ b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN=vim-${PN}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="vim plugin: a simple alignment plugin"
+HOMEPAGE="https://github.com/junegunn/vim-easy-align 
https://www.vim.org/scripts/script.php?script_id=4520;
+SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="amd64 x86"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   rm -rv test || die
+}



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

2019-01-22 Thread Patrice Clement
commit: 42e2a5e7f16f00a2a4f1229452b86f5fc1073d0d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 22 22:58:28 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 22 22:58:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e2a5e7

app-vim/easy-align: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/easy-align/easy-align-2.10.0.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild 
b/app-vim/easy-align/easy-align-2.10.0.ebuild
deleted file mode 100644
index e13cbff4ce5..000
--- a/app-vim/easy-align/easy-align-2.10.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN=vim-${PN}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: a simple alignment plugin"
-HOMEPAGE="https://github.com/junegunn/vim-easy-align 
https://www.vim.org/scripts/script.php?script_id=4520;
-SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
-   rm -rv test || die
-}



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

2018-03-05 Thread Patrice Clement
commit: f15da0cc6e9c2fb153243241693bd9410c152594
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar  4 08:23:04 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar  5 21:46:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15da0cc

app-vim/easy-align: use HTTPS.

 app-vim/easy-align/easy-align-2.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild 
b/app-vim/easy-align/easy-align-2.10.0.ebuild
index 22705144e80..e13cbff4ce5 100644
--- a/app-vim/easy-align/easy-align-2.10.0.ebuild
+++ b/app-vim/easy-align/easy-align-2.10.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=5
@@ -9,7 +9,7 @@ MY_PN=vim-${PN}
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="vim plugin: a simple alignment plugin"
-HOMEPAGE="https://github.com/junegunn/vim-easy-align 
http://www.vim.org/scripts/script.php?script_id=4520;
+HOMEPAGE="https://github.com/junegunn/vim-easy-align 
https://www.vim.org/scripts/script.php?script_id=4520;
 SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 KEYWORDS="amd64 x86"



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

2016-10-27 Thread Patrice Clement
commit: 738fc28582f1d58bfaae0ee56210419c7cad31d3
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 27 21:58:52 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 27 21:58:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738fc285

app-vim/easy-align: clean up old.

Package-Manager: portage-2.3.0

 app-vim/easy-align/Manifest|  2 --
 app-vim/easy-align/easy-align-2.9.4.ebuild | 23 ---
 app-vim/easy-align/easy-align-2.9.6.ebuild | 24 
 3 files changed, 49 deletions(-)

diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest
index 02a16b5..ab78e63 100644
--- a/app-vim/easy-align/Manifest
+++ b/app-vim/easy-align/Manifest
@@ -1,3 +1 @@
 DIST easy-align-2.10.0.tar.gz 20056 SHA256 
c6a4e0a360aa8e642f5c628ae273bfbe7e513a394302eef8c668e16949bd2cbb SHA512 
4a6a46db96b78d830fc0191b77b2226e9c1a2de585b731d1997f69ee31c8c76038ceb14f18e13f30fee00b5ce9ca7aed4241db06cac303b8ae903a856e4baabd
 WHIRLPOOL 
d9fae82909535a849a9ebc937f5c74674df3375f29f5ee8fccb420c00b2d1ee75842fd6f6ecc592c9e986244b415a785eb4623083cd6339db9e2a5e4d3131987
-DIST easy-align-2.9.4.tar.gz 21247 SHA256 
f01c57335acdd6982789e636aa9586417d39a991410882d82bacf3a2fd6491b5 SHA512 
ba2f7f38202cb5ca959a40e8b1de37e3687577f71b39fb16765a8c50f8c1c51563375b34ae407e13874990ac5e9af8bbd9f36256b8a9563417b4f561adbb0f9a
 WHIRLPOOL 
26d101fac05b3ccbee92b221be72ded5cce3a10872c4bd59dd7689c6faf992f1065490948b7c23545d75358927c734113a5772f2044a06df870f0a98792fd239
-DIST easy-align-2.9.6.tar.gz 21391 SHA256 
212499ef4311b2dd7bd303f618c1b7e7b42396e2a7e13156d769d3f673c96e22 SHA512 
ae351ef1789253ce541656dc455969148f9e8d28de3a44cd579eae7eff0e9cca1d89c508c60f5cead4e43e64038dd0c93a933a2e147ebdae1b98f0f4d2eaacc8
 WHIRLPOOL 
72de29a96882ca903eba5877666bb1a8eb11b7ba80034489f4d442aa96118bf5900ccd5b9fca4d08a32489af2ca4fa14e8e60db6b230de07f425093039207ea0

diff --git a/app-vim/easy-align/easy-align-2.9.4.ebuild 
b/app-vim/easy-align/easy-align-2.9.4.ebuild
deleted file mode 100644
index 45c8f0b..
--- a/app-vim/easy-align/easy-align-2.9.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-MY_PN=vim-${PN}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: a simple alignment plugin"
-HOMEPAGE="https://github.com/junegunn/vim-easy-align 
http://www.vim.org/scripts/script.php?script_id=4520;
-SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-   rmdir test || die
-}

diff --git a/app-vim/easy-align/easy-align-2.9.6.ebuild 
b/app-vim/easy-align/easy-align-2.9.6.ebuild
deleted file mode 100644
index 3957f05..
--- a/app-vim/easy-align/easy-align-2.9.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN=vim-${PN}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: a simple alignment plugin"
-HOMEPAGE="https://github.com/junegunn/vim-easy-align 
http://www.vim.org/scripts/script.php?script_id=4520;
-SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-   rmdir test || die
-}



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

2016-10-27 Thread Patrice Clement
commit: d2baa2c30d7cbc861c1e92061e657f5724d77a0c
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 27 21:58:06 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 27 21:58:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2baa2c3

app-vim/easy-align: Stable for amd64+x86.

Package-Manager: portage-2.3.0

 app-vim/easy-align/easy-align-2.10.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild 
b/app-vim/easy-align/easy-align-2.10.0.ebuild
index 3957f05..f241fd2 100644
--- a/app-vim/easy-align/easy-align-2.10.0.ebuild
+++ b/app-vim/easy-align/easy-align-2.10.0.ebuild
@@ -13,12 +13,12 @@ DESCRIPTION="vim plugin: a simple alignment plugin"
 HOMEPAGE="https://github.com/junegunn/vim-easy-align 
http://www.vim.org/scripts/script.php?script_id=4520;
 SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 
-S=${WORKDIR}/${MY_PN}-${PV}
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_prepare() {
-   rmdir test || die
+   rm -rv test || die
 }



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

2016-09-28 Thread Patrice Clement
commit: 703fdf17481f7fc1da4414f9319f0981c6aa252e
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 28 21:03:32 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Sep 28 21:03:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703fdf17

app-vim/easy-align: version bump.

Package-Manager: portage-2.2.28

 app-vim/easy-align/Manifest| 1 +
 .../easy-align/{easy-align-2.9.6.ebuild => easy-align-2.10.0.ebuild}   | 3 ++-
 app-vim/easy-align/easy-align-2.9.6.ebuild | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest
index 62fa8d0..02a16b5 100644
--- a/app-vim/easy-align/Manifest
+++ b/app-vim/easy-align/Manifest
@@ -1,2 +1,3 @@
+DIST easy-align-2.10.0.tar.gz 20056 SHA256 
c6a4e0a360aa8e642f5c628ae273bfbe7e513a394302eef8c668e16949bd2cbb SHA512 
4a6a46db96b78d830fc0191b77b2226e9c1a2de585b731d1997f69ee31c8c76038ceb14f18e13f30fee00b5ce9ca7aed4241db06cac303b8ae903a856e4baabd
 WHIRLPOOL 
d9fae82909535a849a9ebc937f5c74674df3375f29f5ee8fccb420c00b2d1ee75842fd6f6ecc592c9e986244b415a785eb4623083cd6339db9e2a5e4d3131987
 DIST easy-align-2.9.4.tar.gz 21247 SHA256 
f01c57335acdd6982789e636aa9586417d39a991410882d82bacf3a2fd6491b5 SHA512 
ba2f7f38202cb5ca959a40e8b1de37e3687577f71b39fb16765a8c50f8c1c51563375b34ae407e13874990ac5e9af8bbd9f36256b8a9563417b4f561adbb0f9a
 WHIRLPOOL 
26d101fac05b3ccbee92b221be72ded5cce3a10872c4bd59dd7689c6faf992f1065490948b7c23545d75358927c734113a5772f2044a06df870f0a98792fd239
 DIST easy-align-2.9.6.tar.gz 21391 SHA256 
212499ef4311b2dd7bd303f618c1b7e7b42396e2a7e13156d769d3f673c96e22 SHA512 
ae351ef1789253ce541656dc455969148f9e8d28de3a44cd579eae7eff0e9cca1d89c508c60f5cead4e43e64038dd0c93a933a2e147ebdae1b98f0f4d2eaacc8
 WHIRLPOOL 
72de29a96882ca903eba5877666bb1a8eb11b7ba80034489f4d442aa96118bf5900ccd5b9fca4d08a32489af2ca4fa14e8e60db6b230de07f425093039207ea0

diff --git a/app-vim/easy-align/easy-align-2.9.6.ebuild 
b/app-vim/easy-align/easy-align-2.10.0.ebuild
similarity index 92%
copy from app-vim/easy-align/easy-align-2.9.6.ebuild
copy to app-vim/easy-align/easy-align-2.10.0.ebuild
index 45c8f0b..3957f05 100644
--- a/app-vim/easy-align/easy-align-2.9.6.ebuild
+++ b/app-vim/easy-align/easy-align-2.10.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
+
 inherit vim-plugin
 
 MY_PN=vim-${PN}

diff --git a/app-vim/easy-align/easy-align-2.9.6.ebuild 
b/app-vim/easy-align/easy-align-2.9.6.ebuild
index 45c8f0b..3957f05 100644
--- a/app-vim/easy-align/easy-align-2.9.6.ebuild
+++ b/app-vim/easy-align/easy-align-2.9.6.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
+
 inherit vim-plugin
 
 MY_PN=vim-${PN}