summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-21 12:12:12 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-21 12:12:12 +0000
commit698729f1d38dc60534523b72fc72d52f838a2a4f (patch)
tree7ae6b46336a8e483afc14d0bdade2c3cf47d58ed /app-vim/vimpython
parentStable on ppc wrt bug 238211 (diff)
downloadgentoo-2-698729f1d38dc60534523b72fc72d52f838a2a4f.tar.gz
gentoo-2-698729f1d38dc60534523b72fc72d52f838a2a4f.tar.bz2
gentoo-2-698729f1d38dc60534523b72fc72d52f838a2a4f.zip
Version bump.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r--app-vim/vimpython/ChangeLog7
-rw-r--r--app-vim/vimpython/vimpython-1.13.ebuild17
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}"