From 280c86e4b16403dac456fe3b087c48ae75cd6446 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Fri, 25 Mar 2005 03:29:07 +0000 Subject: New release. Fixes bug #79981, bug #81289, bug #83383, bug #83416, bug #83565, bug #85758, upstream patches up to 6.3.068. (Portage version: 2.0.51.19 small furry bundle of death edition) --- app-editors/vim-core/ChangeLog | 9 +++++++- app-editors/vim-core/Manifest | 12 ++-------- app-editors/vim-core/files/digest-vim-core-6.3.068 | 6 +++++ app-editors/vim-core/vim-core-6.3.068.ebuild | 27 ++++++++++++++++++++++ 4 files changed, 43 insertions(+), 11 deletions(-) create mode 100644 app-editors/vim-core/files/digest-vim-core-6.3.068 create mode 100644 app-editors/vim-core/vim-core-6.3.068.ebuild (limited to 'app-editors/vim-core') diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 67c4c9cf66cc..34bb6ee22b35 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,13 @@ # 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.139 2005/03/22 15:31:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.140 2005/03/25 03:28:03 ciaranm Exp $ + +*vim-core-6.3.068 (25 Mar 2005) + + 25 Mar 2005; Ciaran McCreesh + +vim-core-6.3.068.ebuild: + New release. Fixes bug #79981, bug #81289, bug #83383, bug #83416, bug + #83565, bug #85758, upstream patches up to 6.3.068. 22 Mar 2005; Aron Griffis vim-core-6.3-r4.ebuild: Stable on alpha diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest index b9c64a486445..93fcd6b00bd9 100644 --- a/app-editors/vim-core/Manifest +++ b/app-editors/vim-core/Manifest @@ -1,22 +1,14 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 efc67e9b6cac79d5d0fc448bca1272e4 ChangeLog 18822 MD5 9ebf5e1ac06b024ab8250d9c9d16a6ca vim-core-7.0_alpha20050321.ebuild 840 +MD5 43608082c7c21133bbd14b33f6db8f29 vim-core-6.3.068.ebuild 1064 MD5 5e9dc8a98f0d1234fb8c2324a385c8ab vim-core-6.3-r3.ebuild 901 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 2f4b84c1608030f760332f9e2994d7fe vim-core-6.3-r4.ebuild 947 MD5 fd40cb6bcf70915df71cdfc65cd0ac7c files/digest-vim-core-7.0_alpha20050321 157 MD5 266f8b682476da0ec6c4d39de5a79264 files/vimrc-r1 5728 +MD5 ee43986336dcd1bd970b36075692c1a1 files/digest-vim-core-6.3.068 418 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.4.1 (GNU/Linux) - -iD8DBQFCQEzhLLFUmVNQ7rkRAjQ1AJ9eUMKKUkW4vWl2jm4OUdvlb+VM7gCeKhYL -4xFIyJMDQrvEa6zBf6bri/8= -=ivOt ------END PGP SIGNATURE----- diff --git a/app-editors/vim-core/files/digest-vim-core-6.3.068 b/app-editors/vim-core/files/digest-vim-core-6.3.068 new file mode 100644 index 000000000000..a68552b6d086 --- /dev/null +++ b/app-editors/vim-core/files/digest-vim-core-6.3.068 @@ -0,0 +1,6 @@ +MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 +MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 +MD5 682ea2e6a7c1705ad4007adfa4116c6e vim-6.3.068-gentoo-patches.tar.bz2 11512 +MD5 e31f525ea5d69178839adb38ca259d1a vim-runtime-20050319.tar.bz2 2201601 +MD5 fca3f0009759a91d5442e173f345c10c vim-6.3.068-netrw.tar.bz2 35832 +MD5 a51ddc36742bef3a72d643c0f0c2c286 vim-6.3.068-patches.tar.bz2 91406 diff --git a/app-editors/vim-core/vim-core-6.3.068.ebuild b/app-editors/vim-core/vim-core-6.3.068.ebuild new file mode 100644 index 000000000000..6affe5e96c39 --- /dev/null +++ b/app-editors/vim-core/vim-core-6.3.068.ebuild @@ -0,0 +1,27 @@ +# 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-6.3.068.ebuild,v 1.1 2005/03/25 03:28:03 ciaranm Exp $ + +inherit vim + +VIM_VERSION="6.3" +VIM_ORG_PATCHES="vim-${PV}-patches.tar.bz2" +VIM_RUNTIME_SNAP="vim-runtime-20050319.tar.bz2" +VIM_NETRW_SNAP="vim-${PV}-netrw.tar.bz2" +VIM_GENTOO_PATCHES="vim-${PV}-gentoo-patches.tar.bz2" +VIMRC_FILE_SUFFIX="-r1" + +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_NETRW_SNAP} + mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.} +DESCRIPTION="vim and gvim shared files" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="${IUSE} nls" +DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass +PDEPEND="!livecd? ( >=app-vim/gentoo-syntax-20050325 )" -- cgit v1.2.3-65-gdbad