* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: texlive-context-2010.ebuild ChangeLog
@ 2010-10-24 18:12 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-10-24 18:12 UTC (permalink / raw
To: gentoo-commits
aballier 10/10/24 18:12:03
Modified: ChangeLog
Added: texlive-context-2010.ebuild
Log:
Bump to TeX Live 2010
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Revision Changes Path
1.37 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 2 Feb 2010 21:02:42 -0000 1.36
+++ ChangeLog 24 Oct 2010 18:12:03 -0000 1.37
@@ -1,6 +1,12 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.36 2010/02/02 21:02:42 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.37 2010/10/24 18:12:03 aballier Exp $
+
+*texlive-context-2010 (24 Oct 2010)
+
+ 24 Oct 2010; Alexis Ballier <aballier@gentoo.org>
+ +texlive-context-2010.ebuild:
+ Bump to TeX Live 2010
02 Feb 2010; Jonathan Callen <abcd@gentoo.org>
texlive-context-2009.ebuild:
1.1 dev-texlive/texlive-context/texlive-context-2010.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?rev=1.1&content-type=text/plain
Index: texlive-context-2010.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild,v 1.1 2010/10/24 18:12:03 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-ruby context-simplefonts context-simpleslides context-top-ten 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-letter.doc context-lettrine.doc context-lilypond.doc context-mathsets.doc context-notes-zh-cn.doc context-ruby.doc context-simplefonts.doc context-simpleslides.doc context-top-ten.doc context-typearea.doc context-typescripts.doc context-vim.doc "
TEXLIVE_MODULE_SRC_CONTENTS="context-fixme.source context-letter.source context-simplefonts.source "
inherit texlive-module
DESCRIPTION="TeXLive ConTeXt format"
LICENSE="GPL-2 as-is FDL-1.1 GPL-1 GPL-2 public-domain "
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2010
>=dev-texlive/texlive-latex-2010
!<dev-texlive/texlive-latex-2010
>=app-text/texlive-core-2010[xetex]
"
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
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: texlive-context-2010.ebuild ChangeLog
@ 2010-11-07 19:48 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-11-07 19:48 UTC (permalink / raw
To: gentoo-commits
aballier 10/11/07 19:48:45
Modified: texlive-context-2010.ebuild ChangeLog
Log:
Add extra information about mkiv, by Matija hook Šuklje <matija@suklje.name>, bug #343673
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-texlive/texlive-context/texlive-context-2010.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?r1=1.1&r2=1.2
Index: texlive-context-2010.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-context-2010.ebuild 24 Oct 2010 18:12:03 -0000 1.1
+++ texlive-context-2010.ebuild 7 Nov 2010 19:48:45 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild,v 1.1 2010/10/24 18:12:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild,v 1.2 2010/11/07 19:48:45 aballier Exp $
EAPI="3"
@@ -8,7 +8,7 @@
"
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-letter.doc context-lettrine.doc context-lilypond.doc context-mathsets.doc context-notes-zh-cn.doc context-ruby.doc context-simplefonts.doc context-simpleslides.doc context-top-ten.doc context-typearea.doc context-typescripts.doc context-vim.doc "
TEXLIVE_MODULE_SRC_CONTENTS="context-fixme.source context-letter.source context-simplefonts.source "
-inherit texlive-module
+inherit texlive-module
DESCRIPTION="TeXLive ConTeXt format"
LICENSE="GPL-2 as-is FDL-1.1 GPL-1 GPL-2 public-domain "
@@ -39,3 +39,11 @@
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"
1.38 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 24 Oct 2010 18:12:03 -0000 1.37
+++ ChangeLog 7 Nov 2010 19:48:45 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for dev-texlive/texlive-context
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.37 2010/10/24 18:12:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.38 2010/11/07 19:48:45 aballier Exp $
+
+ 07 Nov 2010; Alexis Ballier <aballier@gentoo.org>
+ texlive-context-2010.ebuild:
+ Add extra information about mkiv, by Matija hook Šuklje
+ <matija@suklje.name>, bug #343673
*texlive-context-2010 (24 Oct 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: texlive-context-2010.ebuild ChangeLog
@ 2011-02-09 19:38 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-02-09 19:38 UTC (permalink / raw
To: gentoo-commits
aballier 11/02/09 19:38:38
Modified: texlive-context-2010.ebuild ChangeLog
Log:
Add dep on texlive-metapost, it was lost during the bump to 2010 somehoow... should fix bug #353963
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-texlive/texlive-context/texlive-context-2010.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild?r1=1.2&r2=1.3
Index: texlive-context-2010.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texlive-context-2010.ebuild 7 Nov 2010 19:48:45 -0000 1.2
+++ texlive-context-2010.ebuild 9 Feb 2011 19:38:38 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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-2010.ebuild,v 1.2 2010/11/07 19:48:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2010.ebuild,v 1.3 2011/02/09 19:38:38 aballier Exp $
EAPI="3"
@@ -19,6 +19,7 @@
>=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
"
1.39 dev-texlive/texlive-context/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 7 Nov 2010 19:48:45 -0000 1.38
+++ ChangeLog 9 Feb 2011 19:38:38 -0000 1.39
@@ -1,6 +1,11 @@
# ChangeLog for dev-texlive/texlive-context
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.38 2010/11/07 19:48:45 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.39 2011/02/09 19:38:38 aballier Exp $
+
+ 09 Feb 2011; Alexis Ballier <aballier@gentoo.org>
+ texlive-context-2010.ebuild:
+ Add dep on texlive-metapost, it was lost during the bump to 2010 somehoow...
+ should fix bug #353963
07 Nov 2010; Alexis Ballier <aballier@gentoo.org>
texlive-context-2010.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-09 19:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-07 19:48 [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: texlive-context-2010.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2011-02-09 19:38 Alexis Ballier (aballier)
2010-10-24 18:12 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