* [gentoo-commits] repo/gentoo:master commit in: app-vim/colorsel/
@ 2016-03-13 1:44 Tim Harder
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder @ 2016-03-13 1:44 UTC (permalink / raw
To: gentoo-commits
commit: dc2cea118fe804c81ad729e82121b06c20727f14
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 01:35:05 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 01:35:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2cea11
app-vim/colorsel: bump EAPI
app-vim/colorsel/colorsel-20100406.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild
index c2cd045..4533032 100644
--- a/app-vim/colorsel/colorsel-20100406.ebuild
+++ b/app-vim/colorsel/colorsel-20100406.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
inherit vim-plugin
@@ -11,11 +11,10 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip"
LICENSE="public-domain"
KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-VIM_PLUGIN_HELPFILES="${PN}"
+VIM_PLUGIN_HELPFILES="${PN}.txt"
DEPEND="app-arch/unzip"
RDEPEND=">=app-editors/gvim-7.0"
-S="${WORKDIR}"
+S=${WORKDIR}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/colorsel/
@ 2018-03-05 22:00 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-03-05 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 8e8cae271bdcec3c35faf8b7ff9c292143670404
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 4 07:59:37 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 21:46:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8cae27
app-vim/colorsel: use HTTPS.
app-vim/colorsel/colorsel-20100406.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild
index ecdc5044066..7c63a3c9012 100644
--- a/app-vim/colorsel/colorsel-20100406.ebuild
+++ b/app-vim/colorsel/colorsel-20100406.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
@@ -6,8 +6,8 @@ EAPI=5
inherit vim-plugin
DESCRIPTION="vim plugin: RGB / HSV color selector"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927"
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip"
LICENSE="public-domain"
KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/colorsel/
@ 2024-08-25 12:04 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2024-08-25 12:04 UTC (permalink / raw
To: gentoo-commits
commit: c2f173616126955a48dd220738f3299a28f92d2f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 09:47:28 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 12:03:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f17361
app-vim/colorsel: remove ~mips
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-vim/colorsel/colorsel-20100406.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild
index 8f158dd6f371..254b06227000 100644
--- a/app-vim/colorsel/colorsel-20100406.ebuild
+++ b/app-vim/colorsel/colorsel-20100406.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: RGB / HSV color selector"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927"
SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip"
LICENSE="public-domain"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-25 12:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 1:44 [gentoo-commits] repo/gentoo:master commit in: app-vim/colorsel/ Tim Harder
-- strict thread matches above, loose matches on Subject: below --
2018-03-05 22:00 Patrice Clement
2024-08-25 12:04 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox