diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 13:28:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 13:28:40 +0000 |
commit | 2c6f2a75a27e32f700251fc212790c3ec4b6e434 (patch) | |
tree | eec084def5033752af4999435ff36dd8a38c48e7 /app-vim | |
parent | Stable for amd64, wrt bug #428852 (diff) | |
download | gentoo-2-2c6f2a75a27e32f700251fc212790c3ec4b6e434.tar.gz gentoo-2-2c6f2a75a27e32f700251fc212790c3ec4b6e434.tar.bz2 gentoo-2-2c6f2a75a27e32f700251fc212790c3ec4b6e434.zip |
Stable for amd64, wrt bug #428910
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-11.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index c488ac8f7831..e9cec73e37a5 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.31 2012/06/27 21:42:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.32 2012/08/03 13:28:40 ago Exp $ + + 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> + automatictexplugin-11.1.ebuild: + Stable for amd64, wrt bug #428910 27 Jun 2012; Tim Harder <radhermit@gentoo.org> -automatictexplugin-10.6.4.ebuild: diff --git a/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild b/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild index 7129a951820b..603635e21740 100644 --- a/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild,v 1.1 2012/06/22 08:54:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild,v 1.2 2012/08/03 13:28:40 ago Exp $ EAPI="4" VIM_PLUGIN_VIM_VERSION="7.3" @@ -12,7 +12,7 @@ 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" +KEYWORDS="amd64 ~x86" IUSE="" S="${WORKDIR}" |