radhermit 14/04/12 21:56:28 Modified: ChangeLog Added: automatictexplugin-12.5.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.48 app-vim/automatictexplugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 12 Apr 2014 09:40:06 -0000 1.47 +++ ChangeLog 12 Apr 2014 21:56:28 -0000 1.48 @@ -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.47 2014/04/12 09:40:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.48 2014/04/12 21:56:28 radhermit Exp $ + +*automatictexplugin-12.5 (12 Apr 2014) + + 12 Apr 2014; Tim Harder <[email protected]> + +automatictexplugin-12.5.ebuild: + Version bump. 12 Apr 2014; Agostino Sarubbo <[email protected]> automatictexplugin-12.4.ebuild: Stable for x86, wrt bug #502634 1.1 app-vim/automatictexplugin/automatictexplugin-12.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5.ebuild?rev=1.1&content-type=text/plain Index: automatictexplugin-12.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5.ebuild,v 1.1 2014/04/12 21:56:27 radhermit Exp $ EAPI=5 inherit 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] app-editors/gvim[python] ) !app-vim/vim-latex app-vim/align app-text/wdiff >=dev-lang/python-2.7 dev-python/psutil dev-tex/latexmk dev-tex/detex virtual/tex-base"
