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

aballier    08/10/31 14:15:44

  Modified:             texlive-documentation-english-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-documentation-english/texlive-documentation-english-2008.ebuild

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

Index: texlive-documentation-english-2008.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/texlive-documentation-english-2008.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-documentation-english-2008.ebuild	9 Sep 2008 16:16:51 -0000	1.1
+++ texlive-documentation-english-2008.ebuild	31 Oct 2008 14:15:44 -0000	1.2
@@ -1,9 +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-documentation-english/texlive-documentation-english-2008.ebuild,v 1.1 2008/09/09 16:16:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/texlive-documentation-english-2008.ebuild,v 1.2 2008/10/31 14:15:44 aballier Exp $
 
-TEXLIVE_MODULES_DEPS="dev-texlive/texlive-documentation-base
-"
 TEXLIVE_MODULE_CONTENTS="AroBend FAQ-en MemoirChapStyles Type1fonts amslatex-primer compact components-of-TeX comprehensive dtxtut firststeps free-math-font-survey gentle guide-to-latex help impatient knuth l2tabu-english latex2e-help-texinfo latex-course latex-graphics-companion latex-web-companion lshort-english math-into-latex mathmode metafont-for-beginners metafp metapost-examples pdf-forms-tutorial-en pstricks-tutorial tamethebeast tds tex-refs texbytopic tlc2 truetype visualfaq webguide wp-conv xetexref collection-documentation-english
 "
 TEXLIVE_MODULE_DOC_CONTENTS="AroBend.doc FAQ-en.doc MemoirChapStyles.doc Type1fonts.doc amslatex-primer.doc compact.doc components-of-TeX.doc comprehensive.doc dtxtut.doc firststeps.doc free-math-font-survey.doc gentle.doc guide-to-latex.doc help.doc impatient.doc knuth.doc l2tabu-english.doc latex2e-help-texinfo.doc latex-course.doc latex-graphics-companion.doc latex-web-companion.doc lshort-english.doc math-into-latex.doc mathmode.doc metafont-for-beginners.doc metafp.doc metapost-examples.doc pdf-forms-tutorial-en.doc pstricks-tutorial.doc tamethebeast.doc tds.doc tex-refs.doc texbytopic.doc tlc2.doc truetype.doc visualfaq.doc webguide.doc wp-conv.doc xetexref.doc "
@@ -15,3 +13,6 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
+DEPEND=">=dev-texlive/texlive-documentation-base-2008
+"
+RDEPEND="${DEPEND}"



1.18                 dev-texlive/texlive-documentation-english/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	9 Sep 2008 18:03:31 -0000	1.17
+++ ChangeLog	31 Oct 2008 14:15:44 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-texlive/texlive-documentation-english
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 1.17 2008/09/09 18:03:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-english/ChangeLog,v 1.18 2008/10/31 14:15:44 aballier Exp $
+
+  31 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+  texlive-documentation-english-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-documentation-english-2007.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-31 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 14:15 [gentoo-commits] gentoo-x86 commit in dev-texlive/texlive-documentation-english: texlive-documentation-english-2008.ebuild ChangeLog 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