diff options
author | 2010-08-19 12:54:57 +0000 | |
---|---|---|
committer | 2010-08-19 12:54:57 +0000 | |
commit | 71d1d45a3790a56e579c609d2ac14610a550f376 (patch) | |
tree | 52e6d74a711368d48b18574bebc9c8f18caac8f3 | |
parent | Version bump (diff) | |
download | gentoo-2-71d1d45a3790a56e579c609d2ac14610a550f376.tar.gz gentoo-2-71d1d45a3790a56e579c609d2ac14610a550f376.tar.bz2 gentoo-2-71d1d45a3790a56e579c609d2ac14610a550f376.zip |
Updating SRC_URI, unsure why/when it broke, but having 'unstable' in there was wrong. Perhaps no one noticed since usually vim and gvim get installed at the same time, so if the vim fetch happens first gvim uses the same tarball? Anyway, fixed now.
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | app-editors/gvim/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.1.123.ebuild | 6 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.1.330.ebuild | 6 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.2.303.ebuild | 4 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.2.442.ebuild | 4 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.3.ebuild | 4 |
6 files changed, 19 insertions, 13 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index 58f0cb1cfa30..075897f6a964 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/gvim # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.320 2010/08/16 20:13:34 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.321 2010/08/19 12:54:57 lack Exp $ + + 19 Aug 2010; Jim Ramsay <lack@gentoo.org> gvim-7.1.123.ebuild, + gvim-7.1.330.ebuild, gvim-7.2.303.ebuild, gvim-7.2.442.ebuild, + gvim-7.3.ebuild: + Updating SRC_URI, unsure why/when it broke, but having 'unstable' in there + was wrong *gvim-7.3 (16 Aug 2010) diff --git a/app-editors/gvim/gvim-7.1.123.ebuild b/app-editors/gvim/gvim-7.1.123.ebuild index 160160557f12..2afbd4e9d2a5 100644 --- a/app-editors/gvim/gvim-7.1.123.ebuild +++ b/app-editors/gvim/gvim-7.1.123.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.1.123.ebuild,v 1.9 2009/01/04 22:43:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.1.123.ebuild,v 1.10 2010/08/19 12:54:57 lack Exp $ inherit vim @@ -10,7 +10,7 @@ VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" GVIMRC_FILE_SUFFIX="-r1" GVIM_DESKTOP_SUFFIX="-r1" -SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2 +SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz mirror://gentoo/${VIM_GENTOO_PATCHES} diff --git a/app-editors/gvim/gvim-7.1.330.ebuild b/app-editors/gvim/gvim-7.1.330.ebuild index 6a3437998db2..36061c8d97ce 100644 --- a/app-editors/gvim/gvim-7.1.330.ebuild +++ b/app-editors/gvim/gvim-7.1.330.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.1.330.ebuild,v 1.1 2009/02/20 16:01:53 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.1.330.ebuild,v 1.2 2010/08/19 12:54:57 lack Exp $ inherit vim @@ -10,7 +10,7 @@ VIM_ORG_PATCHES="vim-patches-${PV}.tar" GVIMRC_FILE_SUFFIX="-r1" GVIM_DESKTOP_SUFFIX="-r1" -SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2 +SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz mirror://gentoo/${VIM_GENTOO_PATCHES} diff --git a/app-editors/gvim/gvim-7.2.303.ebuild b/app-editors/gvim/gvim-7.2.303.ebuild index 44f8bb343023..e638a3e19161 100644 --- a/app-editors/gvim/gvim-7.2.303.ebuild +++ b/app-editors/gvim/gvim-7.2.303.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.303.ebuild,v 1.7 2010/02/15 15:57:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.303.ebuild,v 1.8 2010/08/19 12:54:57 lack Exp $ EAPI=2 inherit vim @@ -10,7 +10,7 @@ VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" GVIMRC_FILE_SUFFIX="-r1" GVIM_DESKTOP_SUFFIX="-r2" -SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2 +SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz mirror://gentoo/${VIM_ORG_PATCHES}" diff --git a/app-editors/gvim/gvim-7.2.442.ebuild b/app-editors/gvim/gvim-7.2.442.ebuild index 3fed1f024457..0fae66e10078 100644 --- a/app-editors/gvim/gvim-7.2.442.ebuild +++ b/app-editors/gvim/gvim-7.2.442.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.442.ebuild,v 1.6 2010/08/13 13:53:26 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.2.442.ebuild,v 1.7 2010/08/19 12:54:57 lack Exp $ EAPI=3 inherit vim @@ -10,7 +10,7 @@ VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" GVIMRC_FILE_SUFFIX="-r1" GVIM_DESKTOP_SUFFIX="-r2" -SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2 +SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz mirror://gentoo/${VIM_ORG_PATCHES}" diff --git a/app-editors/gvim/gvim-7.3.ebuild b/app-editors/gvim/gvim-7.3.ebuild index fac367f28d78..7d7b493388d3 100644 --- a/app-editors/gvim/gvim-7.3.ebuild +++ b/app-editors/gvim/gvim-7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.3.ebuild,v 1.1 2010/08/16 20:13:34 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.3.ebuild,v 1.2 2010/08/19 12:54:57 lack Exp $ EAPI=3 VIM_VERSION="7.3" @@ -10,7 +10,7 @@ inherit vim GVIMRC_FILE_SUFFIX="-r1" GVIM_DESKTOP_SUFFIX="-r2" -SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2" +SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2" # New release: No patches yet # mirror://gentoo/${VIM_ORG_PATCHES} |