summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-05-24 02:18:10 +0000
committerAron Griffis <agriffis@gentoo.org>2003-05-24 02:18:10 +0000
commit981cad277d077dcfaf53ea9cc5e8817bd71d36bd (patch)
treee66cbbb702edbd9d987c7d3557405845003dea3d /app-editors
parentupdate to 6.2e (diff)
downloadhistorical-981cad277d077dcfaf53ea9cc5e8817bd71d36bd.tar.gz
historical-981cad277d077dcfaf53ea9cc5e8817bd71d36bd.tar.bz2
historical-981cad277d077dcfaf53ea9cc5e8817bd71d36bd.zip
update to 6.2e
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gvim/Manifest4
-rw-r--r--app-editors/gvim/files/digest-gvim-6.2_pre53
-rw-r--r--app-editors/gvim/gvim-6.2_pre5.ebuild27
3 files changed, 32 insertions, 2 deletions
diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index 766ca1d14586..064b39d34661 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -1,11 +1,11 @@
MD5 0a6381f28abb339221ef8b4cf53330dd gvim-6.2_pre3.ebuild 945
MD5 b679d9da17e02a199140d21c86e2db78 gvim-6.1-r6.ebuild 882
-MD5 67a17b280a061591399c0c60905ca1aa gvim-6.2_pre5.ebuild 945
+MD5 e35ffc418fbd590d186438becde7626a gvim-6.2_pre5.ebuild 945
MD5 4df303831489a7b1491341b0d0645512 gvim-6.1-r8.ebuild 1060
MD5 59a3ea056a46518ead79f8454585946a gvim-6.2_pre2.ebuild 945
MD5 4c59e290ed3c31ec1692264500503ccf gvim-6.2_pre4.ebuild 945
MD5 28dd10ba971622be8dfaf47a854d9ec3 gvim-6.1-r7.ebuild 1021
-MD5 aa4dc614072f323824926e2ac19f57e3 ChangeLog 5081
+MD5 5c38e0dfba3e882849f32ed96361c2a1 ChangeLog 5201
MD5 cae6fc0ca0922a9714d509e5cce1e18e gvim-6.2_pre1.ebuild 954
MD5 b76a88160b1cdf5b865836399d0b0573 files/digest-gvim-6.2_pre1 198
MD5 bd60e74d8b97496b46e4c67d6f3f250c files/digest-gvim-6.2_pre2 202
diff --git a/app-editors/gvim/files/digest-gvim-6.2_pre5 b/app-editors/gvim/files/digest-gvim-6.2_pre5
new file mode 100644
index 000000000000..75a8a3a74a1e
--- /dev/null
+++ b/app-editors/gvim/files/digest-gvim-6.2_pre5
@@ -0,0 +1,3 @@
+MD5 275cc8944c106829d5c94bd314b5dd9a vim-6.2e.tar.bz2 3244528
+MD5 3943b110b6e2bee6cb034f41b84365a1 vim-6.2e-lang.tar.gz 1024215
+MD5 87a6077b112520f02b0901af3f28dbdf vim-6.2d-gentoo-patches.tar.bz2 3300
diff --git a/app-editors/gvim/gvim-6.2_pre5.ebuild b/app-editors/gvim/gvim-6.2_pre5.ebuild
new file mode 100644
index 000000000000..d14225bedeb6
--- /dev/null
+++ b/app-editors/gvim/gvim-6.2_pre5.ebuild
@@ -0,0 +1,27 @@
+# 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.2_pre5.ebuild,v 1.1 2003/05/24 02:18:03 agriffis Exp $
+
+inherit vim
+
+VIM_VERSION="6.2e"
+VIM_GENTOO_PATCHES="vim-6.2d-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="" # no patches available
+
+SRC_URI="${SRC_URI}
+ ftp://ftp.vim.org/pub/vim/unstable/unix/vim-6.2e.tar.bz2
+ nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-6.2e-lang.tar.gz )
+ mirror://gentoo/${VIM_GENTOO_PATCHES}"
+# mirror://gentoo/${VIM_ORG_PATCHES}"
+
+S=${WORKDIR}/vim${VIM_VERSION/.}
+DESCRIPTION="Graphical Vim"
+KEYWORDS="~alpha ~ppc ~sparc ~x86"
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ ~app-editors/vim-core-6.2_pre5
+ x11-base/xfree
+ gtk2? ( >=x11-libs/gtk+-2.1 virtual/xft ) :
+ ( gnome? ( gnome-base/gnome-libs ) :
+ ( gtk? ( =x11-libs/gtk+-1.2* ) :
+ ( motif? ( virtual/motif ) ) ) )"