mgorny      15/01/06 11:46:00

  Modified:             ChangeLog
  Added:                automatictexplugin-12.5-r1.ebuild
  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.49                 app-vim/automatictexplugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   12 Apr 2014 21:56:28 -0000      1.48
+++ ChangeLog   6 Jan 2015 11:46:00 -0000       1.49
@@ -1,6 +1,12 @@
 # ChangeLog for app-vim/automatictexplugin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.48 
2014/04/12 21:56:28 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.49 
2015/01/06 11:46:00 mgorny Exp $
+
+*automatictexplugin-12.5-r1 (06 Jan 2015)
+
+  06 Jan 2015; Michał Górny <[email protected]>
+  +automatictexplugin-12.5-r1.ebuild:
+  Convert to python-single-r1, enforce a match on Python version used by vim.
 
 *automatictexplugin-12.5 (12 Apr 2014)
 



1.1                  
app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: automatictexplugin-12.5-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild,v
 1.1 2015/01/06 11:46:00 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 vim-plugin

MY_P="AutomaticTexPlugin_${PV}"
DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files"
HOMEPAGE="http://atp-vim.sourceforge.net/";
SRC_URI="mirror://sourceforge/atp-vim/releases/${MY_P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"

S=${WORKDIR}

VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt"

RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] 
app-editors/gvim[python,${PYTHON_USEDEP}] )
        !app-vim/vim-latex
        app-vim/align
        app-text/wdiff
        dev-python/psutil[${PYTHON_USEDEP}]
        dev-tex/latexmk
        dev-tex/detex
        virtual/tex-base
        ${PYTHON_DEPS}"

src_prepare() {
        python_fix_shebang .
}




Reply via email to