diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-03-09 15:17:04 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-03-09 15:17:04 +0000 |
commit | 89241e6b42b298407e2db10224119f247d32a7f9 (patch) | |
tree | 863a7477b555943540443a376f25686f86c2c208 /app-vim | |
parent | Use EANT_ variables and add a src_test but had to RESTRICT it because they fa... (diff) | |
download | gentoo-2-89241e6b42b298407e2db10224119f247d32a7f9.tar.gz gentoo-2-89241e6b42b298407e2db10224119f247d32a7f9.tar.bz2 gentoo-2-89241e6b42b298407e2db10224119f247d32a7f9.zip |
Remove old version.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimpython/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.7.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/app-vim/vimpython/ChangeLog b/app-vim/vimpython/ChangeLog index c13de2c623e3..af0fccd8692e 100644 --- a/app-vim/vimpython/ChangeLog +++ b/app-vim/vimpython/ChangeLog @@ -1,6 +1,9 @@ # 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.19 2008/03/09 14:40:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/ChangeLog,v 1.20 2008/03/09 15:17:04 nelchael Exp $ + + 09 Mar 2008; Krzysiek Pawlik <nelchael@gentoo.org> -vimpython-1.7.ebuild: + Remove old version. 09 Mar 2008; Raúl Porcel <armin76@gentoo.org> vimpython-1.11.ebuild: alpha/ia64/sparc stable wrt #209049 diff --git a/app-vim/vimpython/vimpython-1.7.ebuild b/app-vim/vimpython/vimpython-1.7.ebuild deleted file mode 100644 index 28ac7150e8a0..000000000000 --- a/app-vim/vimpython/vimpython-1.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpython/vimpython-1.7.ebuild,v 1.9 2006/01/08 07:42:42 josejx Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: improvements for editing python scripts" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" - -LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="" - -DEPEND="${DEPEND} >=sys-apps/sed-4" - -VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=30" - -function src_unpack() { - unpack ${A} - # We know that we've got *vim >= 6.2, so we can safely enable the - # function which needs try/catch support. - sed -i \ - -e '/" function! s:JumpToAndUnfoldWithExceptions/,/^$/s/" \?//' \ - ${S}/plugin/python.vim || die "Sed magic failed" -} |