diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-09-14 23:17:51 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-09-14 23:17:51 +0000 |
commit | 01a96734d26c64e754ab9b35496d14f53519f9c9 (patch) | |
tree | 3eca291fe43c9f3db7e14f72286de704a7d57e96 /app-vim | |
parent | Version bump. (diff) | |
download | gentoo-2-01a96734d26c64e754ab9b35496d14f53519f9c9.tar.gz gentoo-2-01a96734d26c64e754ab9b35496d14f53519f9c9.tar.bz2 gentoo-2-01a96734d26c64e754ab9b35496d14f53519f9c9.zip |
Remove old.
(Portage version: 2.2.0_alpha55/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.12.ebuild | 37 | ||||
-rw-r--r-- | app-vim/easytags/easytags-2.5.ebuild | 37 |
3 files changed, 5 insertions, 75 deletions
diff --git a/app-vim/easytags/ChangeLog b/app-vim/easytags/ChangeLog index e7d014c63ef1..48ca434394f0 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.7 2011/09/14 23:15:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.8 2011/09/14 23:17:51 radhermit Exp $ + + 14 Sep 2011; Tim Harder <radhermit@gentoo.org> -easytags-2.4.12.ebuild, + -easytags-2.5.ebuild: + Remove old. *easytags-2.5.7 (14 Sep 2011) diff --git a/app-vim/easytags/easytags-2.4.12.ebuild b/app-vim/easytags/easytags-2.4.12.ebuild deleted file mode 100644 index 0530f868a100..000000000000 --- a/app-vim/easytags/easytags-2.4.12.ebuild +++ /dev/null @@ -1,37 +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.12.ebuild,v 1.1 2011/08/31 10:25:46 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 - dev-util/ctags" - -VIM_PLUGIN_HELPFILES="easytags.txt" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm INSTALL.md README.md - rm -rf autoload/xolox/misc -} - -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.5.ebuild b/app-vim/easytags/easytags-2.5.ebuild deleted file mode 100644 index 6bcc839b4cd6..000000000000 --- a/app-vim/easytags/easytags-2.5.ebuild +++ /dev/null @@ -1,37 +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.ebuild,v 1.1 2011/09/02 19:31:19 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-20110831 - dev-util/ctags" - -VIM_PLUGIN_HELPFILES="easytags.txt" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm INSTALL.md README.md - rm -rf autoload/xolox/misc -} - -src_install() { - vim-plugin_src_install - - # Make scripts executable - fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py -} |