public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/dia: dia-0.96.1.ebuild dia-0.95.1.ebuild ChangeLog
@ 2008-03-09 16:21 Mart Raudsepp (leio)
  0 siblings, 0 replies; only message in thread
From: Mart Raudsepp (leio) @ 2008-03-09 16:21 UTC (permalink / raw
  To: gentoo-commits

leio        08/03/09 16:21:34

  Modified:             dia-0.96.1.ebuild dia-0.95.1.ebuild ChangeLog
  Log:
  Fix build with newer intltool, bug 199598
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  app-office/dia/dia-0.96.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/dia-0.96.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/dia-0.96.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/dia-0.96.1.ebuild?r1=1.2&r2=1.3

Index: dia-0.96.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.96.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dia-0.96.1.ebuild	17 Nov 2007 18:30:06 -0000	1.2
+++ dia-0.96.1.ebuild	9 Mar 2008 16:21:33 -0000	1.3
@@ -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/app-office/dia/dia-0.96.1.ebuild,v 1.2 2007/11/17 18:30:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.96.1.ebuild,v 1.3 2008/03/09 16:21:33 leio Exp $
 
 inherit eutils gnome2 libtool autotools versionator
 
@@ -60,4 +60,5 @@
 	sed -i -e '/AM_CHECK_PYMOD/d' configure.in
 
 	eautoreconf
+	intltoolize --force || die "intltoolize failed"
 }



1.11                 app-office/dia/dia-0.95.1.ebuild

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

Index: dia-0.95.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.95.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dia-0.95.1.ebuild	10 Mar 2007 12:16:06 -0000	1.10
+++ dia-0.95.1.ebuild	9 Mar 2008 16:21:33 -0000	1.11
@@ -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/app-office/dia/dia-0.95.1.ebuild,v 1.10 2007/03/10 12:16:06 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.95.1.ebuild,v 1.11 2008/03/09 16:21:33 leio Exp $
 
 inherit eutils gnome2 libtool autotools versionator
 
@@ -54,4 +54,5 @@
 	sed -i -e '/AM_CHECK_PYMOD/d' configure.in
 
 	eautoreconf
+	intltoolize --force || die "intltoolize failed"
 }



1.99                 app-office/dia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	17 Nov 2007 18:30:06 -0000	1.98
+++ ChangeLog	9 Mar 2008 16:21:33 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/dia
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.98 2007/11/17 18:30:06 eva Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.99 2008/03/09 16:21:33 leio Exp $
+
+  09 Mar 2008; Mart Raudsepp <leio@gentoo.org> dia-0.95.1.ebuild,
+  dia-0.96.1.ebuild:
+  Fix build with newer intltool, bug 199598
 
   17 Nov 2007; Gilles Dartiguelongue <eva@gentoo.org> dia-0.96.1.ebuild:
   added conditional doc generation, fix bug #199412



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



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

only message in thread, other threads:[~2008-03-09 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-09 16:21 [gentoo-commits] gentoo-x86 commit in app-office/dia: dia-0.96.1.ebuild dia-0.95.1.ebuild ChangeLog Mart Raudsepp (leio)

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