public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
@ 2009-05-10 15:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-10 15:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/10 15:53:42

  Modified:             ChangeLog gtkmathview-0.8.0.ebuild
  Log:
  Fix compile with GCC 4.4 wrt #267472, thanks to John Keeping.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	22 Nov 2008 16:54:44 -0000	1.33
+++ ChangeLog	10 May 2009 15:53:42 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtkmathview
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.33 2008/11/22 16:54:44 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.34 2009/05/10 15:53:42 ssuominen Exp $
+
+  10 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+  gtkmathview-0.8.0.ebuild, +files/gtkmathview-0.8.0-gcc44.patch:
+  Fix compile with GCC 4.4 wrt #267472, thanks to John Keeping.
 
   22 Nov 2008; Jeroen Roovers <jer@gentoo.org> gtkmathview-0.8.0.ebuild:
   Stable for HPPA (bug #245303).



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?r1=1.9&r2=1.10

Index: gtkmathview-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gtkmathview-0.8.0.ebuild	22 Nov 2008 16:54:44 -0000	1.9
+++ gtkmathview-0.8.0.ebuild	10 May 2009 15:53:42 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.9 2008/11/22 16:54:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.10 2009/05/10 15:53:42 ssuominen Exp $
 
 inherit eutils
 
@@ -31,8 +31,9 @@
 	unpack ${A}
 	cd "${S}"
 
-	epatch "${FILESDIR}/${P}-gcc43.patch"
-	epatch "${FILESDIR}/${P}-cond-t1.patch"
+	epatch "${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-gcc44.patch \
+		"${FILESDIR}"/${P}-cond-t1.patch
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
@ 2011-03-06 13:13 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2011-03-06 13:13 UTC (permalink / raw
  To: gentoo-commits

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() {






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
@ 2008-11-22 16:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-11-22 16:54 UTC (permalink / raw
  To: gentoo-commits

jer         08/11/22 16:54:44

  Modified:             ChangeLog gtkmathview-0.8.0.ebuild
  Log:
  Stable for HPPA (bug #245303).
  (Portage version: 2.2_rc14/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.33                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	13 Nov 2008 02:58:31 -0000	1.32
+++ ChangeLog	22 Nov 2008 16:54:44 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.32 2008/11/13 02:58:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.33 2008/11/22 16:54:44 jer Exp $
+
+  22 Nov 2008; Jeroen Roovers <jer@gentoo.org> gtkmathview-0.8.0.ebuild:
+  Stable for HPPA (bug #245303).
 
   13 Nov 2008; Brent Baude <ranger@gentoo.org> gtkmathview-0.8.0.ebuild:
   stable ppc64, bug 245303



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?r1=1.8&r2=1.9

Index: gtkmathview-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gtkmathview-0.8.0.ebuild	13 Nov 2008 02:58:31 -0000	1.8
+++ gtkmathview-0.8.0.ebuild	22 Nov 2008 16:54:44 -0000	1.9
@@ -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/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.8 2008/11/13 02:58:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.9 2008/11/22 16:54:44 jer Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="gtk svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
@ 2008-11-12 10:54 Mart Raudsepp (leio)
  0 siblings, 0 replies; 7+ messages in thread
From: Mart Raudsepp (leio) @ 2008-11-12 10:54 UTC (permalink / raw
  To: gentoo-commits

leio        08/11/12 10:54:24

  Modified:             ChangeLog gtkmathview-0.8.0.ebuild
  Log:
  Fix a QA warning regarding use_enable debug and missing IUSE=debug by removing it as it would do nothing useful that our CFLAGS can't do anyway, bug 246214
  (Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo-r1 x86_64)

Revision  Changes    Path
1.31                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	8 Nov 2008 17:26:37 -0000	1.30
+++ ChangeLog	12 Nov 2008 10:54:24 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.30 2008/11/08 17:26:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.31 2008/11/12 10:54:24 leio Exp $
+
+  12 Nov 2008; Mart Raudsepp <leio@gentoo.org> gtkmathview-0.8.0.ebuild:
+  Fix a QA warning regarding use_enable debug and missing IUSE=debug by
+  removing it as it would do nothing useful that our CFLAGS can't do anyway,
+  bug 246214
 
   08 Nov 2008; Raúl Porcel <armin76@gentoo.org> gtkmathview-0.8.0.ebuild:
   alpha/ia64/sparc stable wrt #245303



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?r1=1.6&r2=1.7

Index: gtkmathview-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtkmathview-0.8.0.ebuild	8 Nov 2008 17:26:37 -0000	1.6
+++ gtkmathview-0.8.0.ebuild	12 Nov 2008 10:54:24 -0000	1.7
@@ -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/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.6 2008/11/08 17:26:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.7 2008/11/12 10:54:24 leio Exp $
 
 inherit eutils
 
@@ -38,19 +38,18 @@
 src_compile() {
 	# --disable-popt will build only the library and not the frontend
 	# TFM is needed for SVG, default value is 2
-	econf $(use_enable debug) \
-		  $(use_enable gtk) $(use_enable gtk gmetadom) \
-		  $(use_enable svg) \
-		  $(use_with t1lib) \
-		  --enable-popt \
-		  --enable-libxml2 \
-		  --enable-libxml2-reader \
-		  --enable-ps \
-		  --enable-tfm=2 \
-		  --enable-builder-cache \
-		  --enable-breaks \
-		  --enable-boxml \
-		  || die "configure failed"
+	econf $(use_enable gtk) $(use_enable gtk gmetadom) \
+		$(use_enable svg) \
+		$(use_with t1lib) \
+		--enable-popt \
+		--enable-libxml2 \
+		--enable-libxml2-reader \
+		--enable-ps \
+		--enable-tfm=2 \
+		--enable-builder-cache \
+		--enable-breaks \
+		--enable-boxml \
+		|| die "configure failed"
 	emake || die "make failed"
 }
 






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
@ 2008-11-05 21:56 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2008-11-05 21:56 UTC (permalink / raw
  To: gentoo-commits

maekke      08/11/05 21:56:00

  Modified:             ChangeLog gtkmathview-0.8.0.ebuild
  Log:
  amd64/x86 stable, bug #245303
  (Portage version: 2.2_rc13/cvs/Linux 2.6.26.7 x86_64)

Revision  Changes    Path
1.28                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	3 Nov 2008 05:50:56 -0000	1.27
+++ ChangeLog	5 Nov 2008 21:56:00 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.27 2008/11/03 05:50:56 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.28 2008/11/05 21:56:00 maekke Exp $
+
+  05 Nov 2008; Markus Meier <maekke@gentoo.org> gtkmathview-0.8.0.ebuild:
+  amd64/x86 stable, bug #245303
 
   03 Nov 2008; Mart Raudsepp <leio@gentoo.org> gtkmathview-0.8.0.ebuild:
   Correct license - 0.8 was relicensed from GPL-2 to LGPL-3, not GPL-3



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?r1=1.3&r2=1.4

Index: gtkmathview-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtkmathview-0.8.0.ebuild	3 Nov 2008 05:50:56 -0000	1.3
+++ gtkmathview-0.8.0.ebuild	5 Nov 2008 21:56:00 -0000	1.4
@@ -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/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.3 2008/11/03 05:50:56 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.4 2008/11/05 21:56:00 maekke Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
@ 2008-11-03  5:50 Mart Raudsepp (leio)
  0 siblings, 0 replies; 7+ messages in thread
From: Mart Raudsepp (leio) @ 2008-11-03  5:50 UTC (permalink / raw
  To: gentoo-commits

leio        08/11/03 05:50:56

  Modified:             ChangeLog gtkmathview-0.8.0.ebuild
  Log:
  Correct license - 0.8 was relicensed from GPL-2 to LGPL-3, not GPL-3
  (Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.27                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Aug 2008 03:22:24 -0000	1.26
+++ ChangeLog	3 Nov 2008 05:50:56 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.26 2008/08/16 03:22:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.27 2008/11/03 05:50:56 leio Exp $
+
+  03 Nov 2008; Mart Raudsepp <leio@gentoo.org> gtkmathview-0.8.0.ebuild:
+  Correct license - 0.8 was relicensed from GPL-2 to LGPL-3, not GPL-3
 
   16 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
   add GLEP 56 USE flag desc from use.local.desc



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?r1=1.2&r2=1.3

Index: gtkmathview-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtkmathview-0.8.0.ebuild	26 Jun 2008 18:58:59 -0000	1.2
+++ gtkmathview-0.8.0.ebuild	3 Nov 2008 05:50:56 -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/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.2 2008/06/26 18:58:59 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild,v 1.3 2008/11/03 05:50:56 leio Exp $
 
 inherit eutils
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://helm.cs.unibo.it/mml-widget/"
 SRC_URI="http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="LGPL-3"
 
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild
@ 2008-06-02 20:25 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-06-02 20:25 UTC (permalink / raw
  To: gentoo-commits

eva         08/06/02 20:25:45

  Modified:             ChangeLog
  Added:                gtkmathview-0.8.0.ebuild
  Log:
  bump to 0.8.0. Add fixes for gcc 4.3, bug #215965, clean up style and logic.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.23                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	7 Dec 2006 19:39:43 -0000	1.22
+++ ChangeLog	2 Jun 2008 20:25:45 -0000	1.23
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/gtkmathview
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.22 2006/12/07 19:39:43 mr_bones_ Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.23 2008/06/02 20:25:45 eva Exp $
+
+*gtkmathview-0.8.0 (02 Jun 2008)
+
+  02 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +files/gtkmathview-0.8.0-gcc43.patch, +gtkmathview-0.8.0.ebuild:
+  bump to 0.8.0. Add fixes for gcc 4.3, bug #215965, clean up style and
+  logic.
 
   07 Dec 2006; Michael Sterrett <mr_bones_@gentoo.org>
   -gtkmathview-0.5.1.ebuild, -gtkmathview-0.5.2.ebuild,



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0.ebuild?rev=1.1&content-type=text/plain

Index: gtkmathview-0.8.0.ebuild
===================================================================
# Copyright 1999-2008 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.1 2008/06/02 20:25:45 eva Exp $

inherit eutils

DESCRIPTION="Rendering engine for MathML documents"
HOMEPAGE="http://helm.cs.unibo.it/mml-widget/"
SRC_URI="http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz"

LICENSE="GPL-3"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gtk svg t1lib"

RDEPEND=">=dev-libs/glib-2.2.1
		 >=dev-libs/popt-1.7
		 >=dev-libs/libxml2-2.6.7
		 gtk?	(
		 			>=x11-libs/gtk+-2.2.1
					>=media-libs/t1lib-5
		 			>=dev-libs/gmetadom-0.1.8
					  x11-libs/pango
				)
		 t1lib?	( >=media-libs/t1lib-5 )"
DEPEND="${RDEPEND}
		dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/${P}-gcc43.patch"
}

src_compile() {
	# --disable-popt will build only the library and not the frontend
	# TFM is needed for SVG, default value is 2
	econf $(use_enable debug) \
		  $(use_enable gtk) $(use_enable gtk gmetadom) \
		  $(use_enable svg) \
		  $(use_with t1lib) \
		  --enable-popt \
		  --enable-libxml2 \
		  --enable-libxml2-reader \
		  --enable-ps \
		  --enable-tfm=2 \
		  --enable-builder-cache \
		  --enable-breaks \
		  --enable-boxml \
		  || die "configure failed"
	emake || die "make failed"
}

src_install() {
	emake install DESTDIR="${D}" || die "install failed"
	dodoc ANNOUNCEMENT AUTHORS BUGS CONTRIBUTORS ChangeLog HISTORY NEWS TODO
}



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



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

end of thread, other threads:[~2011-03-06 13:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-10 15:53 [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-06 13:13 Pacho Ramos (pacho)
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)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox