Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
Date: Wed, 28 Sep 2016 21:23:30
Message-Id: 1475097793.a3e1927f8ef15b11c975af68410e65f0b70412b2.monsieurp@gentoo
1 commit: a3e1927f8ef15b11c975af68410e65f0b70412b2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 21:05:50 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 21:23:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e1927f
7
8 app-vim/easytags: clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/easytags/Manifest | 1 -
13 app-vim/easytags/easytags-3.10.1.ebuild | 36 ---------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-vim/easytags/Manifest b/app-vim/easytags/Manifest
17 index 643dc28..a3b21a5 100644
18 --- a/app-vim/easytags/Manifest
19 +++ b/app-vim/easytags/Manifest
20 @@ -1,2 +1 @@
21 -DIST easytags-3.10.1.tar.gz 40567 SHA256 7783931847f432cbf2902a211e5c45cc9e2859441eeb1b7e8cf2cd91829954ad SHA512 1c17ab1faf5987597b4ed7ca7ef9fd31d3fce4df0505d68909851cf6c26613a2e0917acdc8998cd6e2bb424957cc8a93271d86c41184a98bb7b85c65f59f45db WHIRLPOOL 143aba09b498bdbb134dfbb499450e2eb6bfea00c6f899a12698969116028379a8374d2fe4d5ef8073eee771aec1797b194e64b5b48853d55ba95da62eb14f40
22 DIST easytags-3.11.tar.gz 40572 SHA256 3c365ea1fb7598f93976e9abd5734eb9b261de2951701c450e2ad1e9186a9b10 SHA512 9c1985a02b2718315d825ed29c06cbf78050e693893a9a7530a774031cbe9e6a27ee1dc91878950a1fbcaf7ea685faeb799d1e5b218b9ce25718783409f66130 WHIRLPOOL f216ca697b4e23a20e968bc3639bb238c037ce05225528b8051b885f19d9f72f2e8d49f6938325abf439b7a45fc14405d399f6a6bcd1929ffb114a745b552052
23
24 diff --git a/app-vim/easytags/easytags-3.10.1.ebuild b/app-vim/easytags/easytags-3.10.1.ebuild
25 deleted file mode 100644
26 index 246aff5..00000000
27 --- a/app-vim/easytags/easytags-3.10.1.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit python-single-r1 vim-plugin
38 -
39 -DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
40 -HOMEPAGE="http://peterodding.com/code/vim/easytags/"
41 -SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -LICENSE="MIT"
43 -KEYWORDS="amd64 x86"
44 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
45 -
46 -RDEPEND="${PYTHON_DEPS}
47 - >=app-vim/vim-misc-1.17.6
48 - dev-util/ctags"
49 -
50 -VIM_PLUGIN_HELPFILES="${PN}.txt"
51 -
52 -S=${WORKDIR}/vim-${P}
53 -
54 -src_prepare() {
55 - # remove unnecessary files
56 - rm addon-info.json INSTALL.md README.md || die
57 -}
58 -
59 -src_install() {
60 - vim-plugin_src_install
61 -
62 - # fix scripts
63 - fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
64 - python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
65 -}