diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-08-31 10:27:03 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-08-31 10:27:03 +0000 |
commit | 58fafb9bff47127ea559d2809cc0b38125485752 (patch) | |
tree | e5cff53511099d07a15ecf9ae6088fdafc8e5df3 /app-vim | |
parent | Version bump. Add dependency on external xolox-misc scripts. (diff) | |
download | gentoo-2-58fafb9bff47127ea559d2809cc0b38125485752.tar.gz gentoo-2-58fafb9bff47127ea559d2809cc0b38125485752.tar.bz2 gentoo-2-58fafb9bff47127ea559d2809cc0b38125485752.zip |
Remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/easytags/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/easytags/easytags-2.4.11.ebuild | 35 | ||||
-rw-r--r-- | app-vim/easytags/easytags-2.4.9.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/app-vim/easytags/ChangeLog b/app-vim/easytags/ChangeLog index 5436a75c55e8..f87bc2a32f85 100644 --- a/app-vim/easytags/ChangeLog +++ b/app-vim/easytags/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/easytags # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.3 2011/08/31 10:25:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.4 2011/08/31 10:27:02 radhermit Exp $ + + 31 Aug 2011; Tim Harder <radhermit@gentoo.org> -easytags-2.4.9.ebuild, + -easytags-2.4.11.ebuild: + Remove old. *easytags-2.4.12 (31 Aug 2011) diff --git a/app-vim/easytags/easytags-2.4.11.ebuild b/app-vim/easytags/easytags-2.4.11.ebuild deleted file mode 100644 index 0a05581e972f..000000000000 --- a/app-vim/easytags/easytags-2.4.11.ebuild +++ /dev/null @@ -1,35 +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.4.11.ebuild,v 1.1 2011/07/12 06:33:54 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 ) - dev-util/ctags" - -VIM_PLUGIN_HELPFILES="easytags.txt" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm INSTALL.md README.md -} - -src_install() { - vim-plugin_src_install - - # Make scripts executable - fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py -} diff --git a/app-vim/easytags/easytags-2.4.9.ebuild b/app-vim/easytags/easytags-2.4.9.ebuild deleted file mode 100644 index ffff28cf0443..000000000000 --- a/app-vim/easytags/easytags-2.4.9.ebuild +++ /dev/null @@ -1,35 +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.4.9.ebuild,v 1.1 2011/06/29 00:40:50 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 ) - dev-util/ctags" - -VIM_PLUGIN_HELPFILES="easytags.txt" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm INSTALL.md README.md -} - -src_install() { - vim-plugin_src_install - - # Make scripts executable - fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py -} |