diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-21 12:12:12 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-21 12:12:12 +0000 |
commit | 0a48b4fc20b5a05c6a676c2d419249f8b425d3a4 (patch) | |
tree | 5513d2371253e3d5386b64547fd7edb1e1581e2a /app-vim | |
parent | Stable on ppc wrt bug 238211 (diff) | |
download | historical-0a48b4fc20b5a05c6a676c2d419249f8b425d3a4.tar.gz historical-0a48b4fc20b5a05c6a676c2d419249f8b425d3a4.tar.bz2 historical-0a48b4fc20b5a05c6a676c2d419249f8b425d3a4.zip |
Version bump.
Package-Manager: portage--svn/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimpython/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.13.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog index af0fccd8692e..fafebb62b438 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/vimpython # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.20 2008/03/09 15:17:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.21 2008/09/21 12:12:12 hawking Exp $ + +*vimpython-1.13 (21 Sep 2008) + + 21 Sep 2008; Ali Polatel <hawking@gentoo.org> +vimpython-1.13.ebuild: + Version bump. 09 Mar 2008; Krzysiek Pawlik <nelchael@gentoo.org> -vimpython-1.7.ebuild: Remove old version. diff --git a/app-vim/vimpython/vimpython-1.13.ebuild b/app-vim/vimpython/vimpython-1.13.ebuild new file mode 100644 index 000000000000..d819f7f8777c --- /dev/null +++ b/app-vim/vimpython/vimpython-1.13.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.13.ebuild,v 1.1 2008/09/21 12:12:12 hawking Exp $ + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="${DEPEND}" + +VIM_PLUGIN_HELPURI="${HOMEPAGE}" |