mgorny      15/01/06 13:12:40

  Modified:             vimpress-3.2.0.ebuild ChangeLog
  Log:
  Convert to python-single-r1, enforce a match on Python version used by vim.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.4                  app-vim/vimpress/vimpress-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimpress/vimpress-3.2.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimpress/vimpress-3.2.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimpress/vimpress-3.2.0.ebuild?r1=1.3&r2=1.4

Index: vimpress-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/vimpress/vimpress-3.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vimpress-3.2.0.ebuild       4 Dec 2012 11:23:31 -0000       1.3
+++ vimpress-3.2.0.ebuild       6 Jan 2015 13:12:40 -0000       1.4
@@ -1,10 +1,11 @@
-# Copyright 1999-2012 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/vimpress/vimpress-3.2.0.ebuild,v 
1.3 2012/12/04 11:23:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpress/vimpress-3.2.0.ebuild,v 
1.4 2015/01/06 13:12:40 mgorny Exp $
 
 EAPI=4
+PYTHON_COMPAT=( python2_7 )
 
-inherit vim-plugin
+inherit python-single-r1 vim-plugin
 
 DESCRIPTION="vim plugin: manage wordpress blogs from vim"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3510";
@@ -12,8 +13,9 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
-       || ( dev-lang/python:2.7 dev-lang/python:2.6 )
+RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] 
app-editors/gvim[python,${PYTHON_USEDEP}] )
+       ${PYTHON_DEPS}
        dev-python/markdown"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"



1.9                  app-vim/vimpress/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimpress/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimpress/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimpress/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/vimpress/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   4 Dec 2012 11:23:31 -0000       1.8
+++ ChangeLog   6 Jan 2015 13:12:40 -0000       1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/vimpress
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpress/ChangeLog,v 1.8 2012/12/04 
11:23:31 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimpress/ChangeLog,v 1.9 2015/01/06 
13:12:40 mgorny Exp $
+
+  06 Jan 2015; Michał Górny <mgo...@gentoo.org> vimpress-3.2.0.ebuild:
+  Convert to python-single-r1, enforce a match on Python version used by vim.
 
   04 Dec 2012; <a...@gentoo.org> vimpress-3.2.0.ebuild:
   Stable for x86, wrt bug #441132
@@ -32,4 +35,3 @@
   10 Jun 2011; Tim Harder <radher...@gentoo.org> +vimpress-2.1.0.ebuild,
   +metadata.xml:
   Initial import.
-




Reply via email to