diff options
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/vim-core/Manifest | 6 | ||||
-rw-r--r-- | app-editors/vim-core/files/digest-vim-core-6.2-r4 | 4 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r3.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-6.2-r4.ebuild | 20 |
5 files changed, 37 insertions, 6 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 8e1cf0428574..85e49c2e07e7 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.38 2003/08/12 02:54:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.39 2003/09/18 13:26:55 agriffis Exp $ + +*vim-core-6.2-r4 (18 Sep 2003) + + 18 Sep 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r3.ebuild, + vim-core-6.2-r4.ebuild: + Mark 6.2-r3 stable on alpha,x86; add 6.2-r4 which raises patchlevel from 69 to + 98 *vim-core-6.2-r3 (11 Aug 2003) diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest index b7c9423e7a91..7c8b908874d5 100644 --- a/app-editors/vim-core/Manifest +++ b/app-editors/vim-core/Manifest @@ -1,4 +1,4 @@ -MD5 d0dae76ca689d913cb81f58583bdc34f ChangeLog 5206 +MD5 342b95d2068d54745085ccae7b0ac14d ChangeLog 5425 MD5 be7adc4bfda484386f84d54e301cfd5a vim-core-6.1-r4.ebuild 767 MD5 dd447381ccd30abe60b50dff86e2339a vim-core-6.1-r5.ebuild 773 MD5 9606006065f6a59094cff78d2632a251 vim-core-6.2_pre1.ebuild 800 @@ -12,8 +12,8 @@ MD5 1e47754ccb2bbe0c1d4b2d62853c1982 vim-core-6.2.ebuild 794 MD5 28a8bcc8f4ac7d78c166fb4804b14d19 vim-core-6.2-r1.ebuild 791 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 af9a024c24fa3d45a280428d49213d80 vim-core-6.2-r2.ebuild 796 -MD5 5f8f29d7459bd7b3ba8648efd2acdefd vim-core-6.2-r3.ebuild 796 -MD5 a05cff1269872ee9da2a44cea56305ab vim-core-6.2-r4.ebuild 798 +MD5 4d4b7fb89ed0e0bedb2470bc04ba5e23 vim-core-6.2-r3.ebuild 796 +MD5 6286be8a32198473f7f6b8b5ca5d08a6 vim-core-6.2-r4.ebuild 798 MD5 1d11d58beb06eea4047df9e2aac21b19 files/digest-vim-core-6.1-r4 276 MD5 b7dc3cd96fb37f8c8a5afb11cd6b6af2 files/digest-vim-core-6.1-r5 280 MD5 c1c3576985bcab3a31e4abd27ee00d07 files/digest-vim-core-6.2_pre1 201 diff --git a/app-editors/vim-core/files/digest-vim-core-6.2-r4 b/app-editors/vim-core/files/digest-vim-core-6.2-r4 new file mode 100644 index 000000000000..af9830ca63f0 --- /dev/null +++ b/app-editors/vim-core/files/digest-vim-core-6.2-r4 @@ -0,0 +1,4 @@ +MD5 c49d360bbd069d00e2a57804f2a123d9 vim-6.2.tar.bz2 3269791 +MD5 aa0079938f636d08be71078933477d8b vim-6.2-lang.tar.gz 1093788 +MD5 b353829e1201637a64b6569fcff841de vim-6.2.069-gentoo-patches.tar.bz2 4005 +MD5 d7f4b84d7d97dc216960426ea48ce6b5 vim-6.2.098-patches.tar.bz2 124627 diff --git a/app-editors/vim-core/vim-core-6.2-r3.ebuild b/app-editors/vim-core/vim-core-6.2-r3.ebuild index 455dec72f2b6..8d2fc78e0c19 100644 --- a/app-editors/vim-core/vim-core-6.2-r3.ebuild +++ b/app-editors/vim-core/vim-core-6.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.2-r3.ebuild,v 1.1 2003/08/12 02:54:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2-r3.ebuild,v 1.2 2003/09/18 13:26:55 agriffis Exp $ inherit vim @@ -16,5 +16,5 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64" +KEYWORDS="alpha ~arm ~hppa ~mips ~ppc ~sparc x86 ~amd64" DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass diff --git a/app-editors/vim-core/vim-core-6.2-r4.ebuild b/app-editors/vim-core/vim-core-6.2-r4.ebuild new file mode 100644 index 000000000000..8d2f5f3a4c2c --- /dev/null +++ b/app-editors/vim-core/vim-core-6.2-r4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 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.2-r4.ebuild,v 1.1 2003/09/18 13:26:55 agriffis Exp $ + +inherit vim + +VIM_VERSION="6.2" +VIM_GENTOO_PATCHES="vim-6.2.069-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="vim-6.2.098-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="vim and gvim shared files" +KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64" +DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass |