summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-08 16:13:42 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-08 16:13:42 +0000
commitd2c398f7e239f55919df1b303e684bd39ceb8ee6 (patch)
tree2fef8adcc4d5fa2b98a084704e1f0219908280c5 /app-vim
parentNo one in mips land has smartcard hardware to test. see bug #162205 comment 10 (diff)
downloadgentoo-2-d2c398f7e239f55919df1b303e684bd39ceb8ee6.tar.gz
gentoo-2-d2c398f7e239f55919df1b303e684bd39ceb8ee6.tar.bz2
gentoo-2-d2c398f7e239f55919df1b303e684bd39ceb8ee6.zip
Version bump. Fixes Bug #167710, Bug #170777.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimpython/ChangeLog7
-rw-r--r--app-vim/vimpython/files/digest-vimpython-1.113
-rw-r--r--app-vim/vimpython/vimpython-1.11.ebuild17
3 files changed, 26 insertions, 1 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog
index f3d9248e9c21..b19a04d56efd 100644
--- a/app-vim/vimpython/ChangeLog
+++ b/app-vim/vimpython/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/vimpython
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.11 2007/02/22 00:16:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.12 2007/05/08 16:13:42 pioto Exp $
+
+*vimpython-1.11 (08 May 2007)
+
+ 08 May 2007; Mike Kelly <pioto@gentoo.org> +vimpython-1.11.ebuild:
+ Version bump. Fixes Bug #167710, Bug #170777.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-vim/vimpython/files/digest-vimpython-1.11 b/app-vim/vimpython/files/digest-vimpython-1.11
new file mode 100644
index 000000000000..144d569322ea
--- /dev/null
+++ b/app-vim/vimpython/files/digest-vimpython-1.11
@@ -0,0 +1,3 @@
+MD5 a97baefb2f7aa1991308ce8b21fa4077 vimpython-1.11.tar.bz2 4080
+RMD160 bdac4c3c3f46255a9bfe0f6ad4de516c0ef41be8 vimpython-1.11.tar.bz2 4080
+SHA256 62b3c81d7bc676ab5c92a251cf5937e5df449886b5d0da9f58dfeb2757c4491f vimpython-1.11.tar.bz2 4080
diff --git a/app-vim/vimpython/vimpython-1.11.ebuild b/app-vim/vimpython/vimpython-1.11.ebuild
new file mode 100644
index 000000000000..efa92477dae2
--- /dev/null
+++ b/app-vim/vimpython/vimpython-1.11.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.11.ebuild,v 1.1 2007/05/08 16:13:42 pioto 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="~x86"
+IUSE=""
+
+RDEPEND="${DEPEND}"
+
+VIM_PLUGIN_HELPURI="${HOMEPAGE}"