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/, app-vim/enhancedcommentify/files/
Date: Wed, 25 Jan 2017 23:14:09
Message-Id: 1485386002.ec7b9964a7d3565ef6a48bdcdc55345d841cc4e4.monsieurp@gentoo
1 commit: ec7b9964a7d3565ef6a48bdcdc55345d841cc4e4
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 22:13:39 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 23:13:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7b9964
7
8 app-vim/enhancedcommentify: stable for amd64. mark stable across the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.3.0
11
12 .../enhancedcommentify-2.3-r1.ebuild | 20 ++++++++------------
13 .../enhancedcommentify-2.1-extra-ft-support.patch | 4 ++--
14 .../files/enhancedcommentify-2.1-gentooisms.patch | 4 ++--
15 3 files changed, 12 insertions(+), 16 deletions(-)
16
17 diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild
18 index 2810177..5b27c17 100644
19 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild
20 +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild
21 @@ -1,32 +1,28 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=6
28
29 -inherit vim-plugin eutils
30 +inherit vim-plugin
31
32 DESCRIPTION="vim plugin: enhanced comment creation"
33 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23"
34
35 LICENSE="BSD"
36 -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
37 -IUSE=""
38 +KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
39
40 VIM_PLUGIN_HELPFILES="EnhancedCommentify"
41
42 -DEPEND="
43 - >=sys-apps/sed-4"
44 +DEPEND="sys-apps/sed"
45
46 # See bug #74897.
47 RDEPEND="
48 ${DEPEND}
49 !app-vim/ctx"
50
51 -src_prepare() {
52 - default
53 -
54 +PATCHES=(
55 # See bug #79185.
56 - epatch "${FILESDIR}"/${PN}-2.1-gentooisms.patch
57 - epatch "${FILESDIR}"/${PN}-2.1-extra-ft-support.patch
58 -}
59 + "${FILESDIR}"/${PN}-2.1-gentooisms.patch
60 + "${FILESDIR}"/${PN}-2.1-extra-ft-support.patch
61 +)
62
63 diff --git a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch
64 index 597518a..7c350a5 100644
65 --- a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch
66 +++ b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch
67 @@ -1,5 +1,5 @@
68 ---- plugin/EnhancedCommentify.vim.orig 2005-03-01 02:28:23.409962824 -0500
69 -+++ plugin/EnhancedCommentify.vim 2005-03-01 02:29:45.695453528 -0500
70 +--- a/plugin/EnhancedCommentify.vim 2005-03-01 02:28:23.409962824 -0500
71 ++++ b/plugin/EnhancedCommentify.vim 2005-03-01 02:29:45.695453528 -0500
72 @@ -740,7 +740,9 @@
73 \ 'psf\|ptcap\|r\|radiance\|ratpoison\|readline\remind\|'.
74 \ 'ruby\|screen\|sed\|sm\|snnsnet\|snnspat\|snnsres\|spec\|'.
75
76 diff --git a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch
77 index 9e45142..a22b30e 100644
78 --- a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch
79 +++ b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch
80 @@ -1,5 +1,5 @@
81 ---- plugin/EnhancedCommentify.vim.orig 2005-01-27 00:20:00.049461056 -0500
82 -+++ plugin/EnhancedCommentify.vim 2005-01-27 00:17:57.617073608 -0500
83 +--- a/plugin/EnhancedCommentify.vim 2005-01-27 00:20:00.049461056 -0500
84 ++++ b/plugin/EnhancedCommentify.vim 2005-01-27 00:17:57.617073608 -0500
85 @@ -628,6 +628,10 @@
86 " letter.
87 if match(synFiletype, '\l\+\u') == 0