public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Faulhammer (opfer)" <opfer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/dvipng: dvipng-1.11.ebuild ChangeLog
Date: Thu, 10 Jul 2008 08:17:50 +0000	[thread overview]
Message-ID: <E1KGrLa-0000On-Fu@stork.gentoo.org> (raw)

opfer       08/07/10 08:17:50

  Modified:             dvipng-1.11.ebuild ChangeLog
  Log:
  extended dependencies for USE=test as pointed out by ulm
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.12                 app-text/dvipng/dvipng-1.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild?r1=1.11&r2=1.12

Index: dvipng-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dvipng-1.11.ebuild	10 Jul 2008 01:20:31 -0000	1.11
+++ dvipng-1.11.ebuild	10 Jul 2008 08:17:49 -0000	1.12
@@ -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/app-text/dvipng/dvipng-1.11.ebuild,v 1.11 2008/07/10 01:20:31 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild,v 1.12 2008/07/10 08:17:49 opfer Exp $
 
 inherit eutils
 
@@ -20,7 +20,9 @@
 	truetype? ( >=media-libs/freetype-2.1.5 )"
 DEPEND="${RDEPEND}
 	virtual/texi2dvi
-	test? ( dev-texlive/texlive-fontsrecommended )"
+	test? ( ||
+		( dev-texlive/texlive-fontsrecommended app-text/tetex app-text/ptex )
+	)"
 
 pkg_setup() {
 	if ! built_with_use media-libs/gd jpeg png; then



1.41                 app-text/dvipng/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	10 Jul 2008 01:20:31 -0000	1.40
+++ ChangeLog	10 Jul 2008 08:17:49 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dvipng
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.40 2008/07/10 01:20:31 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.41 2008/07/10 08:17:49 opfer Exp $
+
+  10 Jul 2008; Christian Faulhammer <opfer@gentoo.org> dvipng-1.11.ebuild:
+  extended dependencies for USE=test as pointed out by ulm
 
   10 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> dvipng-1.11.ebuild:
   stable amd64, bug 230133



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-07-10  8:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-10  8:17 Christian Faulhammer (opfer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-18 19:27 [gentoo-commits] gentoo-x86 commit in app-text/dvipng: dvipng-1.11.ebuild ChangeLog Raul Porcel (armin76)
2009-03-11 18:35 Raul Porcel (armin76)
2008-07-17 18:54 Markus Rothe (corsair)
2008-07-10  1:20 Thomas Anderson (gentoofan23)
2008-07-09 22:12 Christian Faulhammer (opfer)
2008-07-09 13:38 Ulrich Mueller (ulm)
2008-07-02 16:16 Jeroen Roovers (jer)
2008-07-01 16:46 Raul Porcel (armin76)
2008-06-30 20:13 Gysbert Wassenaar (nixnut)
2008-06-30 17:51 Ferris McCormick (fmccor)
2008-06-30  6:22 Christian Faulhammer (opfer)
2008-05-31  8:39 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KGrLa-0000On-Fu@stork.gentoo.org \
    --to=opfer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox