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

aballier    08/10/31 14:12:56

  Modified:             texlive-context-2008.ebuild ChangeLog
  Log:
  Use stricter deps for texlive 2008 to require the 2008 version of a package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND fields
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64)

Revision  Changes    Path
1.2                  dev-texlive/texlive-context/texlive-context-2008.ebuild

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

Index: texlive-context-2008.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-context-2008.ebuild	9 Sep 2008 16:13:36 -0000	1.1
+++ texlive-context-2008.ebuild	31 Oct 2008 14:12:56 -0000	1.2
@@ -1,11 +1,7 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.1 2008/09/09 16:13:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.2 2008/10/31 14:12:56 aballier Exp $
 
-TEXLIVE_MODULES_DEPS="dev-texlive/texlive-metapost
-dev-texlive/texlive-basic
-dev-texlive/texlive-latex
-"
 TEXLIVE_MODULE_CONTENTS="context jmn lmextra bin-context context-account context-bnf context-chromato context-construction-plan context-degrade context-french context-letter context-lettrine context-lilypond context-mathsets context-taspresent context-typearea context-vim collection-context
 "
 TEXLIVE_MODULE_DOC_CONTENTS="context.doc bin-context.doc context-account.doc context-bnf.doc context-chromato.doc context-construction-plan.doc context-degrade.doc context-french.doc context-letter.doc context-lettrine.doc context-lilypond.doc context-mathsets.doc context-taspresent.doc context-typearea.doc context-vim.doc "
@@ -17,6 +13,11 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
+DEPEND=">=dev-texlive/texlive-metapost-2008
+>=dev-texlive/texlive-basic-2008
+>=dev-texlive/texlive-latex-2008
+"
+RDEPEND="${DEPEND}"
 TL_CONTEXT_UNIX_STUBS="context ctxtools exatools luatools makempy mpstools mptopdf mtxrun mtxtools pdftools pdftrimwhite pstopdf rlxtools runtools texexec texfind texfont texshow textools texutil tmftools xmltools"
 TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/context/ruby/texmfstart.rb"
 for i in ${TL_CONTEXT_UNIX_STUBS} ; do



1.20                 dev-texlive/texlive-context/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	9 Sep 2008 18:00:16 -0000	1.19
+++ ChangeLog	31 Oct 2008 14:12:56 -0000	1.20
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-context
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.19 2008/09/09 18:00:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.20 2008/10/31 14:12:56 aballier Exp $
+
+  31 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+  texlive-context-2008.ebuild:
+  Use stricter deps for texlive 2008 to require the 2008 version of a
+  package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND
+  fields
 
   09 Sep 2008; Alexis Ballier <aballier@gentoo.org>
   texlive-context-2007.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: texlive-context-2008.ebuild ChangeLog
@ 2008-11-03 10:01 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-11-03 10:01 UTC (permalink / raw
  To: gentoo-commits

aballier    08/11/03 10:01:50

  Modified:             texlive-context-2008.ebuild ChangeLog
  Log:
  We still need to RDEPEND on ruby for the 2008 version...
  (Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)

Revision  Changes    Path
1.3                  dev-texlive/texlive-context/texlive-context-2008.ebuild

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

Index: texlive-context-2008.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texlive-context-2008.ebuild	31 Oct 2008 14:12:56 -0000	1.2
+++ texlive-context-2008.ebuild	3 Nov 2008 10:01:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.2 2008/10/31 14:12:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.3 2008/11/03 10:01:50 aballier Exp $
 
 TEXLIVE_MODULE_CONTENTS="context jmn lmextra bin-context context-account context-bnf context-chromato context-construction-plan context-degrade context-french context-letter context-lettrine context-lilypond context-mathsets context-taspresent context-typearea context-vim collection-context
 "
@@ -17,7 +17,8 @@
 >=dev-texlive/texlive-basic-2008
 >=dev-texlive/texlive-latex-2008
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND} dev-lang/ruby
+"
 TL_CONTEXT_UNIX_STUBS="context ctxtools exatools luatools makempy mpstools mptopdf mtxrun mtxtools pdftools pdftrimwhite pstopdf rlxtools runtools texexec texfind texfont texshow textools texutil tmftools xmltools"
 TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/context/ruby/texmfstart.rb"
 for i in ${TL_CONTEXT_UNIX_STUBS} ; do



1.21                 dev-texlive/texlive-context/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Oct 2008 14:12:56 -0000	1.20
+++ ChangeLog	3 Nov 2008 10:01:50 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-texlive/texlive-context
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.20 2008/10/31 14:12:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.21 2008/11/03 10:01:50 aballier Exp $
+
+  03 Nov 2008; Alexis Ballier <aballier@gentoo.org>
+  texlive-context-2008.ebuild:
+  We still need to RDEPEND on ruby for the 2008 version...
 
   31 Oct 2008; Alexis Ballier <aballier@gentoo.org>
   texlive-context-2008.ebuild:






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

end of thread, other threads:[~2008-11-03 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 14:12 [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-context: texlive-context-2008.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-03 10:01 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