summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-03 22:06:49 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-03 22:06:49 +0000
commit78f87e2ae6559e5481221c75860481d443c59617 (patch)
treea4e8cfdfc8b55cf90da92c06b84a1951ad34dced /app-vim
parentVersion bump. (diff)
downloadgentoo-2-78f87e2ae6559e5481221c75860481d443c59617.tar.gz
gentoo-2-78f87e2ae6559e5481221c75860481d443c59617.tar.bz2
gentoo-2-78f87e2ae6559e5481221c75860481d443c59617.zip
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/easytags/ChangeLog5
-rw-r--r--app-vim/easytags/easytags-2.5.8.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/app-vim/easytags/ChangeLog b/app-vim/easytags/ChangeLog
index 7d7f8e19f3f7..549fd89be618 100644
--- a/app-vim/easytags/ChangeLog
+++ b/app-vim/easytags/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/easytags
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.11 2012/08/03 22:05:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.12 2012/08/03 22:06:49 radhermit Exp $
+
+ 03 Aug 2012; Tim Harder <radhermit@gentoo.org> -easytags-2.5.8.ebuild:
+ Remove old.
*easytags-2.8.1 (03 Aug 2012)
diff --git a/app-vim/easytags/easytags-2.5.8.ebuild b/app-vim/easytags/easytags-2.5.8.ebuild
deleted file mode 100644
index 6253742d5b3b..000000000000
--- a/app-vim/easytags/easytags-2.5.8.ebuild
+++ /dev/null
@@ -1,38 +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/easytags/easytags-2.5.8.ebuild,v 1.1 2011/09/19 06:08:44 radhermit Exp $
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
-HOMEPAGE="http://peterodding.com/code/vim/easytags/"
-SRC_URI="https://github.com/xolox/vim-${PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
- >=app-vim/xolox-misc-20110904
- dev-util/ctags"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- # Remove unnecessary files
- rm INSTALL.md README.md || die
- rm -r autoload/xolox/misc || die
-}
-
-src_install() {
- vim-plugin_src_install
-
- # Make scripts executable
- fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
-}