public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ryan Hill (dirtyepic)" <dirtyepic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/freetype: metadata.xml ChangeLog freetype-2.4.6.ebuild
Date: Sun, 21 Aug 2011 19:15:54 +0000 (UTC)	[thread overview]
Message-ID: <20110821191554.0ABAF2004C@flycatcher.gentoo.org> (raw)

dirtyepic    11/08/21 19:15:54

  Modified:             metadata.xml ChangeLog freetype-2.4.6.ebuild
  Log:
  Add missing app-arch/bzip2 dependency.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-libs/freetype/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/metadata.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/metadata.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/metadata.xml?r1=1.13&r2=1.14

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml	15 Jul 2010 05:32:36 -0000	1.13
+++ metadata.xml	21 Aug 2011 19:15:53 -0000	1.14
@@ -5,6 +5,7 @@
   <use>
 	<flag name="auto-hinter">Use the unpatented auto-hinter instead of the
 	(recommended) TrueType bytecode interpreter</flag>
+	<flag name="bzip2">Support bzip2 compressed PCF fonts.</flag>
 	<flag name="fontforge">Install internal headers required for TrueType
 	debugger in <pkg>media-gfx/fontforge</pkg> (built with
 	USE=truetype-debugger)</flag>



1.304                media-libs/freetype/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.304&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.304&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.303&r2=1.304

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog	19 Aug 2011 04:54:48 -0000	1.303
+++ ChangeLog	21 Aug 2011 19:15:53 -0000	1.304
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/freetype
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.303 2011/08/19 04:54:48 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.304 2011/08/21 19:15:53 dirtyepic Exp $
+
+  21 Aug 2011; Ryan Hill <dirtyepic@gentoo.org> freetype-2.4.6.ebuild,
+  metadata.xml:
+  Add missing app-arch/bzip2 dependency.
 
   19 Aug 2011; Ryan Hill <dirtyepic@gentoo.org> -freetype-2.4.4.ebuild:
   Remove old.



1.9                  media-libs/freetype/freetype-2.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.4.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.4.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.4.6.ebuild?r1=1.8&r2=1.9

Index: freetype-2.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- freetype-2.4.6.ebuild	14 Aug 2011 16:10:49 -0000	1.8
+++ freetype-2.4.6.ebuild	21 Aug 2011 19:15:53 -0000	1.9
@@ -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/media-libs/freetype/freetype-2.4.6.ebuild,v 1.8 2011/08/14 16:10:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.6.ebuild,v 1.9 2011/08/21 19:15:53 dirtyepic Exp $
 
 EAPI="4"
 
@@ -15,9 +15,10 @@
 LICENSE="FTL GPL-2"
 SLOT="2"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
-IUSE="X auto-hinter bindist debug doc fontforge static-libs utils"
+IUSE="X auto-hinter bindist bzip2 debug doc fontforge static-libs utils"
 
 DEPEND="sys-libs/zlib
+	bzip2? ( app-arch/bzip2 )
 	X?	( x11-libs/libX11
 		  x11-libs/libXau
 		  x11-libs/libXdmcp )"
@@ -73,7 +74,9 @@
 src_configure() {
 	append-flags -fno-strict-aliasing
 	type -P gmake &> /dev/null && export GNUMAKE=gmake
-	econf $(use_enable static-libs static)
+	econf \
+		$(use_enable static-libs static) \
+		$(use_with bzip2)
 }
 
 src_compile() {






                 reply	other threads:[~2011-08-21 19:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20110821191554.0ABAF2004C@flycatcher.gentoo.org \
    --to=dirtyepic@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