public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/
@ 2017-08-18 10:04 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2017-08-18 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7aeabc06ff3be7ca2521c5827c3d6dece689b2a2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 10:03:40 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 10:04:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aeabc06

app-vim/vimcdoc: new package.

vimcdoc is an attempt to translate the Vim online documentation into Chinese.

Gentoo-Bug: https://bugs.gentoo.org/263832

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/vimcdoc/Manifest             |  1 +
 app-vim/vimcdoc/metadata.xml         |  8 ++++++++
 app-vim/vimcdoc/vimcdoc-1.9.0.ebuild | 11 +++++++++++
 3 files changed, 20 insertions(+)

diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
new file mode 100644
index 00000000000..ba1bba91056
--- /dev/null
+++ b/app-vim/vimcdoc/Manifest
@@ -0,0 +1 @@
+DIST vimcdoc-1.9.0.tar.gz 1969682 SHA256 eee60f8b50aa4858f6668061ef0b35b81f67cd5f2114a871b14d422622eb435b SHA512 f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9 WHIRLPOOL ba65b334735a16720c6eedeaf5a075d2a6aa020e2e46adfda1a2595b2c3f7eca43266a797169678fb46a00df35c0f7dd665e3a899458edaf12cfd46caa8c73a2

diff --git a/app-vim/vimcdoc/metadata.xml b/app-vim/vimcdoc/metadata.xml
new file mode 100644
index 00000000000..5c000c76308
--- /dev/null
+++ b/app-vim/vimcdoc/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>

diff --git a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
new file mode 100644
index 00000000000..187c5de190b
--- /dev/null
+++ b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="online vim documentation translated into Chinese"
+HOMEPAGE="http://vimcdoc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/
@ 2017-11-25 14:08 Patrick Lauer
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4546a915c55ee661a11c1d4cde82e58239f4f63c
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:03:27 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:08:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4546a915

app-vim/vimcdoc: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-vim/vimcdoc/vimcdoc-1.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
index 187c5de190b..5eec3b7044f 100644
--- a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
+++ b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=6
 
 inherit vim-plugin


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/
@ 2017-12-28 22:21 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2017-12-28 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7dac99ffea0660f4c4aef9dcd8064845a3d0b6b8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 22:20:42 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 22:20:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dac99ff

app-vim/vimcdoc: version bump.

Closes: https://bugs.gentoo.org/642342
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-vim/vimcdoc/Manifest             |  1 +
 app-vim/vimcdoc/vimcdoc-2.1.0.ebuild | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
index 7420c15e797..73d9ee52f9a 100644
--- a/app-vim/vimcdoc/Manifest
+++ b/app-vim/vimcdoc/Manifest
@@ -1 +1,2 @@
 DIST vimcdoc-1.9.0.tar.gz 1969682 BLAKE2B 296fb6f246d92f8c5aa917bdc68870d568892cc2a64158121f7c69878ea8e3bdcfbe1f8b060dca11e24e0fad7ab0cfbe4db8e3d756e7f4715bfc72b32c3d2ef7 SHA512 f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9
+DIST vimcdoc-2.1.0.tar.gz 2228306 BLAKE2B 099727487067f5ff1e28ab1d8562edc6377984e557c9fa8b467102cd7df069f6bfed7d2149c59f8b5d8aa6e2352905533cdc6c6c1869a8e2494c4b1601df6056 SHA512 31df2f9b37d0fe00205afc66a920633fae770bca569c3d71376cc4b27af42f6f8bd6aa9f997b5007bad65ca4525a1847e396b64083ca7dd12748153e4d216096

diff --git a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild
new file mode 100644
index 00000000000..5eec3b7044f
--- /dev/null
+++ b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="online vim documentation translated into Chinese"
+HOMEPAGE="http://vimcdoc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/
@ 2022-06-10 18:08 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2022-06-10 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     81b0f422f2695c25033158eb92e9bbb7cd1384aa
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 17:45:21 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 18:07:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b0f422

app-vim/vimcdoc: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-vim/vimcdoc/Manifest             |  1 -
 app-vim/vimcdoc/vimcdoc-1.9.0.ebuild | 12 ------------
 2 files changed, 13 deletions(-)

diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
index 73d9ee52f9ad..40bc09682e21 100644
--- a/app-vim/vimcdoc/Manifest
+++ b/app-vim/vimcdoc/Manifest
@@ -1,2 +1 @@
-DIST vimcdoc-1.9.0.tar.gz 1969682 BLAKE2B 296fb6f246d92f8c5aa917bdc68870d568892cc2a64158121f7c69878ea8e3bdcfbe1f8b060dca11e24e0fad7ab0cfbe4db8e3d756e7f4715bfc72b32c3d2ef7 SHA512 f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9
 DIST vimcdoc-2.1.0.tar.gz 2228306 BLAKE2B 099727487067f5ff1e28ab1d8562edc6377984e557c9fa8b467102cd7df069f6bfed7d2149c59f8b5d8aa6e2352905533cdc6c6c1869a8e2494c4b1601df6056 SHA512 31df2f9b37d0fe00205afc66a920633fae770bca569c3d71376cc4b27af42f6f8bd6aa9f997b5007bad65ca4525a1847e396b64083ca7dd12748153e4d216096

diff --git a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
deleted file mode 100644
index 5eec3b7044fb..000000000000
--- a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="online vim documentation translated into Chinese"
-HOMEPAGE="http://vimcdoc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="vim.org"
-KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/
@ 2023-09-14 21:23 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     99f9608ae76c3f8482573326fa00837bb33a9419
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:20:33 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f9608a

app-vim/vimcdoc: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-vim/vimcdoc/vimcdoc-2.1.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild
index 5eec3b7044fb..11597914b55c 100644
--- a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild
+++ b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vim-plugin
 
 DESCRIPTION="online vim documentation translated into Chinese"
-HOMEPAGE="http://vimcdoc.sourceforge.net/"
+HOMEPAGE="https://vimcdoc.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
 LICENSE="vim.org"
 KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/
@ 2023-09-14 21:23 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8a21fa00da8cb2956410716443ec10bcd0d491ac
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:21:51 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a21fa00

app-vim/vimcdoc: version bump (2.4.0)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-vim/vimcdoc/Manifest             |  1 +
 app-vim/vimcdoc/vimcdoc-2.4.0.ebuild | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest
index 40bc09682e21..4596954c8b93 100644
--- a/app-vim/vimcdoc/Manifest
+++ b/app-vim/vimcdoc/Manifest
@@ -1 +1,2 @@
 DIST vimcdoc-2.1.0.tar.gz 2228306 BLAKE2B 099727487067f5ff1e28ab1d8562edc6377984e557c9fa8b467102cd7df069f6bfed7d2149c59f8b5d8aa6e2352905533cdc6c6c1869a8e2494c4b1601df6056 SHA512 31df2f9b37d0fe00205afc66a920633fae770bca569c3d71376cc4b27af42f6f8bd6aa9f997b5007bad65ca4525a1847e396b64083ca7dd12748153e4d216096
+DIST vimcdoc-2.4.0.tar.gz 2962880 BLAKE2B bdc649e67efce685632fd90764037d37084920909c34c6c001afa32d8176211d941369aafcccd1dc2a3839d4f075b3ca73e970327124a7f3f159a0e320f3d8c5 SHA512 f38d93370cdb746b841ff327d39a343fab34f4489045ca4235703c8d7b6a48c7959699afaaf3ee5dc9141867c594e72b3a3f811fb4d20b961a7d535cb6a57c3f

diff --git a/app-vim/vimcdoc/vimcdoc-2.4.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.4.0.ebuild
new file mode 100644
index 000000000000..11597914b55c
--- /dev/null
+++ b/app-vim/vimcdoc/vimcdoc-2.4.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="online vim documentation translated into Chinese"
+HOMEPAGE="https://vimcdoc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-09-14 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 14:08 [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/ Patrick Lauer
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14 21:23 Conrad Kostecki
2023-09-14 21:23 Conrad Kostecki
2022-06-10 18:08 Matt Turner
2017-12-28 22:21 Patrice Clement
2017-08-18 10:04 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox