summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-04-23 22:05:16 +0000
committerAron Griffis <agriffis@gentoo.org>2003-04-23 22:05:16 +0000
commitcc66e864b6448f766aa659b50d7c7a156d552290 (patch)
tree7ff7fb95da55022cc08f1625b2e15ce3ded3b421 /app-editors/gvim/gvim-6.1-r8.ebuild
parentfix inherit/import screwup (diff)
downloadgentoo-2-cc66e864b6448f766aa659b50d7c7a156d552290.tar.gz
gentoo-2-cc66e864b6448f766aa659b50d7c7a156d552290.tar.bz2
gentoo-2-cc66e864b6448f766aa659b50d7c7a156d552290.zip
vim 6.2a update
Diffstat (limited to 'app-editors/gvim/gvim-6.1-r8.ebuild')
-rw-r--r--app-editors/gvim/gvim-6.1-r8.ebuild20
1 files changed, 15 insertions, 5 deletions
diff --git a/app-editors/gvim/gvim-6.1-r8.ebuild b/app-editors/gvim/gvim-6.1-r8.ebuild
index 457d0d86c2da..eff5dc508fca 100644
--- a/app-editors/gvim/gvim-6.1-r8.ebuild
+++ b/app-editors/gvim/gvim-6.1-r8.ebuild
@@ -1,15 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.1-r8.ebuild,v 1.2 2003/04/02 14:40:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.1-r8.ebuild,v 1.3 2003/04/23 22:05:16 agriffis Exp $
-IUSE="gnome gpm gtk gtk2 ncurses nls perl python ruby X"
-VIMPATCH="411"
inherit vim
+VIM_VERSION="6.1"
+VIM_GENTOO_PATCHES="vim-6.1-411-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-6.1-patches-001-411.tar.bz2"
+
+S=${WORKDIR}/vim${VIM_VERSION/.}
+SRC_URI="${SRC_URI}
+ ftp://ftp.vim.org/pub/vim/unix/vim-6.1.tar.bz2
+ nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-6.1-lang.tar.gz )
+ mirror://gentoo/${VIM_GENTOO_PATCHES}
+ mirror://gentoo/${VIM_ORG_PATCHES}"
+
DESCRIPTION="Graphical Vim"
-KEYWORDS="x86 ~ppc ~sparc alpha"
+KEYWORDS="alpha ~ppc ~sparc x86"
+PROVIDE="virtual/editor"
DEPEND="${DEPEND}
- >=app-editors/vim-core-6.1-r5
+ ~app-editors/vim-core-6.1
x11-base/xfree
gtk2? ( >=x11-libs/gtk+-2.1 virtual/xft ) :
( gnome? ( gnome-base/gnome-libs ) :