public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
Date: Sun,  6 Mar 2011 13:13:51 +0000 (UTC)	[thread overview]
Message-ID: <20110306131351.F01BD20054@flycatcher.gentoo.org> (raw)

pacho       11/03/06 13:13:51

  Modified:             ChangeLog gtkmathview-0.8.0.ebuild
  Log:
  Fix building against libxml2[icu], bug #356095 by Joaquim Uchoa. Thanks a lot to yury fedorchenko for the patch.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	4 Feb 2011 11:20:34 -0000	1.36
+++ ChangeLog	6 Mar 2011 13:13:51 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.36 2011/02/04 11:20:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.37 2011/03/06 13:13:51 pacho Exp $
+
+  06 Mar 2011; Pacho Ramos <pacho@gentoo.org> gtkmathview-0.8.0.ebuild,
+  +files/gtkmathview-0.8.0-fix-template.patch:
+  Fix building against libxml2[icu], bug #356095 by Joaquim Uchoa. Thanks a lot
+  to yury fedorchenko for the patch.
 
   04 Feb 2011; Pacho Ramos <pacho@gentoo.org> gtkmathview-0.8.0.ebuild,
   metadata.xml:



1.13                 x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?r1=1.12&r2=1.13

Index: gtkmathview-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gtkmathview-0.8.0.ebuild	4 Feb 2011 11:20:34 -0000	1.12
+++ gtkmathview-0.8.0.ebuild	6 Mar 2011 13:13:51 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.12 2011/02/04 11:20:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.13 2011/03/06 13:13:51 pacho Exp $
 
 EAPI="3"
 
@@ -18,13 +18,13 @@
 
 RDEPEND=">=dev-libs/glib-2.2.1:2
 	>=dev-libs/popt-1.7
-	>=dev-libs/libxml2-2.6.7
+	>=dev-libs/libxml2-2.6.7:2
 	gtk? ( >=x11-libs/gtk+-2.2.1:2
-		>=media-libs/t1lib-5
+		>=media-libs/t1lib-5:5
 		>=dev-libs/gmetadom-0.1.8
 		x11-libs/pango )
 	mathml? ( media-fonts/texcm-ttf )
-	t1lib?	( >=media-libs/t1lib-5 )"
+	t1lib?	( >=media-libs/t1lib-5:5 )"
 DEPEND="${RDEPEND}
 		dev-util/pkgconfig"
 
@@ -32,6 +32,9 @@
 	epatch "${FILESDIR}"/${P}-gcc43.patch \
 		"${FILESDIR}"/${P}-gcc44.patch \
 		"${FILESDIR}"/${P}-cond-t1.patch
+
+	# Fix building against libxml2[icu], bug #356095
+	epatch "${FILESDIR}"/${P}-fix-template.patch
 }
 
 src_configure() {






             reply	other threads:[~2011-03-06 13:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-06 13:13 Pacho Ramos (pacho) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-05-10 15:53 [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild Samuli Suominen (ssuominen)
2008-11-22 16:54 Jeroen Roovers (jer)
2008-11-12 10:54 Mart Raudsepp (leio)
2008-11-05 21:56 Markus Meier (maekke)
2008-11-03  5:50 Mart Raudsepp (leio)
2008-06-02 20:25 Gilles Dartiguelongue (eva)

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=20110306131351.F01BD20054@flycatcher.gentoo.org \
    --to=pacho@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