Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187860 | Differences between
and this patch

Collapse All | Expand All

(-)cream-0.36.ebuild (-4 / +2 lines)
Lines 24-33 Link Here
24
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
24
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
25
25
26
DEPEND="
26
DEPEND="
27
	>=app-editors/gvim-6.4
27
	>=app-editors/gvim-7.0
28
	app-arch/unzip"
28
	app-arch/unzip"
29
RDEPEND="
29
RDEPEND="
30
	>=app-editors/gvim-6.4
30
	>=app-editors/gvim-7.0
31
	dev-util/ctags"
31
	dev-util/ctags"
32
32
33
VIM_PLUGIN_HELPTEXT=\
33
VIM_PLUGIN_HELPTEXT=\
Lines 94-101 Link Here
94
	# rename vim help files to avoid conflicts with other vim packages
94
	# rename vim help files to avoid conflicts with other vim packages
95
	prefix_help_file cream help/EnhancedCommentify.txt \
95
	prefix_help_file cream help/EnhancedCommentify.txt \
96
		'EnhancedCommentify' 'EnhComm-[a-zA-Z]\+'
96
		'EnhancedCommentify' 'EnhComm-[a-zA-Z]\+'
97
	prefix_help_file cream help/opsplorer.txt \
98
		'opsplorer\.txt' 'opsplorer_[a-z_]\+'
99
}
97
}
100
98
101
src_install() {
99
src_install() {

Return to bug 187860