From 435e20e5665857de80b7638436e0dc3602af686f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 8 Apr 2015 07:30:37 +0000 Subject: Remove old Python implementations (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- app-vim/easytags/ChangeLog | 7 +++++-- app-vim/easytags/easytags-3.4.3.ebuild | 6 +++--- app-vim/gundo/ChangeLog | 7 +++++-- app-vim/gundo/gundo-2.5.0.ebuild | 6 +++--- app-vim/notes/ChangeLog | 7 +++++-- app-vim/notes/notes-0.23.4.ebuild | 6 +++--- app-vim/splice/ChangeLog | 8 +++++--- app-vim/splice/splice-1.0.1.ebuild | 6 +++--- app-vim/vim-latex/ChangeLog | 8 ++++++-- app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild | 6 +++--- app-vim/youcompleteme/ChangeLog | 5 ++++- app-vim/youcompleteme/youcompleteme-20130910.ebuild | 6 +++--- 12 files changed, 48 insertions(+), 30 deletions(-) (limited to 'app-vim') diff --git a/app-vim/easytags/ChangeLog b/app-vim/easytags/ChangeLog index f70d1e008d3a..1829fcc20189 100644 --- a/app-vim/easytags/ChangeLog +++ b/app-vim/easytags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/easytags -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.22 2014/11/25 23:41:05 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.23 2015/04/08 07:30:33 mgorny Exp $ + + 08 Apr 2015; Michał Górny easytags-3.4.3.ebuild: + Remove old Python implementations *easytags-3.9.1 (25 Nov 2014) diff --git a/app-vim/easytags/easytags-3.4.3.ebuild b/app-vim/easytags/easytags-3.4.3.ebuild index 98bc7fa3ead4..2a0200ae9531 100644 --- a/app-vim/easytags/easytags-3.4.3.ebuild +++ b/app-vim/easytags/easytags-3.4.3.ebuild @@ -1,9 +1,9 @@ -# 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-vim/easytags/easytags-3.4.3.ebuild,v 1.3 2014/03/02 08:06:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/easytags-3.4.3.ebuild,v 1.4 2015/04/08 07:30:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 vim-plugin diff --git a/app-vim/gundo/ChangeLog b/app-vim/gundo/ChangeLog index aa413c9272fa..433b1bbd9d96 100644 --- a/app-vim/gundo/ChangeLog +++ b/app-vim/gundo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gundo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.11 2013/10/21 11:56:16 grobian Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.12 2015/04/08 07:30:35 mgorny Exp $ + + 08 Apr 2015; Michał Górny gundo-2.5.0.ebuild: + Remove old Python implementations 21 Oct 2013; Fabian Groffen gundo-2.5.0.ebuild: Marked ~x64-macos, bug #486818 diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild index 4c67a25816fc..e038541b736e 100644 --- a/app-vim/gundo/gundo-2.5.0.ebuild +++ b/app-vim/gundo/gundo-2.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v 1.3 2013/10/21 11:56:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v 1.4 2015/04/08 07:30:35 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit vim-plugin python-single-r1 diff --git a/app-vim/notes/ChangeLog b/app-vim/notes/ChangeLog index 99b189fd0eb4..dcd97f6c6111 100644 --- a/app-vim/notes/ChangeLog +++ b/app-vim/notes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/notes -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.21 2014/11/28 15:10:11 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.22 2015/04/08 07:30:34 mgorny Exp $ + + 08 Apr 2015; Michał Górny notes-0.23.4.ebuild: + Remove old Python implementations *notes-0.29 (28 Nov 2014) diff --git a/app-vim/notes/notes-0.23.4.ebuild b/app-vim/notes/notes-0.23.4.ebuild index 5b22848580bb..79888befc525 100644 --- a/app-vim/notes/notes-0.23.4.ebuild +++ b/app-vim/notes/notes-0.23.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.23.4.ebuild,v 1.3 2013/12/24 12:55:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.23.4.ebuild,v 1.4 2015/04/08 07:30:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" inherit python-single-r1 vim-plugin diff --git a/app-vim/splice/ChangeLog b/app-vim/splice/ChangeLog index 0ed7f1da8ab9..b3b6e3e7c732 100644 --- a/app-vim/splice/ChangeLog +++ b/app-vim/splice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/splice -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/splice/ChangeLog,v 1.4 2013/11/30 12:56:00 johu Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/splice/ChangeLog,v 1.5 2015/04/08 07:30:29 mgorny Exp $ + + 08 Apr 2015; Michał Górny splice-1.0.1.ebuild: + Remove old Python implementations 30 Nov 2013; Johannes Huber splice-1.0.1.ebuild: x86 stable wrt bug #481852 @@ -17,4 +20,3 @@ 12 Feb 2013; Tim Harder +splice-1.0.1.ebuild, +metadata.xml: Initial import (upstream rename of app-vim/threesome). - diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild index 2b46c22f156c..b46684cb855f 100644 --- a/app-vim/splice/splice-1.0.1.ebuild +++ b/app-vim/splice/splice-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/splice/splice-1.0.1.ebuild,v 1.4 2013/11/30 12:56:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/splice/splice-1.0.1.ebuild,v 1.5 2015/04/08 07:30:29 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit vim-plugin python-single-r1 diff --git a/app-vim/vim-latex/ChangeLog b/app-vim/vim-latex/ChangeLog index 187bffa0b4d1..94b5cd3720de 100644 --- a/app-vim/vim-latex/ChangeLog +++ b/app-vim/vim-latex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vim-latex -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/ChangeLog,v 1.31 2013/09/05 19:44:54 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/ChangeLog,v 1.32 2015/04/08 07:30:36 mgorny Exp $ + + 08 Apr 2015; Michał Górny + vim-latex-1.8.23.20130116.ebuild: + Remove old Python implementations 05 Sep 2013; Michał Górny vim-latex-1.8.23.20130116.ebuild: diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild index 500969194677..f08c900640f9 100644 --- a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild +++ b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild,v 1.9 2013/09/05 19:44:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild,v 1.10 2015/04/08 07:30:36 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit vim-plugin versionator python-single-r1 diff --git a/app-vim/youcompleteme/ChangeLog b/app-vim/youcompleteme/ChangeLog index 4df918f09462..ecc3e7efcd50 100644 --- a/app-vim/youcompleteme/ChangeLog +++ b/app-vim/youcompleteme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/youcompleteme # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/youcompleteme/ChangeLog,v 1.5 2015/03/29 10:09:31 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/youcompleteme/ChangeLog,v 1.6 2015/04/08 07:30:37 mgorny Exp $ + + 08 Apr 2015; Michał Górny youcompleteme-20130910.ebuild: + Remove old Python implementations 29 Mar 2015; Maxim Koltsov youcompleteme-99999999.ebuild: diff --git a/app-vim/youcompleteme/youcompleteme-20130910.ebuild b/app-vim/youcompleteme/youcompleteme-20130910.ebuild index 74d3a8dce7e1..fa49439b1607 100644 --- a/app-vim/youcompleteme/youcompleteme-20130910.ebuild +++ b/app-vim/youcompleteme/youcompleteme-20130910.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/youcompleteme/youcompleteme-20130910.ebuild,v 1.2 2013/09/10 10:41:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/youcompleteme/youcompleteme-20130910.ebuild,v 1.3 2015/04/08 07:30:37 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit multilib python-single-r1 cmake-utils vim-plugin if [[ ${PV} == 9999* ]] ; then -- cgit v1.2.3-65-gdbad