diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-10-01 07:38:35 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-10-01 07:38:35 +0000 |
commit | be0dc42954f85b61e2ae974531cbcd5bd895c576 (patch) | |
tree | 7b84dd2042a01c19b9b00a7d97be363a77a4a7ab /app-vim/multiplesearch | |
parent | Version bump. Update to EAPI=3 and update LICENSE to GPL-3. (diff) | |
download | gentoo-2-be0dc42954f85b61e2ae974531cbcd5bd895c576.tar.gz gentoo-2-be0dc42954f85b61e2ae974531cbcd5bd895c576.tar.bz2 gentoo-2-be0dc42954f85b61e2ae974531cbcd5bd895c576.zip |
Version bump. Update to EAPI=3 and remove custom help doc generation since documentation has been included upstream.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/multiplesearch')
-rw-r--r-- | app-vim/multiplesearch/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.3.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app-vim/multiplesearch/ChangeLog b/app-vim/multiplesearch/ChangeLog index 75cdf161a616..33a8e3415f6d 100644 --- a/app-vim/multiplesearch/ChangeLog +++ b/app-vim/multiplesearch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/multiplesearch -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.14 2008/03/25 23:46:37 coldwind Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.15 2010/10/01 07:38:35 radhermit Exp $ + +*multiplesearch-1.3 (01 Oct 2010) + + 01 Oct 2010; Tim Harder <radhermit@gentoo.org> +multiplesearch-1.3.ebuild: + Version bump. Update to EAPI=3 and remove custom help doc generation since + documentation has been included upstream. 25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> multiplesearch-1.2.1-r1.ebuild: diff --git a/app-vim/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild new file mode 100644 index 000000000000..fdf1d6fb1e81 --- /dev/null +++ b/app-vim/multiplesearch/multiplesearch-1.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.3.ebuild,v 1.1 2010/10/01 07:38:35 radhermit Exp $ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: allows multiple highlighted searches" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip" +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="MultipleSearch" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" |