diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 10:58:21 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 10:58:21 +0000 |
commit | 24302bc85fdc404cde5614c77bad1b3ac402e535 (patch) | |
tree | bf2dfe93ca4c0eda2205fbd5db9bf2ef23d8d07e /app-vim | |
parent | QA: add prefix keywords (diff) | |
download | gentoo-2-24302bc85fdc404cde5614c77bad1b3ac402e535.tar.gz gentoo-2-24302bc85fdc404cde5614c77bad1b3ac402e535.tar.bz2 gentoo-2-24302bc85fdc404cde5614c77bad1b3ac402e535.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/taglist/files/taglist-2.6-exuberant.patch | 11 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.4-r1.ebuild | 22 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.4.ebuild | 23 |
4 files changed, 6 insertions, 57 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 89d99fd96436..8e3e1e53a79c 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/taglist # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.56 2009/12/17 10:56:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.57 2009/12/17 10:58:20 fauli Exp $ + + 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + -files/taglist-2.6-exuberant.patch, -taglist-3.4-r1.ebuild, + -taglist-4.4.ebuild: + clean up 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> taglist-3.4-r1.ebuild, taglist-4.4.ebuild, taglist-4.5.ebuild: diff --git a/app-vim/taglist/files/taglist-2.6-exuberant.patch b/app-vim/taglist/files/taglist-2.6-exuberant.patch deleted file mode 100644 index 20f827c394a6..000000000000 --- a/app-vim/taglist/files/taglist-2.6-exuberant.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- plugin/taglist.vim.old 2003-07-31 09:58:41.000000000 -0400 -+++ plugin/taglist.vim 2003-07-31 15:15:27.000000000 -0400 -@@ -350,7 +350,7 @@ - - " Location of the exuberant ctags tool - if !exists('Tlist_Ctags_Cmd') -- let Tlist_Ctags_Cmd = 'ctags' -+ let Tlist_Ctags_Cmd = 'exuberant-ctags' - endif - - " Tag listing sort type - 'name' or 'order' diff --git a/app-vim/taglist/taglist-3.4-r1.ebuild b/app-vim/taglist/taglist-3.4-r1.ebuild deleted file mode 100644 index 389b36e1412c..000000000000 --- a/app-vim/taglist/taglist-3.4-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.4-r1.ebuild,v 1.14 2009/12/17 10:56:55 fauli Exp $ - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" - -LICENSE="vim" -KEYWORDS="alpha amd64 ~hppa ia64 mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="dev-util/ctags" - -VIM_PLUGIN_HELPFILES="taglist-intro" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-ebuilds.patch -} diff --git a/app-vim/taglist/taglist-4.4.ebuild b/app-vim/taglist/taglist-4.4.ebuild deleted file mode 100644 index 851a9d87c135..000000000000 --- a/app-vim/taglist/taglist-4.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.4.ebuild,v 1.3 2009/12/17 10:56:55 fauli Exp $ - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="http://vim-taglist.sourceforge.net/" - -LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="dev-util/ctags" - -VIM_PLUGIN_HELPFILES="taglist-intro" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-3.4-ebuilds.patch - [[ -f plugin/${PN}.vim.orig ]] && rm plugin/${PN}.vim.orig -} |