public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: ChangeLog texinfo-4.11-r1.ebuild
Date: Sun, 23 Mar 2008 18:37:53 +0000	[thread overview]
Message-ID: <E1JdV4r-0006BH-Dw@stork.gentoo.org> (raw)

vapier      08/03/23 18:37:53

  Modified:             ChangeLog texinfo-4.11-r1.ebuild
  Log:
  Fix from upstream for test failure when tex isnt installed #195313 by Ryan Hill.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.89                 sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	12 Nov 2007 07:25:39 -0000	1.88
+++ ChangeLog	23 Mar 2008 18:37:52 -0000	1.89
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/texinfo
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.88 2007/11/12 07:25:39 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.89 2008/03/23 18:37:52 vapier Exp $
+
+  23 Mar 2008; Mike Frysinger <vapier@gentoo.org>
+  +files/texinfo-4.11-test-tex.patch, texinfo-4.11-r1.ebuild:
+  Fix from upstream for test failure when tex isnt installed #195313 by Ryan
+  Hill.
 
 *texinfo-4.11-r1 (12 Nov 2007)
 



1.2                  sys-apps/texinfo/texinfo-4.11-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild?r1=1.1&r2=1.2

Index: texinfo-4.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texinfo-4.11-r1.ebuild	12 Nov 2007 07:25:39 -0000	1.1
+++ texinfo-4.11-r1.ebuild	23 Mar 2008 18:37:52 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v 1.1 2007/11/12 07:25:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11-r1.ebuild,v 1.2 2008/03/23 18:37:52 vapier Exp $
 
 inherit flag-o-matic
 
@@ -25,6 +25,7 @@
 	# pull in ctype.h for misc string function prototypes
 	sed -i '1i#include <ctype.h>' system.h
 	epatch "${FILESDIR}"/${P}-dir-entry.patch #198545
+	epatch "${FILESDIR}"/${P}-test-tex.patch #195313
 
 	# FreeBSD requires install-sh, but usptream don't have it marked
 	# exec, #195076



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



             reply	other threads:[~2008-03-23 18:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-23 18:37 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-19  6:57 [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: ChangeLog texinfo-4.11-r1.ebuild Mike Frysinger (vapier)
2008-04-19  6:53 Mike Frysinger (vapier)
2008-04-03 14:12 Brent Baude (ranger)
2008-03-30  9:40 Raul Porcel (armin76)
2008-03-29 21:14 Mike Frysinger (vapier)
2008-03-29 12:43 Dawid Weglinski (cla)
2008-03-27 13:59 Raul Porcel (armin76)
2008-03-26 17:00 Markus Rothe (corsair)
2008-03-26 13:02 Jeroen Roovers (jer)
2007-11-12  7:25 Mike Frysinger (vapier)

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=E1JdV4r-0006BH-Dw@stork.gentoo.org \
    --to=vapier@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