diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-04-11 19:37:30 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-04-11 19:37:30 +0000 |
commit | bcc18066265c2fe941ef3ab77f9bd5a0bcf53372 (patch) | |
tree | f30d3c936b89aae3c39213b09c65968c3affdaf4 /app-vim | |
parent | Stable for amd64 wrt bug #506154 (diff) | |
download | gentoo-2-bcc18066265c2fe941ef3ab77f9bd5a0bcf53372.tar.gz gentoo-2-bcc18066265c2fe941ef3ab77f9bd5a0bcf53372.tar.bz2 gentoo-2-bcc18066265c2fe941ef3ab77f9bd5a0bcf53372.zip |
Stable for amd64 wrt bug #502634
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index bf48deaac51f..2c6f54b3e644 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,9 @@ # 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.45 2014/01/25 11:37:18 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.46 2014/04/11 19:37:30 nimiux Exp $ + + 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> automatictexplugin-12.4.ebuild: + Stable for amd64 wrt bug #502634 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -automatictexplugin-12.1.ebuild, -automatictexplugin-12.2.ebuild: diff --git a/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild index 42b8dec68085..57e7b7a7efd7 100644 --- a/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.1 2014/01/25 11:36:21 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild,v 1.2 2014/04/11 19:37:30 nimiux 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} |