public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2009.ebuild
@ 2010-01-14  8:47 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-01-14  8:47 UTC (permalink / raw
  To: gentoo-commits

aballier    10/01/14 08:47:03

  Modified:             ChangeLog texlive-context-2009.ebuild
  Log:
  Add a small hack to avoid file collisions
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-texlive/texlive-context/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	11 Jan 2010 03:06:39 -0000	1.33
+++ ChangeLog	14 Jan 2010 08:47:02 -0000	1.34
@@ -1,6 +1,10 @@
 # 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.33 2010/01/11 03:06:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.34 2010/01/14 08:47:02 aballier Exp $
+
+  14 Jan 2010; Alexis Ballier <aballier@gentoo.org>
+  texlive-context-2009.ebuild:
+  Add a small hack to avoid file collisions
 
 *texlive-context-2009 (11 Jan 2010)
 



1.2                  dev-texlive/texlive-context/texlive-context-2009.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?r1=1.1&r2=1.2

Index: texlive-context-2009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-context-2009.ebuild	11 Jan 2010 03:06:39 -0000	1.1
+++ texlive-context-2009.ebuild	14 Jan 2010 08:47:02 -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-2009.ebuild,v 1.1 2010/01/11 03:06:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v 1.2 2010/01/14 08:47:02 aballier Exp $
 
 TEXLIVE_MODULE_CONTENTS="context jmn lmextra context-account context-algorithmic context-bnf context-chromato context-construction-plan context-degrade context-fixme context-french context-games context-gnuplot context-letter context-lettrine context-lilypond context-mathsets context-notes-zh-cn context-simplefonts context-simpleslides context-top-ten context-typearea context-typescripts context-vim collection-context
 "
@@ -24,3 +24,15 @@
 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: ChangeLog texlive-context-2009.ebuild
@ 2010-01-25 14:11 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-01-25 14:11 UTC (permalink / raw
  To: gentoo-commits

aballier    10/01/25 14:11:30

  Modified:             ChangeLog texlive-context-2009.ebuild
  Log:
  license update
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-texlive/texlive-context/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	14 Jan 2010 08:47:02 -0000	1.34
+++ ChangeLog	25 Jan 2010 14:11:30 -0000	1.35
@@ -1,6 +1,10 @@
 # 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.34 2010/01/14 08:47:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.35 2010/01/25 14:11:30 aballier Exp $
+
+  25 Jan 2010; Alexis Ballier <aballier@gentoo.org>
+  texlive-context-2009.ebuild:
+  license update
 
   14 Jan 2010; Alexis Ballier <aballier@gentoo.org>
   texlive-context-2009.ebuild:



1.3                  dev-texlive/texlive-context/texlive-context-2009.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?r1=1.2&r2=1.3

Index: texlive-context-2009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texlive-context-2009.ebuild	14 Jan 2010 08:47:02 -0000	1.2
+++ texlive-context-2009.ebuild	25 Jan 2010 14:11:30 -0000	1.3
@@ -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-2009.ebuild,v 1.2 2010/01/14 08:47:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v 1.3 2010/01/25 14:11:30 aballier Exp $
 
 TEXLIVE_MODULE_CONTENTS="context jmn lmextra context-account context-algorithmic context-bnf context-chromato context-construction-plan context-degrade context-fixme context-french context-games context-gnuplot context-letter context-lettrine context-lilypond context-mathsets context-notes-zh-cn context-simplefonts context-simpleslides context-top-ten context-typearea context-typescripts context-vim collection-context
 "
@@ -9,7 +9,7 @@
 inherit texlive-module
 DESCRIPTION="TeXLive ConTeXt format"
 
-LICENSE="GPL-2 as-is FDL-1.1 freedist GPL-1 GPL-2 public-domain "
+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=""






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2009.ebuild
@ 2010-02-02 21:02 Jonathan Callen (abcd)
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-02 21:02 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/02 21:02:42

  Modified:             ChangeLog texlive-context-2009.ebuild
  Log:
  Add ~amd64-linux/~x86-linux keywords, prefix support
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.36                 dev-texlive/texlive-context/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	25 Jan 2010 14:11:30 -0000	1.35
+++ ChangeLog	2 Feb 2010 21:02:42 -0000	1.36
@@ -1,6 +1,10 @@
 # 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.35 2010/01/25 14:11:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.36 2010/02/02 21:02:42 abcd Exp $
+
+  02 Feb 2010; Jonathan Callen <abcd@gentoo.org>
+  texlive-context-2009.ebuild:
+  Add ~amd64-linux/~x86-linux keywords, prefix support
 
   25 Jan 2010; Alexis Ballier <aballier@gentoo.org>
   texlive-context-2009.ebuild:



1.4                  dev-texlive/texlive-context/texlive-context-2009.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild?r1=1.3&r2=1.4

Index: texlive-context-2009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- texlive-context-2009.ebuild	25 Jan 2010 14:11:30 -0000	1.3
+++ texlive-context-2009.ebuild	2 Feb 2010 21:02:42 -0000	1.4
@@ -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-2009.ebuild,v 1.3 2010/01/25 14:11:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2009.ebuild,v 1.4 2010/02/02 21:02:42 abcd Exp $
 
 TEXLIVE_MODULE_CONTENTS="context jmn lmextra context-account context-algorithmic context-bnf context-chromato context-construction-plan context-degrade context-fixme context-french context-games context-gnuplot context-letter context-lettrine context-lilypond context-mathsets context-notes-zh-cn context-simplefonts context-simpleslides context-top-ten context-typearea context-typescripts context-vim collection-context
 "
@@ -11,7 +11,7 @@
 
 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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-metapost-2009
 >=dev-texlive/texlive-basic-2009
@@ -31,8 +31,10 @@
 # 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"
+	use prefix || EPREFIX=
+
+	if [ -f "${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/metafun.log" ]; then
+		einfo "Removing ${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/metafun.log"
+		rm -f "${ROOT%/}${EPREFIX}/var/lib/texmf/web2c/metapost/metafun.log"
 	fi
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-02 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 14:11 [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: ChangeLog texlive-context-2009.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-02 21:02 Jonathan Callen (abcd)
2010-01-14  8:47 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