* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2011-07-28 12:48 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-28 12:48 UTC (permalink / raw
To: gentoo-commits
aballier 11/07/28 12:48:05
Modified: ChangeLog
Added: texlive-context-2011.ebuild
Log:
Bump to TeX Live 2011
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Revision Changes Path
1.41 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 18 May 2011 14:27:41 -0000 1.40
+++ ChangeLog 28 Jul 2011 12:48:05 -0000 1.41
@@ -1,6 +1,12 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.40 2011/05/18 14:27:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.41 2011/07/28 12:48:05 aballier Exp $
+
+*texlive-context-2011 (28 Jul 2011)
+
+ 28 Jul 2011; Alexis Ballier <aballier@gentoo.org>
+ +texlive-context-2011.ebuild:
+ Bump to TeX Live 2011
*texlive-context-2010-r1 (18 May 2011)
1.1 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.1&content-type=text/plain
Index: texlive-context-2011.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.1 2011/07/28 12:48:05 aballier Exp $
EAPI="3"
TEXLIVE_MODULE_CONTENTS="context jmn lmextra context-account context-algorithmic context-bnf context-chromato context-construction-plan context-degrade context-filter context-fixme context-french context-fullpage context-games context-gnuplot context-letter context-lettrine context-lilypond context-mathsets context-notes-zh-cn context-rst context-ruby context-simplefonts context-simpleslides context-typearea context-typescripts context-vim collection-context
"
TEXLIVE_MODULE_DOC_CONTENTS="context.doc context-account.doc context-bnf.doc context-chromato.doc context-construction-plan.doc context-degrade.doc context-filter.doc context-fixme.doc context-french.doc context-fullpage.doc context-games.doc context-gnuplot.doc context-letter.doc context-lettrine.doc context-lilypond.doc context-mathsets.doc context-notes-zh-cn.doc context-rst.doc context-ruby.doc context-simplefonts.doc context-simpleslides.doc context-typearea.doc context-typescripts.doc context-vim.doc "
TEXLIVE_MODULE_SRC_CONTENTS="context-fixme.source context-letter.source "
inherit texlive-module
DESCRIPTION="TeXLive ConTeXt format"
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
!<dev-texlive/texlive-latex-2010
>=app-text/texlive-core-2010[xetex]
>=dev-texlive/texlive-metapost-2010
"
RDEPEND="${DEPEND} dev-lang/ruby
"
TL_CONTEXT_UNIX_STUBS="context ctxtools luatools mtxrun pstopdf rlxtools texexec texmfstart"
TEXLIVE_MODULE_BINSCRIPTS=""
for i in ${TL_CONTEXT_UNIX_STUBS} ; do
TEXLIVE_MODULE_BINSCRIPTS="${TEXLIVE_MODULE_BINSCRIPTS} texmf-dist/scripts/context/stubs/unix/$i"
done
# This small hack is needed in order to have a sane upgrade path:
# the new TeX Live 2009 metapost produces this file but it is not recorded in
# any package; when running fmtutil (like texmf-update does) this file will be
# created and cause collisions.
pkg_setup() {
if [ -f "${ROOT}/var/lib/texmf/web2c/metapost/metafun.log" ]; then
einfo "Removing ${ROOT}/var/lib/texmf/web2c/metapost/metafun.log"
rm -f "${ROOT}/var/lib/texmf/web2c/metapost/metafun.log"
fi
}
TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate
your documents.
If you plan to use mkIV and its 'context' command to generate your documents,
you have to run 'luatools --generate' as normal user before first use.
More information and advanced options on:
http://wiki.contextgarden.net/TeX_Live_2010"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2011-12-28 5:12 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-28 5:12 UTC (permalink / raw
To: gentoo-commits
jer 11/12/28 05:12:39
Modified: ChangeLog texlive-context-2011.ebuild
Log:
Stable for HPPA (bug #395735).
(Portage version: 2.2.0_alpha83/cvs/Linux x86_64)
Revision Changes Path
1.49 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 5 Oct 2011 14:45:14 -0000 1.48
+++ ChangeLog 28 Dec 2011 05:12:39 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.48 2011/10/05 14:45:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.49 2011/12/28 05:12:39 jer Exp $
+
+ 28 Dec 2011; Jeroen Roovers <jer@gentoo.org> texlive-context-2011.ebuild:
+ Stable for HPPA (bug #395735).
05 Oct 2011; Alexis Ballier <aballier@gentoo.org>
-texlive-context-2008-r1.ebuild, -texlive-context-2009.ebuild,
1.2 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.1&r2=1.2
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-context-2011.ebuild 28 Jul 2011 12:48:05 -0000 1.1
+++ texlive-context-2011.ebuild 28 Dec 2011 05:12:39 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.1 2011/07/28 12:48:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.2 2011/12/28 05:12:39 jer Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-01-16 13:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-16 13:20 UTC (permalink / raw
To: gentoo-commits
ago 12/01/16 13:20:19
Modified: ChangeLog texlive-context-2011.ebuild
Log:
Stable for amd64, wrt bug #395735
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.50 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 28 Dec 2011 05:12:39 -0000 1.49
+++ ChangeLog 16 Jan 2012 13:20:19 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-texlive/texlive-context
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.49 2011/12/28 05:12:39 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.50 2012/01/16 13:20:19 ago Exp $
+
+ 16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> texlive-context-2011.ebuild:
+ Stable for amd64, wrt bug #395735
28 Dec 2011; Jeroen Roovers <jer@gentoo.org> texlive-context-2011.ebuild:
Stable for HPPA (bug #395735).
1.3 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.2&r2=1.3
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texlive-context-2011.ebuild 28 Dec 2011 05:12:39 -0000 1.2
+++ texlive-context-2011.ebuild 16 Jan 2012 13:20:19 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.2 2011/12/28 05:12:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.3 2012/01/16 13:20:19 ago Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-01-17 17:22 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 11+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-17 17:22 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/01/17 17:22:40
Modified: ChangeLog texlive-context-2011.ebuild
Log:
x86 stable wrt bug #395735
(Portage version: 2.1.10.41/cvs/Linux i686)
Revision Changes Path
1.51 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 16 Jan 2012 13:20:19 -0000 1.50
+++ ChangeLog 17 Jan 2012 17:22:40 -0000 1.51
@@ -1,6 +1,10 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.50 2012/01/16 13:20:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.51 2012/01/17 17:22:40 phajdan.jr Exp $
+
+ 17 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ texlive-context-2011.ebuild:
+ x86 stable wrt bug #395735
16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> texlive-context-2011.ebuild:
Stable for amd64, wrt bug #395735
1.4 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.3&r2=1.4
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- texlive-context-2011.ebuild 16 Jan 2012 13:20:19 -0000 1.3
+++ texlive-context-2011.ebuild 17 Jan 2012 17:22:40 -0000 1.4
@@ -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/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.3 2012/01/16 13:20:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.4 2012/01/17 17:22:40 phajdan.jr Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-01-29 17:48 Markus Meier (maekke)
0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2012-01-29 17:48 UTC (permalink / raw
To: gentoo-commits
maekke 12/01/29 17:48:01
Modified: ChangeLog texlive-context-2011.ebuild
Log:
arm stable, bug #395735
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.52 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 17 Jan 2012 17:22:40 -0000 1.51
+++ ChangeLog 29 Jan 2012 17:48:01 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.51 2012/01/17 17:22:40 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.52 2012/01/29 17:48:01 maekke Exp $
+
+ 29 Jan 2012; Markus Meier <maekke@gentoo.org> texlive-context-2011.ebuild:
+ arm stable, bug #395735
17 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
texlive-context-2011.ebuild:
1.5 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.4&r2=1.5
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- texlive-context-2011.ebuild 17 Jan 2012 17:22:40 -0000 1.4
+++ texlive-context-2011.ebuild 29 Jan 2012 17:48:01 -0000 1.5
@@ -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/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.4 2012/01/17 17:22:40 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.5 2012/01/29 17:48:01 maekke Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-03-02 19:25 Brent Baude (ranger)
0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2012-03-02 19:25 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/02 19:25:17
Modified: ChangeLog texlive-context-2011.ebuild
Log:
Marking texlive-context-2011 ppc for bug 395735
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.53 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 29 Jan 2012 17:48:01 -0000 1.52
+++ ChangeLog 2 Mar 2012 19:25:17 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.52 2012/01/29 17:48:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.53 2012/03/02 19:25:17 ranger Exp $
+
+ 02 Mar 2012; Brent Baude <ranger@gentoo.org> texlive-context-2011.ebuild:
+ Marking texlive-context-2011 ppc stable for bug 395735
29 Jan 2012; Markus Meier <maekke@gentoo.org> texlive-context-2011.ebuild:
arm stable, bug #395735
1.6 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.5&r2=1.6
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- texlive-context-2011.ebuild 29 Jan 2012 17:48:01 -0000 1.5
+++ texlive-context-2011.ebuild 2 Mar 2012 19:25:17 -0000 1.6
@@ -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/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.5 2012/01/29 17:48:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.6 2012/03/02 19:25:17 ranger Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-03-03 13:10 Brent Baude (ranger)
0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2012-03-03 13:10 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/03 13:10:28
Modified: ChangeLog texlive-context-2011.ebuild
Log:
Marking texlive-context-2011 ppc64 for bug 395735
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.54 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 2 Mar 2012 19:25:17 -0000 1.53
+++ ChangeLog 3 Mar 2012 13:10:28 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.53 2012/03/02 19:25:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.54 2012/03/03 13:10:28 ranger Exp $
+
+ 03 Mar 2012; Brent Baude <ranger@gentoo.org> texlive-context-2011.ebuild:
+ Marking texlive-context-2011 ppc64 stable for bug 395735
02 Mar 2012; Brent Baude <ranger@gentoo.org> texlive-context-2011.ebuild:
Marking texlive-context-2011 ppc stable for bug 395735
1.7 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.6&r2=1.7
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- texlive-context-2011.ebuild 2 Mar 2012 19:25:17 -0000 1.6
+++ texlive-context-2011.ebuild 3 Mar 2012 13:10:28 -0000 1.7
@@ -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/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.6 2012/03/02 19:25:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.7 2012/03/03 13:10:28 ranger Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-03-04 15:39 Tobias Klausmann (klausman)
0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-03-04 15:39 UTC (permalink / raw
To: gentoo-commits
klausman 12/03/04 15:39:51
Modified: ChangeLog texlive-context-2011.ebuild
Log:
Stable on alpha, bug #395735
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.55 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 3 Mar 2012 13:10:28 -0000 1.54
+++ ChangeLog 4 Mar 2012 15:39:51 -0000 1.55
@@ -1,6 +1,10 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.54 2012/03/03 13:10:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.55 2012/03/04 15:39:51 klausman Exp $
+
+ 04 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
+ texlive-context-2011.ebuild:
+ Stable on alpha, bug #395735
03 Mar 2012; Brent Baude <ranger@gentoo.org> texlive-context-2011.ebuild:
Marking texlive-context-2011 ppc64 stable for bug 395735
1.8 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.7&r2=1.8
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- texlive-context-2011.ebuild 3 Mar 2012 13:10:28 -0000 1.7
+++ texlive-context-2011.ebuild 4 Mar 2012 15:39:51 -0000 1.8
@@ -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/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.7 2012/03/03 13:10:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.8 2012/03/04 15:39:51 klausman Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-05-06 17:00 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2012-05-06 17:00 UTC (permalink / raw
To: gentoo-commits
armin76 12/05/06 17:00:53
Modified: ChangeLog texlive-context-2011.ebuild
Log:
ia64/s390/sh/sparc stable wrt #395735
(Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.56 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 4 Mar 2012 15:39:51 -0000 1.55
+++ ChangeLog 6 May 2012 17:00:53 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.55 2012/03/04 15:39:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.56 2012/05/06 17:00:53 armin76 Exp $
+
+ 06 May 2012; Raúl Porcel <armin76@gentoo.org> texlive-context-2011.ebuild:
+ ia64/s390/sh/sparc stable wrt #395735
04 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
texlive-context-2011.ebuild:
1.9 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.8&r2=1.9
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- texlive-context-2011.ebuild 4 Mar 2012 15:39:51 -0000 1.8
+++ texlive-context-2011.ebuild 6 May 2012 17:00:53 -0000 1.9
@@ -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/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.8 2012/03/04 15:39:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.9 2012/05/06 17:00:53 armin76 Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2012-05-09 17:01 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 17:01 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 17:01:42
Modified: ChangeLog texlive-context-2011.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Revision Changes Path
1.57 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 6 May 2012 17:00:53 -0000 1.56
+++ ChangeLog 9 May 2012 17:01:42 -0000 1.57
@@ -1,6 +1,10 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.56 2012/05/06 17:00:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.57 2012/05/09 17:01:42 aballier Exp $
+
+ 09 May 2012; Alexis Ballier <aballier@gentoo.org>
+ texlive-context-2011.ebuild:
+ keyword ~amd64-fbsd
06 May 2012; Raúl Porcel <armin76@gentoo.org> texlive-context-2011.ebuild:
ia64/s390/sh/sparc stable wrt #395735
1.10 dev-texlive/texlive-context/texlive-context-2011.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild?r1=1.9&r2=1.10
Index: texlive-context-2011.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- texlive-context-2011.ebuild 6 May 2012 17:00:53 -0000 1.9
+++ texlive-context-2011.ebuild 9 May 2012 17:01:42 -0000 1.10
@@ -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/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.9 2012/05/06 17:00:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2011.ebuild,v 1.10 2012/05/09 17:01:42 aballier Exp $
EAPI="3"
@@ -13,7 +13,7 @@
LICENSE="GPL-2 as-is GPL-1 GPL-2 public-domain "
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2011
>=dev-texlive/texlive-latex-2010
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild
@ 2014-11-04 10:20 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2014-11-04 10:20 UTC (permalink / raw
To: gentoo-commits
aballier 14/11/04 10:20:00
Modified: ChangeLog
Removed: texlive-context-2011.ebuild
Log:
remove texlive 2011
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.77 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 3 Nov 2014 06:46:36 -0000 1.76
+++ ChangeLog 4 Nov 2014 10:20:00 -0000 1.77
@@ -1,6 +1,10 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.76 2014/11/03 06:46:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.77 2014/11/04 10:20:00 aballier Exp $
+
+ 04 Nov 2014; Alexis Ballier <aballier@gentoo.org>
+ -texlive-context-2011.ebuild:
+ remove texlive 2011
*texlive-context-2014 (03 Nov 2014)
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-11-04 10:20 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 13:20 [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2011.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-11-04 10:20 Alexis Ballier (aballier)
2012-05-09 17:01 Alexis Ballier (aballier)
2012-05-06 17:00 Raul Porcel (armin76)
2012-03-04 15:39 Tobias Klausmann (klausman)
2012-03-03 13:10 Brent Baude (ranger)
2012-03-02 19:25 Brent Baude (ranger)
2012-01-29 17:48 Markus Meier (maekke)
2012-01-17 17:22 PaweA Hajdan (phajdan.jr)
2011-12-28 5:12 Jeroen Roovers (jer)
2011-07-28 12:48 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox