summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-01-16 19:25:10 -0500
committerTim Harder <radhermit@gentoo.org>2016-01-16 19:25:10 -0500
commit89c48df90a26ad9d77abc5bf93af27bab0237cc3 (patch)
tree7eb3e1cd77207df3f64482282455f4ba9f57c58c /app-vim/taglist
parentapp-vim/tcomment: remove old (diff)
downloadgentoo-89c48df90a26ad9d77abc5bf93af27bab0237cc3.tar.gz
gentoo-89c48df90a26ad9d77abc5bf93af27bab0237cc3.tar.bz2
gentoo-89c48df90a26ad9d77abc5bf93af27bab0237cc3.zip
app-vim/taglist: remove old
Diffstat (limited to 'app-vim/taglist')
-rw-r--r--app-vim/taglist/Manifest1
-rw-r--r--app-vim/taglist/taglist-4.5.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest
index 7ef37dcc3fc2..c305675fd78d 100644
--- a/app-vim/taglist/Manifest
+++ b/app-vim/taglist/Manifest
@@ -1,2 +1 @@
-DIST taglist-4.5.tar.bz2 39272 SHA256 94170e61c3a05f5d1ed8e8475ab2e3eeafc264629d245f1a8717ec2ddc8ca84c SHA512 71b9fe005753e1a211db0f264cd48a4aa3a2fbccfe97bab392c5ecc68db317c591aecdd7586cbecdf11950fd4dcc56d6f94f15599df7aec020924fa6f064035e WHIRLPOOL 7cd850668152f1516501f63361b3206ce79fe9fce2dfe6f78f42cd294e9eaf4db093674c1ad05db874aef83da2ecb1b7527b0e0c5bf79494d9e120f5564cff1b
DIST taglist-4.6.tar.bz2 40344 SHA256 30716a97b4667a862849dee122b843c2522c649e60553e8cbe2277bb93ccb6a3 SHA512 64686f2685cf4f9b09eeb7e1981a1b9d514cce2f6ea4bdf3e3613037d9818556ad6ed95740a84b4d73eba3fa1d5d58a41f15e1bc0a1403c50a810f5a704f3073 WHIRLPOOL 4e7b154e1c693cfee821e55e9b4d8f2b26f1c5dbacce6015757ee4b13586927ba5dca2ab726e23ad090944e55e0cce9676c01c8c21efa9ece967cb24d8bd5acd
diff --git a/app-vim/taglist/taglist-4.5.ebuild b/app-vim/taglist/taglist-4.5.ebuild
deleted file mode 100644
index 5fbdd6f1a409..000000000000
--- a/app-vim/taglist/taglist-4.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}