diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-12-09 14:20:12 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-12-09 14:20:12 +0000 |
commit | 02fc89d1f0217472354528546dcd4fb63ffffb96 (patch) | |
tree | 6635713ad880e500741f89570c9d991398d8e301 /app-editors | |
parent | Version cleanup (diff) | |
download | gentoo-2-02fc89d1f0217472354528546dcd4fb63ffffb96.tar.gz gentoo-2-02fc89d1f0217472354528546dcd4fb63ffffb96.tar.bz2 gentoo-2-02fc89d1f0217472354528546dcd4fb63ffffb96.zip |
Version cleanup
(Portage version: 2.1.9.14/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.0.235.ebuild | 42 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.0.243.ebuild | 42 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.1.123.ebuild | 43 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.1.330.ebuild | 43 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.2.303.ebuild | 21 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.3.ebuild | 31 |
7 files changed, 6 insertions, 223 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index 934d19acda64..08b1e6cc8a3a 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,11 @@ # 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.325 2010/12/08 20:21:02 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.326 2010/12/09 14:20:12 lack Exp $ + + 09 Dec 2010; Jim Ramsay <lack@gentoo.org> -gvim-7.0.235.ebuild, + -gvim-7.0.243.ebuild, -gvim-7.1.123.ebuild, -gvim-7.1.330.ebuild, + -gvim-7.2.303.ebuild, -gvim-7.3.ebuild: + Version cleanup *gvim-7.3.75 (08 Dec 2010) diff --git a/app-editors/gvim/gvim-7.0.235.ebuild b/app-editors/gvim/gvim-7.0.235.ebuild deleted file mode 100644 index f3a433b6949a..000000000000 --- a/app-editors/gvim/gvim-7.0.235.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.0.235.ebuild,v 1.18 2010/10/10 17:26:19 ulm Exp $ - -inherit vim - -VIM_VERSION="7.0" -VIM_SNAPSHOT="vim-7.0-r1.tar.bz2" -VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches-r1.tar.bz2" -VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" -GVIMRC_FILE_SUFFIX="-r1" - -SRC_URI="${SRC_URI} - mirror://gentoo/${VIM_SNAPSHOT} - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_ORG_PATCHES}" - -S=${WORKDIR}/vim${VIM_VERSION/.*} -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="aqua gnome gtk motif nextaw" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV} - x11-libs/libXext - !aqua? ( - gtk? ( - >=x11-libs/gtk+-2.6 - x11-libs/libXft - gnome? ( >=gnome-base/libgnomeui-2.6 ) - ) - !gtk? ( - motif? ( - >=x11-libs/openmotif-2.3 - ) - !motif? ( - nextaw? ( - x11-libs/neXtaw - ) - !nextaw? ( x11-libs/libXaw ) - ) - ) - )" diff --git a/app-editors/gvim/gvim-7.0.243.ebuild b/app-editors/gvim/gvim-7.0.243.ebuild deleted file mode 100644 index 27b9f4f1fda2..000000000000 --- a/app-editors/gvim/gvim-7.0.243.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.0.243.ebuild,v 1.3 2010/10/10 17:26:19 ulm Exp $ - -inherit vim - -VIM_VERSION="7.0" -VIM_SNAPSHOT="vim-7.0-r1.tar.bz2" -VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches-r1.tar.bz2" -VIM_ORG_PATCHES="vim-patches-${PV}.tar" -GVIMRC_FILE_SUFFIX="-r1" - -SRC_URI="${SRC_URI} - mirror://gentoo/${VIM_SNAPSHOT} - mirror://gentoo/${VIM_GENTOO_PATCHES} - mirror://gentoo/${VIM_ORG_PATCHES}" - -S=${WORKDIR}/vim${VIM_VERSION/.*} -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aqua gnome gtk motif nextaw" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV} - x11-libs/libXext - !aqua? ( - gtk? ( - >=x11-libs/gtk+-2.6 - x11-libs/libXft - gnome? ( >=gnome-base/libgnomeui-2.6 ) - ) - !gtk? ( - motif? ( - >=x11-libs/openmotif-2.3 - ) - !motif? ( - nextaw? ( - x11-libs/neXtaw - ) - !nextaw? ( x11-libs/libXaw ) - ) - ) - )" diff --git a/app-editors/gvim/gvim-7.1.123.ebuild b/app-editors/gvim/gvim-7.1.123.ebuild deleted file mode 100644 index fb837ed389b5..000000000000 --- a/app-editors/gvim/gvim-7.1.123.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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.11 2010/10/10 17:26:19 ulm Exp $ - -inherit vim - -VIM_VERSION="7.1" -VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2" -VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" -GVIMRC_FILE_SUFFIX="-r1" -GVIM_DESKTOP_SUFFIX="-r1" - -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/.}" -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="aqua gnome gtk motif nextaw" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV} - x11-libs/libXext - !aqua? ( - gtk? ( - >=x11-libs/gtk+-2.6 - x11-libs/libXft - gnome? ( >=gnome-base/libgnomeui-2.6 ) - ) - !gtk? ( - motif? ( - >=x11-libs/openmotif-2.3 - ) - !motif? ( - nextaw? ( - x11-libs/neXtaw - ) - !nextaw? ( x11-libs/libXaw ) - ) - ) - )" diff --git a/app-editors/gvim/gvim-7.1.330.ebuild b/app-editors/gvim/gvim-7.1.330.ebuild deleted file mode 100644 index 1ed58480be6e..000000000000 --- a/app-editors/gvim/gvim-7.1.330.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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.3 2010/10/10 17:26:19 ulm Exp $ - -inherit vim - -VIM_VERSION="7.1" -VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2" -VIM_ORG_PATCHES="vim-patches-${PV}.tar" -GVIMRC_FILE_SUFFIX="-r1" -GVIM_DESKTOP_SUFFIX="-r1" - -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/.}" -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aqua gnome gtk motif nextaw" -DEPEND="${DEPEND} - ~app-editors/vim-core-${PV} - x11-libs/libXext - !aqua? ( - gtk? ( - >=x11-libs/gtk+-2.6 - x11-libs/libXft - gnome? ( >=gnome-base/libgnomeui-2.6 ) - ) - !gtk? ( - motif? ( - >=x11-libs/openmotif-2.3 - ) - !motif? ( - nextaw? ( - x11-libs/neXtaw - ) - !nextaw? ( x11-libs/libXaw ) - ) - ) - )" diff --git a/app-editors/gvim/gvim-7.2.303.ebuild b/app-editors/gvim/gvim-7.2.303.ebuild deleted file mode 100644 index e638a3e19161..000000000000 --- a/app-editors/gvim/gvim-7.2.303.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.8 2010/08/19 12:54:57 lack Exp $ - -EAPI=2 -inherit vim - -VIM_VERSION="7.2" -VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" -GVIMRC_FILE_SUFFIX="-r1" -GVIM_DESKTOP_SUFFIX="-r2" - -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}" - -S="${WORKDIR}/vim${VIM_VERSION/.}" -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" diff --git a/app-editors/gvim/gvim-7.3.ebuild b/app-editors/gvim/gvim-7.3.ebuild deleted file mode 100644 index 7d7b493388d3..000000000000 --- a/app-editors/gvim/gvim-7.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.2 2010/08/19 12:54:57 lack Exp $ - -EAPI=3 -VIM_VERSION="7.3" -inherit vim - -#VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" -GVIMRC_FILE_SUFFIX="-r1" -GVIM_DESKTOP_SUFFIX="-r2" - -SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2" - -# New release: No patches yet -# mirror://gentoo/${VIM_ORG_PATCHES} - -S="${WORKDIR}/vim${VIM_VERSION/.}" -DESCRIPTION="GUI version of the Vim text editor" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -src_prepare() { - vim_src_prepare - - epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch - if [[ ${CHOST} == *-interix* ]]; then - epatch "${FILESDIR}"/${PN}-7.1-interix-link.patch - epatch "${FILESDIR}"/${PN}-7.1.319-interix-cflags.patch - fi -} |