diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-22 21:00:22 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-22 21:00:22 +0000 |
commit | 758ff2c42bb9fa370d0720abf7f4df170bdc6bb6 (patch) | |
tree | fafdfdbc870c01cb61cbf9f70c68abfcdb70f714 /app-editors | |
parent | Fixed bug #76429. Added mplayer-nl.patch to solve. (Manifest recommit) (diff) | |
download | gentoo-2-758ff2c42bb9fa370d0720abf7f4df170bdc6bb6.tar.gz gentoo-2-758ff2c42bb9fa370d0720abf7f4df170bdc6bb6.tar.bz2 gentoo-2-758ff2c42bb9fa370d0720abf7f4df170bdc6bb6.zip |
Updated vim7 snapshot.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/gvim/Manifest | 12 | ||||
-rw-r--r-- | app-editors/gvim/files/digest-gvim-7.0_alpha20050122 | 2 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.0_alpha20050122.ebuild | 53 | ||||
-rw-r--r-- | app-editors/vim-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/vim-core/Manifest | 12 | ||||
-rw-r--r-- | app-editors/vim-core/files/digest-vim-core-7.0_alpha20050122 | 2 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.0_alpha20050122.ebuild | 23 | ||||
-rw-r--r-- | app-editors/vim/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/vim/Manifest | 12 | ||||
-rw-r--r-- | app-editors/vim/files/digest-vim-7.0_alpha20050122 | 2 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0_alpha20050122.ebuild | 24 |
12 files changed, 133 insertions, 33 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index 8f5ea4e7cf5e..a74c7909a6e3 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/gvim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.109 2005/01/22 19:14:02 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.110 2005/01/22 21:00:22 ciaranm Exp $ + +*gvim-7.0_alpha20050122 (22 Jan 2005) + + 22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +gvim-7.0_alpha20050122.ebuild: + Updated vim7 snapshot. 22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +files/gvim-completion: Add bash-completion script. For now this is vim-7 only. If it seems to work diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest index 3bec19e9f469..79800cad1a04 100644 --- a/app-editors/gvim/Manifest +++ b/app-editors/gvim/Manifest @@ -1,6 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 6d6cf410dc06027b5e2646901e0d486b gvim-7.0_alpha20050122.ebuild 1244 MD5 1c473e653081e38c68b67b0902722e47 gvim-6.3-r4.ebuild 1089 MD5 d5d21760d683a43c25912c155506dd85 ChangeLog 15819 MD5 6d6cf410dc06027b5e2646901e0d486b gvim-7.0_alpha20050113.ebuild 1244 @@ -11,12 +9,6 @@ MD5 0559e12807c0742ed95a93dc0d9dc7fb files/digest-gvim-7.0_alpha20050113 156 MD5 a2735085bae19b43fbae5e0ef41b2efb files/gvim-completion 1187 MD5 823c8bb76c4568a8ddb7a17accd057e7 files/gvimrc 780 MD5 bbd46fbd80747c453693e4f2e258f106 files/gvim.desktop 845 +MD5 0b89dd827cc960494cb2957014735635 files/digest-gvim-7.0_alpha20050122 156 MD5 461a5fdc06cac13bb9c7d9c869d68e2e files/digest-gvim-6.3-r2 274 MD5 b9203f742a2fb575ca24d486e177a9dc files/digest-gvim-6.3-r4 274 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB8qYTLLFUmVNQ7rkRAt6TAJ9twlEfSWryyKDFUs4HOkhRwNQThgCfY4Xr -751yEJg2S8ew2+JSPR+dKRA= -=xpaD ------END PGP SIGNATURE----- diff --git a/app-editors/gvim/files/digest-gvim-7.0_alpha20050122 b/app-editors/gvim/files/digest-gvim-7.0_alpha20050122 new file mode 100644 index 000000000000..ccbe8cc6fe2b --- /dev/null +++ b/app-editors/gvim/files/digest-gvim-7.0_alpha20050122 @@ -0,0 +1,2 @@ +MD5 ee9920bc069fcf1ca24ea76a61b6fb0f vim-7.0aa-20050122.tar.bz2 5295756 +MD5 b912a6076b177e46a14fe0f9f4046dfb vim-7.0aa-20050113-gentoo-patches.tar.bz2 6153 diff --git a/app-editors/gvim/gvim-7.0_alpha20050122.ebuild b/app-editors/gvim/gvim-7.0_alpha20050122.ebuild new file mode 100644 index 000000000000..985625b58013 --- /dev/null +++ b/app-editors/gvim/gvim-7.0_alpha20050122.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.0_alpha20050122.ebuild,v 1.1 2005/01/22 21:00:22 ciaranm Exp $ + +inherit vim + +VIM_DATESTAMP="${PV##*alpha}" +VIM_PATCHES_DATESTAMP="20050113" + +VIM_VERSION="7.0aa" +VIM_SNAPSHOT="vim-${VIM_VERSION}-${VIM_DATESTAMP}.tar.bz2" +VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-${VIM_PATCHES_DATESTAMP:-${VIM_DATESTAMP}}-gentoo-patches.tar.bz2" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + mirror://gentoo/${VIM_GENTOO_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.*} +DESCRIPTION="GUI version of the Vim text editor" +KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64 ~alpha" +IUSE="${IUSE} gnome gtk gtk2 motif nextaw qt" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + ~app-editors/vim-core-${PV} + virtual/x11 + !aqua? ( + gtk? ( + gtk2? ( + >=x11-libs/gtk+-2.4 + virtual/xft + gnome? ( >=gnome-base/libgnomeui-2.6 ) + ) + !gtk2? ( + gnome? ( gnome-base/gnome-libs ) + !gnome? ( =x11-libs/gtk+-1.2* ) + ) + ) + !gtk? ( + qt? ( + >=kde-base/kdelibs-3.3.1 + ) + !qt? ( + motif? ( + x11-libs/openmotif + ) + !motif? ( + nextaw? ( + x11-libs/neXtaw + ) + ) + ) + ) + )" diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 6c17a6be27d5..9bae0a1a9248 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/vim-core # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.128 2005/01/22 19:43:57 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.129 2005/01/22 20:55:54 ciaranm Exp $ + +*vim-core-7.0_alpha20050122 (22 Jan 2005) + + 22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +vim-core-7.0_alpha20050122.ebuild: + Updated vim7 snapshot. 22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +files/xxd-completion: Add bash-completion script. For now this is vim-7 only. If it seems to work diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest index a250100a4af4..e0bf99ca7ba7 100644 --- a/app-editors/vim-core/Manifest +++ b/app-editors/vim-core/Manifest @@ -1,21 +1,13 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 8496b73ebf90221fce90699fe25969f5 ChangeLog 17227 MD5 37037241610822b80551fb3eba791b0f vim-core-7.0_alpha20050113.ebuild 838 +MD5 37037241610822b80551fb3eba791b0f vim-core-7.0_alpha20050122.ebuild 838 MD5 5e9dc8a98f0d1234fb8c2324a385c8ab vim-core-6.3-r3.ebuild 901 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 2db83d160144dd63e8715647198b6450 vim-core-6.3-r4.ebuild 956 MD5 0559e12807c0742ed95a93dc0d9dc7fb files/digest-vim-core-7.0_alpha20050113 156 +MD5 0b89dd827cc960494cb2957014735635 files/digest-vim-core-7.0_alpha20050122 156 MD5 fe3a85b7f303db551bfc5984738e1dfb files/digest-vim-core-6.3-r3 348 MD5 2ad354160ca3635ea115beb56e237e7c files/vimrc 3879 MD5 c2d0302eae7fc80b2a1cb38ddab9d3d3 files/rphillips-invalcolorpatch.diff 722 MD5 ba542e54d91a04a85435253ae35301b6 files/xxd-completion 461 MD5 2fa89e2e9fd73c3778073f18e6836be8 files/digest-vim-core-6.3-r4 348 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB8q0VLLFUmVNQ7rkRAtDcAJ4vAo3NMjcdxl0AbjrOlnVKB3ZsUwCgls3g -LExTtVv846FG9omEmuQtIJA= -=lqXX ------END PGP SIGNATURE----- diff --git a/app-editors/vim-core/files/digest-vim-core-7.0_alpha20050122 b/app-editors/vim-core/files/digest-vim-core-7.0_alpha20050122 new file mode 100644 index 000000000000..ccbe8cc6fe2b --- /dev/null +++ b/app-editors/vim-core/files/digest-vim-core-7.0_alpha20050122 @@ -0,0 +1,2 @@ +MD5 ee9920bc069fcf1ca24ea76a61b6fb0f vim-7.0aa-20050122.tar.bz2 5295756 +MD5 b912a6076b177e46a14fe0f9f4046dfb vim-7.0aa-20050113-gentoo-patches.tar.bz2 6153 diff --git a/app-editors/vim-core/vim-core-7.0_alpha20050122.ebuild b/app-editors/vim-core/vim-core-7.0_alpha20050122.ebuild new file mode 100644 index 000000000000..c1a0f4c776a8 --- /dev/null +++ b/app-editors/vim-core/vim-core-7.0_alpha20050122.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.0_alpha20050122.ebuild,v 1.1 2005/01/22 20:55:54 ciaranm Exp $ + +inherit vim + +VIM_DATESTAMP="${PV##*alpha}" +VIM_PATCHES_DATESTAMP="20050113" + +VIM_VERSION="7.0aa" +VIM_SNAPSHOT="vim-${VIM_VERSION}-${VIM_DATESTAMP}.tar.bz2" +VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-${VIM_PATCHES_DATESTAMP:-${VIM_DATESTAMP}}-gentoo-patches.tar.bz2" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + mirror://gentoo/${VIM_GENTOO_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.*} +DESCRIPTION="vim, gvim and kvim shared files" +KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64 ~ppc64 ~alpha" +IUSE="${IUSE} livecd" +DEPEND="${DEPEND}" # done via the eclass +PDEPEND="!livecd? ( app-vim/gentoo-syntax )" diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 833397432b19..2e245301b883 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/vim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.144 2005/01/22 19:11:38 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.145 2005/01/22 20:57:26 ciaranm Exp $ + +*vim-7.0_alpha20050122 (22 Jan 2005) + + 22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +vim-7.0_alpha20050122.ebuild: + Updated vim7 snapshot. 22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +files/vim-completion: Add bash-completion script. For now this is vim-7 only. If it seems to work diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index fce15bc031a3..f309bc816d48 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,20 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f04baac262fa53e83101d693a703a2fa vim-6.3-r2.ebuild 825 MD5 d9d9fb9ae04bd64c97c70e45716a7bdb ChangeLog 20948 MD5 f7dfec7ef4219c6cb8cf1177865f0e61 vim-6.3-r4.ebuild 835 +MD5 b1012e68b416472ccde229fe8f278482 vim-7.0_alpha20050122.ebuild 814 MD5 b1012e68b416472ccde229fe8f278482 vim-7.0_alpha20050113.ebuild 814 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 bbd2459b227910017b5ef6d81c32590f files/vim-completion 985 MD5 b9203f742a2fb575ca24d486e177a9dc files/digest-vim-6.3-r4 274 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 MD5 461a5fdc06cac13bb9c7d9c869d68e2e files/digest-vim-6.3-r2 274 +MD5 0b89dd827cc960494cb2957014735635 files/digest-vim-7.0_alpha20050122 156 MD5 0559e12807c0742ed95a93dc0d9dc7fb files/digest-vim-7.0_alpha20050113 156 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB8qWBLLFUmVNQ7rkRAj49AJ40e8XNkX9RFfVf0oyx8+YZJKowYgCfVapv -0oHSMpVasPh10wGHfgIVysA= -=32gQ ------END PGP SIGNATURE----- diff --git a/app-editors/vim/files/digest-vim-7.0_alpha20050122 b/app-editors/vim/files/digest-vim-7.0_alpha20050122 new file mode 100644 index 000000000000..ccbe8cc6fe2b --- /dev/null +++ b/app-editors/vim/files/digest-vim-7.0_alpha20050122 @@ -0,0 +1,2 @@ +MD5 ee9920bc069fcf1ca24ea76a61b6fb0f vim-7.0aa-20050122.tar.bz2 5295756 +MD5 b912a6076b177e46a14fe0f9f4046dfb vim-7.0aa-20050113-gentoo-patches.tar.bz2 6153 diff --git a/app-editors/vim/vim-7.0_alpha20050122.ebuild b/app-editors/vim/vim-7.0_alpha20050122.ebuild new file mode 100644 index 000000000000..f56ae7e6ff04 --- /dev/null +++ b/app-editors/vim/vim-7.0_alpha20050122.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0_alpha20050122.ebuild,v 1.1 2005/01/22 20:57:26 ciaranm Exp $ + +inherit vim + +VIM_DATESTAMP="${PV##*alpha}" +VIM_PATCHES_DATESTAMP="20050113" + +VIM_VERSION="7.0aa" +VIM_SNAPSHOT="vim-${VIM_VERSION}-${VIM_DATESTAMP}.tar.bz2" +VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-${VIM_PATCHES_DATESTAMP:-${VIM_DATESTAMP}}-gentoo-patches.tar.bz2" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + mirror://gentoo/${VIM_GENTOO_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.*} +DESCRIPTION="Vim, an improved vi-style text editor" +KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64 ~ppc64 ~alpha" +IUSE="${IUSE}" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + ~app-editors/vim-core-${PV}" |