diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-02-09 00:30:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-02-09 00:30:54 +0000 |
commit | 43f98144d65a7def9bacf1d5113b35433a7a2bb3 (patch) | |
tree | 4e8222aa1338d95debf39d1e42273af2d1f6ad6e /app-vim/automatictexplugin | |
parent | Version bump. (diff) | |
download | gentoo-2-43f98144d65a7def9bacf1d5113b35433a7a2bb3.tar.gz gentoo-2-43f98144d65a7def9bacf1d5113b35433a7a2bb3.tar.bz2 gentoo-2-43f98144d65a7def9bacf1d5113b35433a7a2bb3.zip |
Stabilize for amd64/x86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 65f8f3d6d1f8..5fe3b7f08c17 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.50 2015/01/06 12:18:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.51 2015/02/09 00:30:54 radhermit Exp $ + + 09 Feb 2015; Tim Harder <radhermit@gentoo.org> + automatictexplugin-12.5-r1.ebuild: + Stabilize for amd64/x86. 06 Jan 2015; Michał Górny <mgorny@gentoo.org> automatictexplugin-12.5-r1.ebuild: diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild index 60a02039d494..37f786759a62 100644 --- a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild @@ -1,6 +1,6 @@ # 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.2 2015/01/06 12:18:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild,v 1.3 2015/02/09 00:30:54 radhermit Exp $ EAPI=5 @@ -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" S=${WORKDIR} |