* [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/
@ 2016-03-13 18:49 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2016-03-13 18:49 UTC (permalink / raw
To: gentoo-commits
commit: c9cf796a792c403f9c97140d3c9a472e5001c70d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 18:49:13 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 18:49:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cf796a
app-vim/neocomplcache: Remove old
Package-Manager: portage-2.2.28
app-vim/neocomplcache/Manifest | 1 -
app-vim/neocomplcache/neocomplcache-6.1.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/app-vim/neocomplcache/Manifest b/app-vim/neocomplcache/Manifest
index 01cf856..cdb99dc 100644
--- a/app-vim/neocomplcache/Manifest
+++ b/app-vim/neocomplcache/Manifest
@@ -1,2 +1 @@
-DIST neocomplcache-6.1.tar.gz 135387 SHA256 d575cdadbf1b53f055e30cf46cd8118301eaca82c0c0709a63f3064c15ac94e1 SHA512 2e225590505067756d0ea873d083393aac3fbbe06ab4739b4152c841f9568ccab44af2c74859d7f5906deac57d245ea4eb66f7f7fb2efe8558c10b824363f94d WHIRLPOOL 26a485903a88801756899beca9cf8be4f87822d5dadef0c2e3ce6ac9fec9103229eb729e71295b9cd45f69fe0c65746657fa0d08ba3c3a2dedb80207984c3f87
DIST neocomplcache-7.1.tar.bz2 73724 SHA256 82286c44115e3181749259402876e17f742a40d3f1cd47f0f1cce6d2c1432cbb SHA512 1ed17243722055a08bfda6b3e5524870d55377dd5998cbc5677f673974eebf5ee4019975e6b66c12c8ce5ff804d5c1512e69b7f53f56c1bb6f87638025a3210b WHIRLPOOL fc9345818579a300be55333a14e9003300050075d929e95aba7503980524fa9c77f7e4f7c946a456cfd9bd012f4dc8ce5d647d40f479980384eb09a84212ecc0
diff --git a/app-vim/neocomplcache/neocomplcache-6.1.ebuild b/app-vim/neocomplcache/neocomplcache-6.1.ebuild
deleted file mode 100644
index 749a8bc..0000000
--- a/app-vim/neocomplcache/neocomplcache-6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: ultimate auto completion system"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620"
-SRC_URI="https://github.com/vim-scripts/${PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- rm README* || die
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/
@ 2017-07-29 20:29 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-07-29 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 2216890bc84b83e09619ca8086d51a2f36cfab59
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 20:29:21 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 20:29:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2216890b
app-vim/neocomplcache: rename script to avoid file collision.
Gentoo-Bug: https://bugs.gentoo.org/426880
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
new file mode 100644
index 00000000000..ae2a54cd75d
--- /dev/null
+++ b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: ultimate auto completion system"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+src_prepare() {
+ default
+
+ mv autoload/vital.vim "autoload/${PN}vital.vim" || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/
@ 2018-03-07 22:15 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-03-07 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 546cd7f701185f5588dc55effdacef7a6ebea17c
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Mar 7 18:43:10 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 22:14:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546cd7f7
app-vim/neocomplcache: use HTTPS.
app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild | 4 ++--
app-vim/neocomplcache/neocomplcache-7.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
index ae2a54cd75d..ea0fa5e9873 100644
--- a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
+++ b/app-vim/neocomplcache/neocomplcache-7.1-r1.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
@@ -6,7 +6,7 @@ EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: ultimate auto completion system"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild
index 127f58a1c2c..2e6bd637060 100644
--- a/app-vim/neocomplcache/neocomplcache-7.1.ebuild
+++ b/app-vim/neocomplcache/neocomplcache-7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
inherit vim-plugin
DESCRIPTION="vim plugin: ultimate auto completion system"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
LICENSE="MIT"
KEYWORDS="amd64 x86"
IUSE=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/
@ 2019-01-29 23:00 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2019-01-29 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 32622353cf3ad9f59309bed9672b17b4e5edf0db
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 17:55:24 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 29 22:59:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32622353
app-vim/neocomplcache: stable for amd64+x86.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
index ea0fa5e9873..11ff0bc2496 100644
--- a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
+++ b/app-vim/neocomplcache/neocomplcache-7.1-r1.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
@@ -8,12 +8,11 @@ inherit vim-plugin
DESCRIPTION="vim plugin: ultimate auto completion system"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
src_prepare() {
default
-
mv autoload/vital.vim "autoload/${PN}vital.vim" || die
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/
@ 2019-01-29 23:00 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2019-01-29 23:00 UTC (permalink / raw
To: gentoo-commits
commit: d7938a739b152e336a9ec04bb4f420e64001dc73
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 17:57:31 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 29 22:59:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7938a73
app-vim/neocomplcache: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-vim/neocomplcache/neocomplcache-7.1.ebuild | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild
deleted file mode 100644
index 2e6bd637060..00000000000
--- a/app-vim/neocomplcache/neocomplcache-7.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: ultimate auto completion system"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/
@ 2023-12-09 20:01 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-12-09 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 226f9b7e7fd8ba0993c2d2dff63126801e4d4fdf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:01:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:01:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226f9b7e
app-vim/neocomplcache: Stabilize 7.1-r2 x86, #919660
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild
index ee52f7f69d36..f6cbc3797039 100644
--- a/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild
+++ b/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: ultimate auto completion system"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/
@ 2023-12-09 20:14 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 015fb78654fe9c0d345817483ba8444f395f547e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:13:58 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:13:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015fb786
app-vim/neocomplcache: Stabilize 7.1-r2 amd64, #919660
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild
index f6cbc3797039..faf7433e0af2 100644
--- a/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild
+++ b/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: ultimate auto completion system"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
LICENSE="MIT"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-12-09 20:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-07 22:15 [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:14 Arthur Zamarin
2023-12-09 20:01 Michał Górny
2019-01-29 23:00 Patrice Clement
2019-01-29 23:00 Patrice Clement
2017-07-29 20:29 Patrice Clement
2016-03-13 18:49 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox