public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.8.0.ebuild ChangeLog fontconfig-2.7.2.ebuild fontconfig-2.5.0-r1.ebuild fontconfig-2.7.1-r1.ebuild
@ 2010-04-11  1:00 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2010-04-11  1:00 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/04/11 01:00:59

  Modified:             fontconfig-2.8.0.ebuild ChangeLog
  Removed:              fontconfig-2.7.2.ebuild fontconfig-2.5.0-r1.ebuild
                        fontconfig-2.7.1-r1.ebuild
  Log:
  Disable doc regeneration with USE="-doc" (bug #310157). Drop epunt_cxx
  call that hasn't been applying for a while now. Remove old.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-libs/fontconfig/fontconfig-2.8.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0.ebuild?r1=1.7&r2=1.8

Index: fontconfig-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fontconfig-2.8.0.ebuild	31 Mar 2010 16:40:22 -0000	1.7
+++ fontconfig-2.8.0.ebuild	11 Apr 2010 01:00:59 -0000	1.8
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0.ebuild,v 1.7 2010/03/31 16:40:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0.ebuild,v 1.8 2010/04/11 01:00:59 dirtyepic Exp $
 
 EAPI="2"
 
-inherit eutils libtool toolchain-funcs flag-o-matic
+inherit autotools eutils libtool toolchain-funcs flag-o-matic
 
 DESCRIPTION="A library for configuring and customizing font access"
 HOMEPAGE="http://fontconfig.org/"
@@ -29,8 +29,10 @@
 PDEPEND="app-admin/eselect-fontconfig"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-2.7.1-latin-reorder.patch	#130466
-	epunt_cxx	#74077
+	epatch "${FILESDIR}"/${PN}-2.7.1-latin-reorder.patch	# 130466
+	epatch "${FILESDIR}"/${PN}-2.3.2-docbook.patch			# 310157
+
+	eautoreconf
 
 	# Needed to get a sane .so versioning on fbsd, please dont drop
 	# If you have to run eautoreconf, you can also leave the elibtoolize call as
@@ -45,7 +47,9 @@
 		replace-flags -mtune=* -DMTUNE_CENSORED
 		replace-flags -march=* -DMARCH_CENSORED
 	fi
-	econf $(use_enable doc docs) \
+	econf \
+		$(use_enable doc docs) \
+		$(use_enable doc docbook) \
 		--localstatedir=/var \
 		--with-default-fonts=/usr/share/fonts \
 		--with-add-fonts=/usr/local/share/fonts \



1.146                media-libs/fontconfig/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	31 Mar 2010 16:40:22 -0000	1.145
+++ ChangeLog	11 Apr 2010 01:00:59 -0000	1.146
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/fontconfig
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.145 2010/03/31 16:40:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.146 2010/04/11 01:00:59 dirtyepic Exp $
+
+  11 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> -fontconfig-2.5.0-r1.ebuild,
+  -files/fontconfig-2.5.0-libtool-2.2.patch, -fontconfig-2.7.1-r1.ebuild,
+  -fontconfig-2.7.2.ebuild, fontconfig-2.8.0.ebuild:
+  Disable doc regeneration with USE="-doc" (bug #310157). Drop epunt_cxx
+  call that hasn't been applying for a while now. Remove old.
 
   31 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
   fontconfig-2.8.0.ebuild:






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

only message in thread, other threads:[~2010-04-11  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11  1:00 [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.8.0.ebuild ChangeLog fontconfig-2.7.2.ebuild fontconfig-2.5.0-r1.ebuild fontconfig-2.7.1-r1.ebuild Ryan Hill (dirtyepic)

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