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

2020-10-06 Thread Sam James
commit: d1fc28e22057b569889673f8d3ba9b2fc948b4d7
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 14:27:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 14:27:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc28e2

app-vim/screen: Keyword 1.5 arm64, #741698

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild
index f2a15aa2def..1dfb67f9091 100644
--- a/app-vim/screen/screen-1.5.ebuild
+++ b/app-vim/screen/screen-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: simulate a split shell with screen 
or tmux"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2711;
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="public-domain"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 VIM_PLUGIN_HELPFILES="screen.txt"
 



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

2018-03-11 Thread Patrice Clement
commit: 3248b4fad849331d80a96ec0a4f0e6cd64fec1eb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar  8 20:07:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 11 14:15:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3248b4fa

app-vim/screen: use HTTPS.

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

diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild
index 91c7caf1216..f2a15aa2def 100644
--- a/app-vim/screen/screen-1.5.ebuild
+++ b/app-vim/screen/screen-1.5.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
@@ -7,7 +7,7 @@ inherit vim-plugin vcs-snapshot
 
 MY_PN="Screen-vim---gnu-screentmux"
 DESCRIPTION="vim plugin: simulate a split shell with screen or tmux"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2711;
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="public-domain"
 KEYWORDS="amd64 x86"



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

2016-09-28 Thread Patrice Clement
commit: cf3c3c8b13b054c1c894727c514a00a073231b6a
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 28 21:09:09 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Sep 28 21:23:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3c3c8b

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

Package-Manager: portage-2.2.28

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

diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild
index 684efc0..1ac40d9 100644
--- a/app-vim/screen/screen-1.5.ebuild
+++ b/app-vim/screen/screen-1.5.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: simulate a split shell with screen 
or tmux"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711;
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="screen.txt"
 



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

2016-03-12 Thread Tim Harder
commit: 3bc1b5b260fd8a20107e017edf174bfdd8413ec1
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 13 01:26:37 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 13 01:26:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc1b5b2

app-vim/screen: bump EAPI

 app-vim/screen/screen-1.5.ebuild | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild
index 1141a38e..684efc0 100644
--- a/app-vim/screen/screen-1.5.ebuild
+++ b/app-vim/screen/screen-1.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=5
 
-inherit vim-plugin
+inherit vim-plugin vcs-snapshot
 
 MY_PN="Screen-vim---gnu-screentmux"
 DESCRIPTION="vim plugin: simulate a split shell with screen or tmux"
@@ -12,17 +12,11 @@ 
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711;
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 VIM_PLUGIN_HELPFILES="screen.txt"
 
 RDEPEND="|| ( app-misc/screen app-misc/tmux )"
 
-src_unpack() {
-   unpack ${A}
-   mv *-${MY_PN}-* "${S}"
-}
-
 src_prepare() {
rm README || die
 }



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

2016-03-12 Thread Tim Harder
commit: d581d8efe2127bf595e76678b2da540f6dc84dca
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 13 01:26:57 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Mar 13 01:26:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d581d8ef

app-vim/screen: remove old

 app-vim/screen/Manifest  |  2 --
 app-vim/screen/screen-1.3.ebuild | 17 -
 app-vim/screen/screen-1.4.ebuild | 17 -
 3 files changed, 36 deletions(-)

diff --git a/app-vim/screen/Manifest b/app-vim/screen/Manifest
index 47d..cb217f0 100644
--- a/app-vim/screen/Manifest
+++ b/app-vim/screen/Manifest
@@ -1,3 +1 @@
-DIST screen-1.3.tar.bz2 12047 SHA256 
c0fff965c1922eb66cb49dda8d4a00d7bac30c7890ebb8ab2bbc74b316b2bd79 SHA512 
55e986518cd8a89557ab2b7034e10c23beeacade2ee676d6b0ecc105ced0a6f2388cdaa45e48c2916db34052442151bd1b2488a80ad3821b7cc8a30e3be998cc
 WHIRLPOOL 
4d675fafec8c49bf93ca49fce8a4896f887840292a5960b23b47b4e218e2b15b2b11a28d09a4b0d84e0cb16b332298f6e22b4320d161cdabc4e0d977d1834343
-DIST screen-1.4.tar.bz2 12690 SHA256 
fc2005d57a9093d08975ac2fec2db53cc46f7d3db9b47f9ca5e423750dc81da4 SHA512 
4474ec69719b01bc627b7621f1fd994f6acfa4c066a8e0761feca17652766b80a6686ce0611c1b10d3829000a102596297955be6f344d2bec0b62c3d17703c0d
 WHIRLPOOL 
5d86f9a78c2a4fc63beb67cf15fb82e258c7d3c22593a6ae4218b1c08efdb222e6c9e48a18dfd894c6e7880b0cddb3539d17ee3076d464c6783ee50606ab
 DIST screen-1.5.tar.gz 16395 SHA256 
5024d5288240d0a9261ab436dd831bec51e4c03e2a486d7deb2bd761ab854521 SHA512 
eef9fbe327b1ef16cb5d5ffb851b04c6d4c8f1b8ef215ae9a0f05c91eaa39538bb470fc1ecd2cbb7697ec23a4fdce2515b97818b47050cbfc4fe7da199648549
 WHIRLPOOL 
23c7afb8a4258cd58c95774c80b36f4f4bc3b6edaee536db4b8d152cbc75e8bdc9bf8ae5554e1c47bf7e6b8a4a1df41054b59de3abb4572597d282ba3183427b

diff --git a/app-vim/screen/screen-1.3.ebuild b/app-vim/screen/screen-1.3.ebuild
deleted file mode 100644
index de7ead3..000
--- a/app-vim/screen/screen-1.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: simulate a split shell with screen or tmux"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711;
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="screen.txt"
-
-RDEPEND="|| ( app-misc/screen app-misc/tmux )"

diff --git a/app-vim/screen/screen-1.4.ebuild b/app-vim/screen/screen-1.4.ebuild
deleted file mode 100644
index de7ead3..000
--- a/app-vim/screen/screen-1.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: simulate a split shell with screen or tmux"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711;
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="screen.txt"
-
-RDEPEND="|| ( app-misc/screen app-misc/tmux )"