diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-24 21:00:19 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-24 21:00:19 +0000 |
commit | d7736df14140a2013d84a0f211f9d740f5f03705 (patch) | |
tree | 080e2fa8bbcf4e063837049aa35832d99a0ea231 /app-editors/vim | |
parent | Add --with-modified-by (diff) | |
download | gentoo-2-d7736df14140a2013d84a0f211f9d740f5f03705.tar.gz gentoo-2-d7736df14140a2013d84a0f211f9d740f5f03705.tar.bz2 gentoo-2-d7736df14140a2013d84a0f211f9d740f5f03705.zip |
New vim7 snapshot
(Portage version: 2.1_pre1)
Diffstat (limited to 'app-editors/vim')
-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_alpha20051224 | 2 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0_alpha20051224.ebuild | 25 |
4 files changed, 36 insertions, 11 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 0d3f74322e84..21d547f016a2 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.205 2005/12/15 19:30:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.206 2005/12/24 21:00:18 ciaranm Exp $ + +*vim-7.0_alpha20051224 (24 Dec 2005) + + 24 Dec 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +vim-7.0_alpha20051224.ebuild: + New vim7 snapshot *vim-7.0_alpha20051215 (15 Dec 2005) diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index e8fc3a210dd9..ace60eca9885 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,20 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 43d7d1e457dcb9b6a1e7aee5743d0209 ChangeLog 29467 MD5 f06702e38dc279aee7ca16c7283d67cb files/digest-vim-6.4 200 MD5 82c6d6400445f99a8d7d6382e22752a2 files/digest-vim-7.0_alpha20051207 162 MD5 7791c8a1b0eff0d2632facb9683117d0 files/digest-vim-7.0_alpha20051215 162 +MD5 37b717f7b7f459be4a8beb483cc8c5e4 files/digest-vim-7.0_alpha20051224 162 MD5 87fe7821e180647f3bf48ed099a22b83 files/vim-completion 998 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 8351d8850a582a42a6c7c0ffa5e6e702 vim-6.4.ebuild 1007 MD5 76049c2b5e607dd9d3ccb76b56a45803 vim-7.0_alpha20051207.ebuild 808 MD5 64a3b480bdd94fec39b30191f5923e76 vim-7.0_alpha20051215.ebuild 820 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDocRlLLFUmVNQ7rkRAueKAJ0VK0clD6OQJLCjsSp9T+LlViWs2ACfTw9o -wm1EgIdke6uV6DENveM8sls= -=9Gbv ------END PGP SIGNATURE----- +MD5 64a3b480bdd94fec39b30191f5923e76 vim-7.0_alpha20051224.ebuild 820 diff --git a/app-editors/vim/files/digest-vim-7.0_alpha20051224 b/app-editors/vim/files/digest-vim-7.0_alpha20051224 new file mode 100644 index 000000000000..67c4c33a3c24 --- /dev/null +++ b/app-editors/vim/files/digest-vim-7.0_alpha20051224 @@ -0,0 +1,2 @@ +MD5 da66bcb149beab6c5d08ef86793f4ceb vim-7.0_alpha20051207-gentoo-patches.tar.bz2 7738 +MD5 4f8280aaa030fd349d12970631233442 vim-7.0_alpha20051224.tar.bz2 5473870 diff --git a/app-editors/vim/vim-7.0_alpha20051224.ebuild b/app-editors/vim/vim-7.0_alpha20051224.ebuild new file mode 100644 index 000000000000..5db79b7906e1 --- /dev/null +++ b/app-editors/vim/vim-7.0_alpha20051224.ebuild @@ -0,0 +1,25 @@ +# 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_alpha20051224.ebuild,v 1.1 2005/12/24 21:00:19 ciaranm Exp $ + +inherit vim + +VIM_DATESTAMP="${PV##*alpha}" + +VIM_VERSION="7.0aa" +VIM_SNAPSHOT="vim-${PV}.tar.bz2" +VIM_GENTOO_PATCHES="vim-7.0_alpha20051207-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="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +IUSE="" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + !minimal? ( ~app-editors/vim-core-${PV} )" +RDEPEND="${RDEPEND} !app-editors/nvi + !minimal? ( ~app-editors/vim-core-${PV} )" |