diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2006-05-10 20:50:53 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2006-05-10 20:50:53 +0000 |
commit | aa295a96b41749cb0f068668ab1136c2cd62b744 (patch) | |
tree | 5030fad69746e7d2b16ac853caa250a4e6a18484 /app-editors | |
parent | Don't install GPL and INSTALL. (diff) | |
download | historical-aa295a96b41749cb0f068668ab1136c2cd62b744.tar.gz historical-aa295a96b41749cb0f068668ab1136c2cd62b744.tar.bz2 historical-aa295a96b41749cb0f068668ab1136c2cd62b744.zip |
Added 7.0.10
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/gvim/Manifest | 2 | ||||
-rw-r--r-- | app-editors/gvim/files/digest-gvim-7.0-r1 | 3 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.0-r1.ebuild | 45 | ||||
-rw-r--r-- | app-editors/vim-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim-core/Manifest | 2 | ||||
-rw-r--r-- | app-editors/vim-core/files/digest-vim-core-7.0-r1 | 3 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.0-r1.ebuild | 23 | ||||
-rw-r--r-- | app-editors/vim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim/Manifest | 2 | ||||
-rw-r--r-- | app-editors/vim/files/digest-vim-7.0-r1 | 3 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0-r1.ebuild | 25 |
12 files changed, 126 insertions, 3 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index 73ae4fc87a52..ac7c20184cc9 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/gvim # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.187 2006/05/10 18:01:39 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.188 2006/05/10 20:50:53 rphillips Exp $ + +*gvim-7.0-r1 (10 May 2006) + + 10 May 2006; <rphillips@gentoo.org> +gvim-7.0-r1.ebuild: + Updated to 7.0.10 10 May 2006; <rphillips@gentoo.org> files/digest-gvim-7.0, Manifest: fixed package. removed spell files diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest index 0e3889dc1075..742d269eeba8 100644 --- a/app-editors/gvim/Manifest +++ b/app-editors/gvim/Manifest @@ -1,11 +1,13 @@ MD5 83239367fe8c8d6dd9e91bafa975e779 ChangeLog 26915 MD5 513ae8916cbd1d1235ca675d9611e571 files/digest-gvim-6.4 738 MD5 232937c191bc8735ce2fe6f2d269c6f4 files/digest-gvim-7.0 134 +MD5 60e0193db6501070c1fd91ebed7dc048 files/digest-gvim-7.0-r1 199 MD5 99367dbfe85f20e78e648bdcf0760d86 files/gvim-completion 1200 MD5 056602c61e891ef71882cf577a6d62de files/gvim.desktop 848 MD5 5fedc57d438147906375b2ef60daa4b9 files/gvim.xpm 1371 MD5 823c8bb76c4568a8ddb7a17accd057e7 files/gvimrc 780 MD5 a3137e1d3f7ae220a1db3dde70cafb9c files/gvimrc-r1 1050 MD5 ed5aa531d4f1094a4561c210a1aee152 gvim-6.4.ebuild 1152 +MD5 90f7c002ec3ead1e5f455c39ea4e2e1a gvim-7.0-r1.ebuild 1091 MD5 f005e800b21f5f495e090b63b779ca9e gvim-7.0.ebuild 1014 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 diff --git a/app-editors/gvim/files/digest-gvim-7.0-r1 b/app-editors/gvim/files/digest-gvim-7.0-r1 new file mode 100644 index 000000000000..8dc3d2f3c850 --- /dev/null +++ b/app-editors/gvim/files/digest-gvim-7.0-r1 @@ -0,0 +1,3 @@ +MD5 d31878de2f68cb21f910e0ae7d4cfbad vim-7.0-gentoo-patches.tar.bz2 6178 +MD5 e8c8bb2b5c03f49d40e9736b7d479b9b vim-7.0.tar.bz2 6117202 +MD5 b3beacb0154c4ffd3d2f13213f1a4793 vim-patches-7.0.tar.gz 9308 diff --git a/app-editors/gvim/gvim-7.0-r1.ebuild b/app-editors/gvim/gvim-7.0-r1.ebuild new file mode 100644 index 000000000000..465b96e0e6e2 --- /dev/null +++ b/app-editors/gvim/gvim-7.0-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.0-r1.ebuild,v 1.1 2006/05/10 20:50:53 rphillips Exp $ + +inherit vim + +VIM_VERSION="7.0" +VIM_SNAPSHOT="vim-${PV}.tar.bz2" +VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="vim-patches-7.0.tar.gz" +GVIMRC_FILE_SUFFIX="-r1" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + mirror://gentoo/${VIM_GENTOO_PATCHES} + mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.*} +DESCRIPTION="GUI version of the Vim text editor" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="aqua gnome gtk motif nextaw" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + ~app-editors/vim-core-${PV} + || ( x11-libs/libXext virtual/x11 ) + !aqua? ( + gtk? ( + >=x11-libs/gtk+-2.6 + virtual/xft + gnome? ( >=gnome-base/libgnomeui-2.6 ) + ) + !gtk? ( + motif? ( + x11-libs/openmotif + ) + !motif? ( + nextaw? ( + x11-libs/neXtaw + ) + !nextaw? ( + || ( x11-libs/libXaw virtual/x11 ) + ) + ) + ) + )" diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index c22451746783..29d863e5ba61 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.207 2006/05/10 18:00:51 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.208 2006/05/10 20:48:22 rphillips Exp $ + +*vim-core-7.0-r1 (10 May 2006) + + 10 May 2006; <rphillips@gentoo.org> +vim-core-7.0-r1.ebuild: + Added 7.0.10 10 May 2006; <rphillips@gentoo.org> files/digest-vim-core-7.0, Manifest: fixed package. removed spell files diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest index d60292872921..0e867e9140a4 100644 --- a/app-editors/vim-core/Manifest +++ b/app-editors/vim-core/Manifest @@ -1,6 +1,7 @@ MD5 53ae01cee204ae437c9376ce13a89d7d ChangeLog 29282 MD5 513ae8916cbd1d1235ca675d9611e571 files/digest-vim-core-6.4 738 MD5 232937c191bc8735ce2fe6f2d269c6f4 files/digest-vim-core-7.0 134 +MD5 60e0193db6501070c1fd91ebed7dc048 files/digest-vim-core-7.0-r1 199 MD5 c2d0302eae7fc80b2a1cb38ddab9d3d3 files/rphillips-invalcolorpatch.diff 722 MD5 2ad354160ca3635ea115beb56e237e7c files/vimrc 3879 MD5 266f8b682476da0ec6c4d39de5a79264 files/vimrc-r1 5728 @@ -9,4 +10,5 @@ MD5 b6d245c6729b199a5f44955ec054368a files/vimrc-r3 6047 MD5 ba542e54d91a04a85435253ae35301b6 files/xxd-completion 461 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 7c8ba99df7ed297f788413d7abbcee6c vim-core-6.4.ebuild 992 +MD5 1adbe75ae04ab3d0a1a39e446833af9e vim-core-7.0-r1.ebuild 755 MD5 71c6e64bd0d88ebadf81519658080323 vim-core-7.0.ebuild 678 diff --git a/app-editors/vim-core/files/digest-vim-core-7.0-r1 b/app-editors/vim-core/files/digest-vim-core-7.0-r1 new file mode 100644 index 000000000000..8dc3d2f3c850 --- /dev/null +++ b/app-editors/vim-core/files/digest-vim-core-7.0-r1 @@ -0,0 +1,3 @@ +MD5 d31878de2f68cb21f910e0ae7d4cfbad vim-7.0-gentoo-patches.tar.bz2 6178 +MD5 e8c8bb2b5c03f49d40e9736b7d479b9b vim-7.0.tar.bz2 6117202 +MD5 b3beacb0154c4ffd3d2f13213f1a4793 vim-patches-7.0.tar.gz 9308 diff --git a/app-editors/vim-core/vim-core-7.0-r1.ebuild b/app-editors/vim-core/vim-core-7.0-r1.ebuild new file mode 100644 index 000000000000..9afe5996f476 --- /dev/null +++ b/app-editors/vim-core/vim-core-7.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 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-r1.ebuild,v 1.1 2006/05/10 20:48:22 rphillips Exp $ + +inherit vim + +VIM_VERSION="7.0" +VIM_SNAPSHOT="vim-7.0.tar.bz2" +VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="vim-patches-7.0.tar.gz" +VIMRC_FILE_SUFFIX="-r3" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + mirror://gentoo/${VIM_GENTOO_PATCHES} + mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.*} +DESCRIPTION="vim and gvim shared files" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="${DEPEND}" +PDEPEND="!livecd? ( app-vim/gentoo-syntax )" diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 3f1c09468a25..c1afe3d923db 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.223 2006/05/10 18:01:11 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.224 2006/05/10 20:49:59 rphillips Exp $ + +*vim-7.0-r1 (10 May 2006) + + 10 May 2006; <rphillips@gentoo.org> +vim-7.0-r1.ebuild: + Updated to 7.0.10 10 May 2006; <rphillips@gentoo.org> files/digest-vim-7.0, Manifest: fixed package. remove spell files diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index a64f6e8d2798..4486661949f1 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,8 +1,10 @@ MD5 ef8c699978385d51c185c5219810c6e6 ChangeLog 32018 MD5 513ae8916cbd1d1235ca675d9611e571 files/digest-vim-6.4 738 MD5 232937c191bc8735ce2fe6f2d269c6f4 files/digest-vim-7.0 134 +MD5 60e0193db6501070c1fd91ebed7dc048 files/digest-vim-7.0-r1 199 MD5 87fe7821e180647f3bf48ed099a22b83 files/vim-completion 998 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 8351d8850a582a42a6c7c0ffa5e6e702 vim-6.4.ebuild 1007 +MD5 35166b9e3fdea1ea3ed2022aee5803c1 vim-7.0-r1.ebuild 839 MD5 e02794b516c7fbc83f90e3fab80e0601 vim-7.0.ebuild 762 diff --git a/app-editors/vim/files/digest-vim-7.0-r1 b/app-editors/vim/files/digest-vim-7.0-r1 new file mode 100644 index 000000000000..8dc3d2f3c850 --- /dev/null +++ b/app-editors/vim/files/digest-vim-7.0-r1 @@ -0,0 +1,3 @@ +MD5 d31878de2f68cb21f910e0ae7d4cfbad vim-7.0-gentoo-patches.tar.bz2 6178 +MD5 e8c8bb2b5c03f49d40e9736b7d479b9b vim-7.0.tar.bz2 6117202 +MD5 b3beacb0154c4ffd3d2f13213f1a4793 vim-patches-7.0.tar.gz 9308 diff --git a/app-editors/vim/vim-7.0-r1.ebuild b/app-editors/vim/vim-7.0-r1.ebuild new file mode 100644 index 000000000000..e51e3bfa3dcf --- /dev/null +++ b/app-editors/vim/vim-7.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0-r1.ebuild,v 1.1 2006/05/10 20:50:00 rphillips Exp $ + +inherit vim + +VIM_VERSION="7.0" +VIM_SNAPSHOT="vim-${PV}.tar.bz2" +VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="vim-patches-7.0.tar.gz" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + mirror://gentoo/${VIM_GENTOO_PATCHES} + mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.*} +DESCRIPTION="Vim, an improved vi-style text editor" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + !minimal? ( ~app-editors/vim-core-${PV} )" +RDEPEND="${RDEPEND} !app-editors/nvi + !minimal? ( ~app-editors/vim-core-${PV} )" |