summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-06-08 11:57:38 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-06-08 11:57:38 +0000
commita68f5c31eee239c5a45a2371eee0b1667225b9f9 (patch)
tree0bcf571d20435c1b47e3b0bb577d0e0e5ebd948c /app-editors
parentAdded to ~ppc (diff)
downloadhistorical-a68f5c31eee239c5a45a2371eee0b1667225b9f9.tar.gz
historical-a68f5c31eee239c5a45a2371eee0b1667225b9f9.tar.bz2
historical-a68f5c31eee239c5a45a2371eee0b1667225b9f9.zip
vim 6.3 has landed! (bug #53295)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gvim/Manifest4
-rw-r--r--app-editors/gvim/files/digest-gvim-6.33
-rw-r--r--app-editors/gvim/gvim-6.2-r6.ebuild4
-rw-r--r--app-editors/gvim/gvim-6.3.ebuild32
-rw-r--r--app-editors/vim-core/ChangeLog7
-rw-r--r--app-editors/vim-core/Manifest2
-rw-r--r--app-editors/vim-core/files/digest-vim-core-6.34
-rw-r--r--app-editors/vim-core/vim-core-6.3.ebuild23
-rw-r--r--app-editors/vim/ChangeLog7
-rw-r--r--app-editors/vim/Manifest2
-rw-r--r--app-editors/vim/files/digest-vim-6.33
-rw-r--r--app-editors/vim/vim-6.3.ebuild23
12 files changed, 109 insertions, 5 deletions
diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index c24923df42e0..40dc858abe06 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -1,6 +1,7 @@
-MD5 3ee0e0a82e9c3c99e8ee917483850582 gvim-6.2-r6.ebuild 972
+MD5 2bced6dd1b958dd0fa5874edb7198189 gvim-6.2-r6.ebuild 978
MD5 562846c0655fd32d8c2193948bd783e5 gvim-6.2-r9.ebuild 978
MD5 7ad83914a599713afbb9906583c54211 ChangeLog 11645
+MD5 2fcf645f56ab348879e1da4709bb5a32 gvim-6.3.ebuild 1017
MD5 260d86c297204c0ef1486c937fb77700 gvim-6.2-r5.ebuild 970
MD5 04ba7d22d04b35f59e4228a86bd84dd0 gvim-6.2-r3.ebuild 952
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
@@ -11,6 +12,7 @@ MD5 daa101d1c1c5ddeaffcb3d6a29559c39 files/digest-gvim-6.2-r7 275
MD5 93984fd1e5f44bb594248a2eaa495f03 files/digest-gvim-6.2-r8 275
MD5 823c8bb76c4568a8ddb7a17accd057e7 files/gvimrc 780
MD5 7872d6ce1d0728653a5d0ebd09d069ae files/digest-gvim-6.2-r3 275
+MD5 cf04f5e783d474814c5923309b511165 files/digest-gvim-6.3 203
MD5 b55c47a253613f757d8fb0bdd9008660 files/digest-gvim-6.2-r6 275
MD5 e92de6be4fb936ce511bfd13594c2cc5 files/digest-gvim-6.2-r5 275
MD5 e8e36a6ec1a6d972aafb9226bc62cdff files/digest-gvim-6.2-r9 275
diff --git a/app-editors/gvim/files/digest-gvim-6.3 b/app-editors/gvim/files/digest-gvim-6.3
new file mode 100644
index 000000000000..757e4d9e7cff
--- /dev/null
+++ b/app-editors/gvim/files/digest-gvim-6.3
@@ -0,0 +1,3 @@
+MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397
+MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792
+MD5 7d14e62f7f3f78a043c21c04d34d9b70 vim-6.2.070-gentoo-patches.tar.bz2 4416
diff --git a/app-editors/gvim/gvim-6.2-r6.ebuild b/app-editors/gvim/gvim-6.2-r6.ebuild
index aceeb2ac001b..f7b790a1cd5f 100644
--- a/app-editors/gvim/gvim-6.2-r6.ebuild
+++ b/app-editors/gvim/gvim-6.2-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.2-r6.ebuild,v 1.6 2004/02/29 01:35:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.2-r6.ebuild,v 1.7 2004/06/08 11:57:38 ciaranm Exp $
inherit vim
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Graphical Vim"
-KEYWORDS="alpha ~ppc ~sparc x86 ~amd64 ia64 ~hppa"
+KEYWORDS="alpha ~ppc ~sparc x86 ~amd64 ia64 ~hppa ~mips"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}
diff --git a/app-editors/gvim/gvim-6.3.ebuild b/app-editors/gvim/gvim-6.3.ebuild
new file mode 100644
index 000000000000..b7d8fc69e706
--- /dev/null
+++ b/app-editors/gvim/gvim-6.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.3.ebuild,v 1.1 2004/06/08 11:57:38 ciaranm Exp $
+
+inherit vim
+
+VIM_VERSION="6.3"
+VIM_GENTOO_PATCHES="vim-6.2.070-gentoo-patches.tar.bz2"
+# 6.3.000, no patches needed
+# VIM_ORG_PATCHES="vim-6.3b.002-patches.tar.bz2"
+
+SRC_URI="${SRC_URI}
+ ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
+ nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz )
+ mirror://gentoo/${VIM_GENTOO_PATCHES}"
+# mirror://gentoo/${VIM_ORG_PATCHES}"
+
+S=${WORKDIR}/vim${VIM_VERSION/.}
+DESCRIPTION="Graphical Vim"
+KEYWORDS="~x86 ~sparc ~mips ~ppc ~alpha ~amd64 ~ia64 ~hppa"
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ ~app-editors/vim-core-${PV}
+ virtual/x11
+ gtk? (
+ gtk2? ( >=x11-libs/gtk+-2.2 virtual/xft )
+ !gtk2? (
+ gnome? ( gnome-base/gnome-libs )
+ !gnome? ( =x11-libs/gtk+-1.2* )
+ )
+ )
+ !gtk? ( motif? ( x11-libs/openmotif ) )"
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 678c8ce91ed1..365815a4d83a 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/vim-core
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.76 2004/06/07 20:07:49 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.77 2004/06/08 11:56:21 ciaranm Exp $
+
+*vim-core-6.3 (08 Jun 2004)
+
+ 08 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-core-6.3.ebuild:
+ Version bump, bug #53295
07 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-core-6.3_beta2.ebuild:
Added in remaining keywords, bug #51705
diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 900b576cebbb..2f19877c85a2 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,3 +1,4 @@
+MD5 2a0a9f690ed48f1cb0a37c329f3aaae5 vim-core-6.3.ebuild 936
MD5 b0483e15a2d2f3a6eda0e8cf2e392f43 ChangeLog 10449
MD5 88595d553eac9c8dec183d21c316fa6e vim-core-6.2-r7.ebuild 877
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
@@ -16,5 +17,6 @@ MD5 e92de6be4fb936ce511bfd13594c2cc5 files/digest-vim-core-6.2-r5 275
MD5 b55c47a253613f757d8fb0bdd9008660 files/digest-vim-core-6.2-r6 275
MD5 cc4d15465625e4d581e621d3d457d682 files/vimrc 2857
MD5 7872d6ce1d0728653a5d0ebd09d069ae files/digest-vim-core-6.2-r4 275
+MD5 f7046d975c3b2dd7a6e82e4287e6d3ab files/digest-vim-core-6.3 277
MD5 c2d0302eae7fc80b2a1cb38ddab9d3d3 files/rphillips-invalcolorpatch.diff 722
MD5 4de696416210fb1651b1835ebf8bd506 files/digest-vim-core-6.2-r9 349
diff --git a/app-editors/vim-core/files/digest-vim-core-6.3 b/app-editors/vim-core/files/digest-vim-core-6.3
new file mode 100644
index 000000000000..21b5074706e9
--- /dev/null
+++ b/app-editors/vim-core/files/digest-vim-core-6.3
@@ -0,0 +1,4 @@
+MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397
+MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792
+MD5 7d14e62f7f3f78a043c21c04d34d9b70 vim-6.2.070-gentoo-patches.tar.bz2 4416
+MD5 e49b3fdf372bba246815300777ffd95d vim-runtime-20040521.tar.bz2 2121182
diff --git a/app-editors/vim-core/vim-core-6.3.ebuild b/app-editors/vim-core/vim-core-6.3.ebuild
new file mode 100644
index 000000000000..d877330cd594
--- /dev/null
+++ b/app-editors/vim-core/vim-core-6.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.3.ebuild,v 1.1 2004/06/08 11:56:21 ciaranm Exp $
+
+inherit vim
+
+VIM_VERSION="6.3"
+# 6.3.000, no patches needed
+# VIM_ORG_PATCHES="vim-6.3.000-patches.tar.bz2"
+VIM_RUNTIME_SNAP="vim-runtime-20040521.tar.bz2"
+VIM_GENTOO_PATCHES="vim-6.2.070-gentoo-patches.tar.bz2"
+
+SRC_URI="${SRC_URI}
+ ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
+ nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz )
+ mirror://gentoo/${VIM_GENTOO_PATCHES}
+ mirror://gentoo/${VIM_RUNTIME_SNAP}"
+# mirror://gentoo/${VIM_ORG_PATCHES}
+
+S=${WORKDIR}/vim${VIM_VERSION/.}
+DESCRIPTION="vim and gvim shared files"
+KEYWORDS="~x86 ~sparc ~mips ~ppc ~alpha ~amd64 ~ia64 ~arm ~hppa ~ppc64 ~s390"
+DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 96c601219b76..5ea80b621a0f 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/vim
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.105 2004/06/07 20:07:23 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.106 2004/06/08 11:57:03 ciaranm Exp $
+
+*vim-6.3 (08 Jun 2004)
+
+ 08 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3.ebuild:
+ Version bump, bug #53295
07 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3_beta2.ebuild:
Added in remaining keywords, bug #51705
diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index b6824986b182..1a290ebc4f28 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -2,9 +2,11 @@ MD5 a9353f5bd234162fcf86e8355a451436 ChangeLog 16640
MD5 cbe50492e51393eb51649e8ee0fca281 vim-6.2-r8.ebuild 786
MD5 d709ccc134707aa3d49d4f915fcbc44c vim-6.2-r9.ebuild 790
MD5 001a269c517dab205a3c417747452ac5 vim-6.2-r7.ebuild 776
+MD5 7bd3833b22feac2a376c4a3f2ddd6bb6 vim-6.3.ebuild 837
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
MD5 0e27026cc829d4d1fce8e357cfd8af49 vim-6.3_beta2.ebuild 816
MD5 daa101d1c1c5ddeaffcb3d6a29559c39 files/digest-vim-6.2-r7 275
+MD5 cf04f5e783d474814c5923309b511165 files/digest-vim-6.3 203
MD5 7807deb28d6609beae09608f0466e2a1 files/digest-vim-6.3_beta2 276
MD5 93984fd1e5f44bb594248a2eaa495f03 files/digest-vim-6.2-r8 275
MD5 e8e36a6ec1a6d972aafb9226bc62cdff files/digest-vim-6.2-r9 275
diff --git a/app-editors/vim/files/digest-vim-6.3 b/app-editors/vim/files/digest-vim-6.3
new file mode 100644
index 000000000000..757e4d9e7cff
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-6.3
@@ -0,0 +1,3 @@
+MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397
+MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792
+MD5 7d14e62f7f3f78a043c21c04d34d9b70 vim-6.2.070-gentoo-patches.tar.bz2 4416
diff --git a/app-editors/vim/vim-6.3.ebuild b/app-editors/vim/vim-6.3.ebuild
new file mode 100644
index 000000000000..2cc60d50b1f5
--- /dev/null
+++ b/app-editors/vim/vim-6.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3.ebuild,v 1.1 2004/06/08 11:57:03 ciaranm Exp $
+
+inherit vim
+
+VIM_VERSION="6.3"
+# 6.3.000, no patches needed
+# VIM_ORG_PATCHES="vim-6.3b.002-patches.tar.bz2"
+VIM_GENTOO_PATCHES="vim-6.2.070-gentoo-patches.tar.bz2"
+
+SRC_URI="${SRC_URI}
+ ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
+ nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz )
+ mirror://gentoo/${VIM_GENTOO_PATCHES}"
+# mirror://gentoo/${VIM_ORG_PATCHES}"
+
+S=${WORKDIR}/vim${VIM_VERSION/.}
+DESCRIPTION="Vi IMproved!"
+KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64 ~alpha ~ia64 ~arm ~hppa ~ppc64 ~s390"
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ ~app-editors/vim-core-${PV}"