* [gentoo-commits] repo/gentoo:master commit in: app-vim/cctree/
@ 2016-03-13 18:52 Manuel Rüger
0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2016-03-13 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 52a55bc243980f5ff6d3f9153ea2dcf5bf46816e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 18:50:42 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 18:50:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a55bc2
app-vim/cctree: Remove old
Package-Manager: portage-2.2.28
app-vim/cctree/Manifest | 1 -
app-vim/cctree/cctree-1.60.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/app-vim/cctree/Manifest b/app-vim/cctree/Manifest
index a919189..6bdeeab 100644
--- a/app-vim/cctree/Manifest
+++ b/app-vim/cctree/Manifest
@@ -1,2 +1 @@
-DIST cctree-1.60.tar.gz 26501 SHA256 eaf0a5799764ea8da6cf7d66c398ad5c9ebe2419cbf730c3bbc24e50682f90af SHA512 f717c912ffce3b6f6edc4e6dceae7f53ee765b88366f1040e37d2f8f7e477880baf8be8388dcc3c67b1b27766dfd1f13bae2effbbbe9dcdbc18ec4807890eadf WHIRLPOOL db3173fe99edc04cb7b47fe8b642ba2c6e43c307c9011fb6d82e0124cc1eb8d4ad18cff7990f13e276debabe2983369357fd6ff1822541c1e54f3ea6a113f373
DIST cctree-1.61.tar.bz2 23243 SHA256 b5651bd274c6c7c126c0a5a20579cfd953d1fee1f98989a43baa4e1350e68765 SHA512 9d29c573ef3cdcde1ec91ca34684c84c8beb3b89669654b1f9dafab928a11d8f1df77294af06c7612ba8aa7d65dfba69352f3f74dd11c98d22a300907d8a6b0e WHIRLPOOL 6dd6fc055644d4bc963c2d8adca45cd24f71c319deab6a868e0b542f5076195a99ea0c400593d1bad2f64f50f7b7efbe0ba32bfff166a069dedaf7f50676b3db
diff --git a/app-vim/cctree/cctree-1.60.ebuild b/app-vim/cctree/cctree-1.60.ebuild
deleted file mode 100644
index c1848e3..0000000
--- a/app-vim/cctree/cctree-1.60.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin
-
-MY_PN="CCTree"
-DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool"
-HOMEPAGE="https://sites.google.com/site/vimcctree/"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="bufexplorer.vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="cctree.txt"
-
-RDEPEND="dev-util/cscope"
-
-src_unpack() {
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
- # There's good documentation included with the script, but it's not
- # in a helpfile. Since there's rather too much information to include
- # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
- mkdir doc
- sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \
- -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \
- ftplugin/cctree.vim > doc/cctree.txt
-
- rm README
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/cctree/
@ 2016-08-28 20:24 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-08-28 20:24 UTC (permalink / raw
To: gentoo-commits
commit: c595102bbd8b2de4067d50a589cef1fb04f3457c
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:23:35 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:23:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c595102b
app-vim/cctree: EAPI 6 bump.
Package-Manager: portage-2.2.28
app-vim/cctree/cctree-1.61-r1.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/app-vim/cctree/cctree-1.61-r1.ebuild b/app-vim/cctree/cctree-1.61-r1.ebuild
new file mode 100644
index 00000000..80cb57b
--- /dev/null
+++ b/app-vim/cctree/cctree-1.61-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool"
+HOMEPAGE="https://sites.google.com/site/vimcctree/"
+LICENSE="bufexplorer.vim"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+RDEPEND="dev-util/cscope"
+
+src_prepare() {
+ # There's good documentation included with the script, but it's not
+ # in a helpfile. Since there's rather too much information to include
+ # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
+ mkdir doc || die
+ sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \
+ -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \
+ ftplugin/${PN}.vim > doc/${PN}.txt || die
+
+ default
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/cctree/
@ 2016-10-19 16:24 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-10-19 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 4a6525cb1e17e660a02aa39fc4843253359e52e5
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 21:52:51 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 16:24:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6525cb
app-vim/cctree: clean up old.
Package-Manager: portage-2.3.0
app-vim/cctree/cctree-1.61.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/app-vim/cctree/cctree-1.61.ebuild b/app-vim/cctree/cctree-1.61.ebuild
deleted file mode 100644
index a4f20d9..00000000
--- a/app-vim/cctree/cctree-1.61.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool"
-HOMEPAGE="https://sites.google.com/site/vimcctree/"
-LICENSE="bufexplorer.vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="dev-util/cscope"
-
-src_prepare() {
- # There's good documentation included with the script, but it's not
- # in a helpfile. Since there's rather too much information to include
- # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
- mkdir doc
- sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \
- -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \
- ftplugin/${PN}.vim > doc/${PN}.txt
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/cctree/
@ 2016-10-19 16:24 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-10-19 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 5d154ba21c20298298360fc90a1c02066895709f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 21:52:23 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 16:24:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d154ba2
app-vim/cctree: Stable amd64+x86.
Package-Manager: portage-2.3.0
app-vim/cctree/cctree-1.61-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/cctree/cctree-1.61-r1.ebuild b/app-vim/cctree/cctree-1.61-r1.ebuild
index 80cb57b..33acf14 100644
--- a/app-vim/cctree/cctree-1.61-r1.ebuild
+++ b/app-vim/cctree/cctree-1.61-r1.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool"
HOMEPAGE="https://sites.google.com/site/vimcctree/"
LICENSE="bufexplorer.vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
VIM_PLUGIN_HELPFILES="${PN}.txt"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/cctree/
@ 2023-12-09 19:31 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:31 UTC (permalink / raw
To: gentoo-commits
commit: a991e9504ed0bb67bd97522385fb2b02340c31c6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:31:13 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:31:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a991e950
app-vim/cctree: Stabilize 1.61-r2 x86, #919627
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/cctree/cctree-1.61-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/cctree/cctree-1.61-r2.ebuild b/app-vim/cctree/cctree-1.61-r2.ebuild
index e46fbb3211ca..b48c868df567 100644
--- a/app-vim/cctree/cctree-1.61-r2.ebuild
+++ b/app-vim/cctree/cctree-1.61-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis
HOMEPAGE="https://sites.google.com/site/vimcctree/"
LICENSE="bufexplorer.vim"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/cctree/
@ 2023-12-09 19:31 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 7219426ce7a57543780075d144c6e1e9cf287b68
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:31:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:31:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7219426c
app-vim/cctree: Stabilize 1.61-r2 amd64, #919627
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/cctree/cctree-1.61-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/cctree/cctree-1.61-r2.ebuild b/app-vim/cctree/cctree-1.61-r2.ebuild
index 5f3cc27fb666..e46fbb3211ca 100644
--- a/app-vim/cctree/cctree-1.61-r2.ebuild
+++ b/app-vim/cctree/cctree-1.61-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis
HOMEPAGE="https://sites.google.com/site/vimcctree/"
LICENSE="bufexplorer.vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-09 19:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19 16:24 [gentoo-commits] repo/gentoo:master commit in: app-vim/cctree/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 19:31 Arthur Zamarin
2023-12-09 19:31 Arthur Zamarin
2016-10-19 16:24 Patrice Clement
2016-08-28 20:24 Patrice Clement
2016-03-13 18:52 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