diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-19 16:24:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-19 16:24:20 +0000 |
commit | baba788abd5086e697d8ac942ac4c521729683f1 (patch) | |
tree | 33a196bbc96c766f335b89b771f4d60f6a72ce00 /app-editors/vim | |
parent | revbump; add py3 support, update HOMEPAGE, switch SRC_URI to repo to acquire ... (diff) | |
download | gentoo-2-baba788abd5086e697d8ac942ac4c521729683f1.tar.gz gentoo-2-baba788abd5086e697d8ac942ac4c521729683f1.tar.bz2 gentoo-2-baba788abd5086e697d8ac942ac4c521729683f1.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.273.ebuild | 10 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.488.ebuild | 10 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.527.ebuild | 10 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.542.ebuild | 10 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.560.ebuild | 8 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.591.ebuild | 8 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.622.ebuild | 8 | ||||
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 8 |
9 files changed, 42 insertions, 37 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index f0c1da655dfc..f6e8e07c56cf 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.490 2015/02/28 22:19:16 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.491 2015/03/19 16:24:20 jlec Exp $ + + 19 Mar 2015; Justin Lecher <jlec@gentoo.org> vim-7.4.273.ebuild, + vim-7.4.488.ebuild, vim-7.4.527.ebuild, vim-7.4.542.ebuild, + vim-7.4.560.ebuild, vim-7.4.591.ebuild, vim-7.4.622.ebuild, vim-9999.ebuild: + Fix tcl/tk slotting 28 Feb 2015; <tgall@gentoo.org> vim-7.4.591.ebuild: stable on arm64 diff --git a/app-editors/vim/vim-7.4.273.ebuild b/app-editors/vim/vim-7.4.273.ebuild index 8030ee00ba61..0a95880d1df0 100644 --- a/app-editors/vim/vim-7.4.273.ebuild +++ b/app-editors/vim/vim-7.4.273.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v 1.12 2014/12/13 20:40:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v 1.13 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -39,8 +39,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -51,7 +51,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} diff --git a/app-editors/vim/vim-7.4.488.ebuild b/app-editors/vim/vim-7.4.488.ebuild index 460a42862de2..571bcdf24c82 100644 --- a/app-editors/vim/vim-7.4.488.ebuild +++ b/app-editors/vim/vim-7.4.488.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.488.ebuild,v 1.2 2014/12/13 20:40:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.488.ebuild,v 1.3 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -39,8 +39,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -51,7 +51,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} diff --git a/app-editors/vim/vim-7.4.527.ebuild b/app-editors/vim/vim-7.4.527.ebuild index f8bdb2721cf9..0da9def9e3c7 100644 --- a/app-editors/vim/vim-7.4.527.ebuild +++ b/app-editors/vim/vim-7.4.527.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.527.ebuild,v 1.2 2014/12/13 20:40:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.527.ebuild,v 1.3 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -39,8 +39,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -51,7 +51,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} diff --git a/app-editors/vim/vim-7.4.542.ebuild b/app-editors/vim/vim-7.4.542.ebuild index 80755aefc255..1d753a29155d 100644 --- a/app-editors/vim/vim-7.4.542.ebuild +++ b/app-editors/vim/vim-7.4.542.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild,v 1.3 2014/12/23 08:25:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild,v 1.4 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -39,8 +39,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -51,7 +51,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} diff --git a/app-editors/vim/vim-7.4.560.ebuild b/app-editors/vim/vim-7.4.560.ebuild index 8af1f0a7ad58..5476ad4f5402 100644 --- a/app-editors/vim/vim-7.4.560.ebuild +++ b/app-editors/vim/vim-7.4.560.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.560.ebuild,v 1.2 2015/01/05 08:50:16 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.560.ebuild,v 1.3 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -39,8 +39,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -51,7 +51,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} diff --git a/app-editors/vim/vim-7.4.591.ebuild b/app-editors/vim/vim-7.4.591.ebuild index d9ea7f8618ed..6c1f665e41f6 100644 --- a/app-editors/vim/vim-7.4.591.ebuild +++ b/app-editors/vim/vim-7.4.591.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.591.ebuild,v 1.2 2015/02/28 22:19:16 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.591.ebuild,v 1.3 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -39,8 +39,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -51,7 +51,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} diff --git a/app-editors/vim/vim-7.4.622.ebuild b/app-editors/vim/vim-7.4.622.ebuild index 5fe50108d78b..0470cca96eeb 100644 --- a/app-editors/vim/vim-7.4.622.ebuild +++ b/app-editors/vim/vim-7.4.622.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.622.ebuild,v 1.1 2015/02/07 02:19:57 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.622.ebuild,v 1.2 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -43,8 +43,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -55,7 +55,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 92eb3c2aa2a0..bef9d2ebc50c 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.25 2015/02/07 02:19:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.26 2015/03/19 16:24:20 jlec Exp $ EAPI=5 VIM_VERSION="7.4" @@ -43,8 +43,8 @@ RDEPEND=" cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( - luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) + luajit? ( dev-lang/luajit:2= ) + !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-${PV} @@ -55,7 +55,7 @@ RDEPEND=" racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) " DEPEND="${RDEPEND} |