Gentoo Archives: gentoo-dev

From: Ali Polatel <hawking@g.o>
To: Gentoo Dev ML <gentoo-dev@l.g.o>
Cc: vim@g.o
Subject: [gentoo-dev] [RFC] vim-plugin.eclass and DEPEND
Date: Sun, 06 Apr 2008 11:26:47
Message-Id: 20080406112613.GB3374@trippin
1 Hi everyone,
2
3 Attached is a patch about vim-plugin.eclass which I'm about to commit.
4 The patch is aimed to make the eclass usable by packages not under
5 app-vim but come with their own vim plugin stuff (like git). It limits
6 setting default DEPEND,SLOT and SRC_URI to packages under category
7 app-vim and checks for VIM_PLUGIN_VERSION to add a dependency upon vim
8 or gvim. This way the eclass doesn't unconditionally depend on vim but
9 still give the option to set VIM_PLUGIN_VERSION in the ebuild make the
10 eclass add the dependencies.
11
12 What do you think? Do you think it's the right way to implement it?
13 Please comment.
14
15 --
16 Regards,
17 Ali Polatel

Attachments

File name MIME type
vim_plugin_eclass-no-default-depend.diff text/plain

Replies

Subject Author
Re: [gentoo-dev] [RFC] vim-plugin.eclass and DEPEND Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>