summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-06-26 06:27:06 +0000
committerTim Harder <radhermit@gentoo.org>2014-06-26 06:27:06 +0000
commit71a8b9ddcd92b091c16e3adede9c0cf0fd732b58 (patch)
treef6af0e9625b71b32cb5b1e3e842d1bf9844a4eb4 /app-vim
parentVersion bump. (diff)
downloadgentoo-2-71a8b9ddcd92b091c16e3adede9c0cf0fd732b58.tar.gz
gentoo-2-71a8b9ddcd92b091c16e3adede9c0cf0fd732b58.tar.bz2
gentoo-2-71a8b9ddcd92b091c16e3adede9c0cf0fd732b58.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/easytags/ChangeLog6
-rw-r--r--app-vim/easytags/easytags-2.7.2.ebuild38
-rw-r--r--app-vim/easytags/easytags-2.8.1.ebuild33
3 files changed, 5 insertions, 72 deletions
diff --git a/app-vim/easytags/ChangeLog b/app-vim/easytags/ChangeLog
index 0820ddf87157..0bfca9b09b1f 100644
--- a/app-vim/easytags/ChangeLog
+++ b/app-vim/easytags/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/easytags
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.16 2014/06/26 06:26:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.17 2014/06/26 06:27:06 radhermit Exp $
+
+ 26 Jun 2014; Tim Harder <radhermit@gentoo.org> -easytags-2.7.2.ebuild,
+ -easytags-2.8.1.ebuild:
+ Remove old.
*easytags-3.4.4 (26 Jun 2014)
diff --git a/app-vim/easytags/easytags-2.7.2.ebuild b/app-vim/easytags/easytags-2.7.2.ebuild
deleted file mode 100644
index 8b201df7387d..000000000000
--- a/app-vim/easytags/easytags-2.7.2.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.7.2.ebuild,v 1.1 2011/11/13 20:39:32 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-20110926
- 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
-}
diff --git a/app-vim/easytags/easytags-2.8.1.ebuild b/app-vim/easytags/easytags-2.8.1.ebuild
deleted file mode 100644
index 9ff2a7b21179..000000000000
--- a/app-vim/easytags/easytags-2.8.1.ebuild
+++ /dev/null
@@ -1,33 +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/easytags/easytags-2.8.1.ebuild,v 1.1 2012/08/03 22:05:36 radhermit Exp $
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-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-20111124
- dev-util/ctags"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-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
-}