# ChangeLog for media-libs/sdl-image
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.38 2006/10/31 01:00:06 nyhm Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.39 2007/01/05 08:33:17 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ sdl-image-1.2.3-r1.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
31 Oct 2006; Tristan Heaven <nyhm@gentoo.org> sdl-image-1.2.5.ebuild,
sdl-image-1.2.5-r1.ebuild:
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild,v 1.6 2005/01/07 19:15:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild,v 1.7 2007/01/05 08:33:17 flameeyes Exp $
-inherit gnuconfig
MY_P="${P/sdl-/SDL_}"
S=${WORKDIR}/${MY_P}
jpeg? ( >=media-libs/jpeg-6b )
tiff? ( media-libs/tiff )"
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_compile() {
econf \
$(use_enable gif) \
# ChangeLog for media-libs/t1lib
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.52 2006/12/07 22:41:33 mr_bones_ Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.53 2007/01/05 08:35:17 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> t1lib-1.3.1.ebuild,
+ t1lib-5.0.2.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
07 Dec 2006; Michael Sterrett <mr_bones_@gentoo.org>
-t1lib-5.0.0-r2.ebuild, -t1lib-5.0.1.ebuild:
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.1.ebuild,v 1.28 2006/10/28 17:15:57 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.1.ebuild,v 1.29 2007/01/05 08:35:17 flameeyes Exp $
-inherit gnuconfig eutils
+inherit eutils
IUSE="X"
src_unpack() {
unpack ${A}
- gnuconfig_update
cd "${S}"
epatch "${FILESDIR}/${P}-asneeded.patch"
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2.ebuild,v 1.27 2006/10/28 17:21:43 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2.ebuild,v 1.28 2007/01/05 08:35:17 flameeyes Exp $
-inherit eutils gnuconfig flag-o-matic libtool toolchain-funcs
+inherit eutils flag-o-matic libtool toolchain-funcs
DESCRIPTION="A Type 1 Font Rasterizer Library for UNIX/X11"
HOMEPAGE="ftp://metalab.unc.edu/pub/Linux/libs/graphics/"
src_unpack() {
unpack ${A}
- if use amd64 || use alpha || use ppc64 || use ppc-macos; then
- gnuconfig_update || die "gnuconfig_update failed"
- fi
use ppc-macos && darwintoolize
cd ${S}
epatch "${FILESDIR}/${P}-gentoo.diff"