diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-10-17 18:38:50 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-10-17 18:38:50 +0000 |
commit | 3d753adbbf03cd6a7abfb1f132005ab1d3e1e64f (patch) | |
tree | 4460744da45fd72d05ee851d11b320726f3b912d /app-editors | |
parent | Revbump vim-core-7.2.264 to add tar.lzma and tar.xz support (Bug #286712) (diff) | |
download | gentoo-2-3d753adbbf03cd6a7abfb1f132005ab1d3e1e64f.tar.gz gentoo-2-3d753adbbf03cd6a7abfb1f132005ab1d3e1e64f.tar.bz2 gentoo-2-3d753adbbf03cd6a7abfb1f132005ab1d3e1e64f.zip |
Remove unneeded gentoo-specific patch tarball
(Portage version: 2.1.7/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim/vim-7.2.264.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index beadf748a055..c871927f6dd9 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.334 2009/10/17 17:19:14 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.335 2009/10/17 18:38:50 lack Exp $ + + 17 Oct 2009; Jim Ramsay <lack@gentoo.org> vim-7.2.264.ebuild: + Remove unneeded gentoo-specific patch tarball 17 Oct 2009; Jim Ramsay <lack@gentoo.org> -vim-7.2.ebuild, -vim-7.2.108.ebuild, -vim-7.2.238.ebuild, vim-7.2.264.ebuild: diff --git a/app-editors/vim/vim-7.2.264.ebuild b/app-editors/vim/vim-7.2.264.ebuild index 8f5cec81fe1f..cd89fa43e616 100644 --- a/app-editors/vim/vim-7.2.264.ebuild +++ b/app-editors/vim/vim-7.2.264.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.264.ebuild,v 1.2 2009/10/17 17:19:14 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.264.ebuild,v 1.3 2009/10/17 18:38:50 lack Exp $ EAPI=2 inherit vim VIM_VERSION="7.2" -VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches-r2.tar.bz2" VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" 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} mirror://gentoo/${VIM_ORG_PATCHES}" S="${WORKDIR}/vim${VIM_VERSION/.}" |