diff options
author | 2013-06-25 11:38:06 +0000 | |
---|---|---|
committer | 2013-06-25 11:38:06 +0000 | |
commit | 7366d4f0bf2c4b548abaa90c0222d8cdc0a8e862 (patch) | |
tree | 8385252a568290d39cbcfe1bfa664886aeb956e4 /app-vim | |
parent | Stable for x86, wrt bug #474290 (diff) | |
download | gentoo-2-7366d4f0bf2c4b548abaa90c0222d8cdc0a8e862.tar.gz gentoo-2-7366d4f0bf2c4b548abaa90c0222d8cdc0a8e862.tar.bz2 gentoo-2-7366d4f0bf2c4b548abaa90c0222d8cdc0a8e862.zip |
Stable for x86, wrt bug #474158
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 3f3ca09a61ea..179442b35cf9 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.41 2013/05/03 04:13:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.42 2013/06/25 11:38:06 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> automatictexplugin-12.3.ebuild: + Stable for x86, wrt bug #474158 *automatictexplugin-12.3 (03 May 2013) @@ -202,4 +205,3 @@ 29 Apr 2011; Tim Harder <radhermit@gentoo.org> +automatictexplugin-9.3.5.ebuild, +metadata.xml: Initial import. - diff --git a/app-vim/automatictexplugin/automatictexplugin-12.3.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.3.ebuild index 2ec0b7677fac..dfcdfc61c076 100644 --- a/app-vim/automatictexplugin/automatictexplugin-12.3.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.3.ebuild,v 1.1 2013/05/03 04:13:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.3.ebuild,v 1.2 2013/06/25 11:38:06 ago Exp $ EAPI=5 @@ -11,7 +11,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} |