summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-09-28 23:05:50 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-28 23:23:13 +0200
commita3e1927f8ef15b11c975af68410e65f0b70412b2 (patch)
tree5a99dfcc606ca60f8ee523145dc274d80780f083 /app-vim
parentapp-vim/easytags: Stable for amd64+x86. (diff)
downloadgentoo-a3e1927f8ef15b11c975af68410e65f0b70412b2.tar.gz
gentoo-a3e1927f8ef15b11c975af68410e65f0b70412b2.tar.bz2
gentoo-a3e1927f8ef15b11c975af68410e65f0b70412b2.zip
app-vim/easytags: clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/easytags/Manifest1
-rw-r--r--app-vim/easytags/easytags-3.10.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/app-vim/easytags/Manifest b/app-vim/easytags/Manifest
index 643dc28fa31b..a3b21a5f3183 100644
--- a/app-vim/easytags/Manifest
+++ b/app-vim/easytags/Manifest
@@ -1,2 +1 @@
-DIST easytags-3.10.1.tar.gz 40567 SHA256 7783931847f432cbf2902a211e5c45cc9e2859441eeb1b7e8cf2cd91829954ad SHA512 1c17ab1faf5987597b4ed7ca7ef9fd31d3fce4df0505d68909851cf6c26613a2e0917acdc8998cd6e2bb424957cc8a93271d86c41184a98bb7b85c65f59f45db WHIRLPOOL 143aba09b498bdbb134dfbb499450e2eb6bfea00c6f899a12698969116028379a8374d2fe4d5ef8073eee771aec1797b194e64b5b48853d55ba95da62eb14f40
DIST easytags-3.11.tar.gz 40572 SHA256 3c365ea1fb7598f93976e9abd5734eb9b261de2951701c450e2ad1e9186a9b10 SHA512 9c1985a02b2718315d825ed29c06cbf78050e693893a9a7530a774031cbe9e6a27ee1dc91878950a1fbcaf7ea685faeb799d1e5b218b9ce25718783409f66130 WHIRLPOOL f216ca697b4e23a20e968bc3639bb238c037ce05225528b8051b885f19d9f72f2e8d49f6938325abf439b7a45fc14405d399f6a6bcd1929ffb114a745b552052
diff --git a/app-vim/easytags/easytags-3.10.1.ebuild b/app-vim/easytags/easytags-3.10.1.ebuild
deleted file mode 100644
index 246aff5dddd1..000000000000
--- a/app-vim/easytags/easytags-3.10.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 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}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=app-vim/vim-misc-1.17.6
- dev-util/ctags"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/vim-${P}
-
-src_prepare() {
- # remove unnecessary files
- rm addon-info.json INSTALL.md README.md || die
-}
-
-src_install() {
- vim-plugin_src_install
-
- # fix scripts
- fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
- python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
-}