diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-03 10:44:15 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-03 10:44:15 +0000 |
commit | 8b6de6117efaa1bec97ea6ebbf6c8beb6a30bc44 (patch) | |
tree | e2bb9a7a664a671050f7e2883067e7e6306a2f01 /app-vim | |
parent | Remove old. (diff) | |
download | gentoo-2-8b6de6117efaa1bec97ea6ebbf6c8beb6a30bc44.tar.gz gentoo-2-8b6de6117efaa1bec97ea6ebbf6c8beb6a30bc44.tar.bz2 gentoo-2-8b6de6117efaa1bec97ea6ebbf6c8beb6a30bc44.zip |
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/cctree/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/cctree/cctree-1.51.ebuild | 28 | ||||
-rw-r--r-- | app-vim/cctree/cctree-1.55.ebuild | 36 |
3 files changed, 6 insertions, 66 deletions
diff --git a/app-vim/cctree/ChangeLog b/app-vim/cctree/ChangeLog index 57dbeb529a37..aefd901dbb6f 100644 --- a/app-vim/cctree/ChangeLog +++ b/app-vim/cctree/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/cctree -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/ChangeLog,v 1.4 2011/07/15 18:48:09 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/ChangeLog,v 1.5 2012/08/03 10:44:15 radhermit Exp $ + + 03 Aug 2012; Tim Harder <radhermit@gentoo.org> -cctree-1.51.ebuild, + -cctree-1.55.ebuild: + Remove old. *cctree-1.60 (15 Jul 2011) diff --git a/app-vim/cctree/cctree-1.51.ebuild b/app-vim/cctree/cctree-1.51.ebuild deleted file mode 100644 index 8037e9b5cbc7..000000000000 --- a/app-vim/cctree/cctree-1.51.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/cctree-1.51.ebuild,v 1.2 2011/05/20 19:14:31 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2368 - http://sites.google.com/site/vimcctree/" -LICENSE="as-is" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="cctree.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 "${S}"/doc - sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \ - -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \ - plugin/cctree.vim > doc/cctree.txt -} diff --git a/app-vim/cctree/cctree-1.55.ebuild b/app-vim/cctree/cctree-1.55.ebuild deleted file mode 100644 index 013bf1e12b1c..000000000000 --- a/app-vim/cctree/cctree-1.55.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/cctree-1.55.ebuild,v 1.1 2011/06/25 09:17:05 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -MY_PN="CCTree" -DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" -HOMEPAGE="http://sites.google.com/site/vimcctree/" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="as-is" -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 -} |