summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-25 06:34:46 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-25 06:34:46 +0000
commit1bdebf2553040ff7d50e822ab75d7c6a312fb5f8 (patch)
tree1663b6b19404d6914d01d2b5327d31384004e724 /app-vim
parentVersion bump. (diff)
downloadgentoo-2-1bdebf2553040ff7d50e822ab75d7c6a312fb5f8.tar.gz
gentoo-2-1bdebf2553040ff7d50e822ab75d7c6a312fb5f8.tar.bz2
gentoo-2-1bdebf2553040ff7d50e822ab75d7c6a312fb5f8.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/tagbar/ChangeLog6
-rw-r--r--app-vim/tagbar/tagbar-2.2.ebuild24
-rw-r--r--app-vim/tagbar/tagbar-2.4.1.ebuild19
3 files changed, 5 insertions, 44 deletions
diff --git a/app-vim/tagbar/ChangeLog b/app-vim/tagbar/ChangeLog
index d92be0ac9ce7..5f46d6659350 100644
--- a/app-vim/tagbar/ChangeLog
+++ b/app-vim/tagbar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/tagbar
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.7 2014/01/25 06:34:06 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.8 2014/01/25 06:34:46 radhermit Exp $
+
+ 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -tagbar-2.2.ebuild,
+ -tagbar-2.4.1.ebuild:
+ Remove old.
*tagbar-2.6.1 (25 Jan 2014)
diff --git a/app-vim/tagbar/tagbar-2.2.ebuild b/app-vim/tagbar/tagbar-2.2.ebuild
deleted file mode 100644
index 74dfce27d721..000000000000
--- a/app-vim/tagbar/tagbar-2.2.ebuild
+++ /dev/null
@@ -1,24 +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/tagbar/tagbar-2.2.ebuild,v 1.1 2011/12/04 20:25:41 radhermit Exp $
-
-EAPI="4"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
-HOMEPAGE="http://majutsushi.github.com/tagbar/
- http://www.vim.org/scripts/script.php?script_id=3465"
-SRC_URI="http://github.com/majutsushi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-util/ctags-5.5"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
diff --git a/app-vim/tagbar/tagbar-2.4.1.ebuild b/app-vim/tagbar/tagbar-2.4.1.ebuild
deleted file mode 100644
index 8070e72ef8d9..000000000000
--- a/app-vim/tagbar/tagbar-2.4.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/tagbar-2.4.1.ebuild,v 1.1 2012/08/03 09:47:41 radhermit Exp $
-
-EAPI="4"
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
-HOMEPAGE="http://majutsushi.github.com/tagbar/
- http://www.vim.org/scripts/script.php?script_id=3465"
-SRC_URI="http://github.com/majutsushi/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-util/ctags-5.5"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"