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/enhancedcommentify/
Date: Wed, 25 Jan 2017 23:14:09
Message-Id: 1485386009.6ffb007ece0c9f617ed29e28269a91078a626bcf.monsieurp@gentoo
1 commit: 6ffb007ece0c9f617ed29e28269a91078a626bcf
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 22:14:04 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 23:13:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffb007e
7
8 app-vim/enhancedcommentify: clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 .../enhancedcommentify-2.3.ebuild | 26 ----------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild
16 deleted file mode 100644
17 index c89489f..00000000
18 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin eutils
26 -
27 -DESCRIPTION="vim plugin: enhanced comment creation"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23"
29 -
30 -LICENSE="BSD"
31 -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
32 -IUSE=""
33 -
34 -VIM_PLUGIN_HELPFILES="EnhancedCommentify"
35 -
36 -DEPEND="${DEPEND} >=sys-apps/sed-4"
37 -# bug #74897
38 -RDEPEND="!app-vim/ctx"
39 -
40 -src_unpack() {
41 - unpack ${A}
42 - cd "${S}"
43 - # gentooy things, bug #79185
44 - epatch "${FILESDIR}"/${PN}-2.1-gentooisms.patch
45 - epatch "${FILESDIR}"/${PN}-2.1-extra-ft-support.patch
46 -}