diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 08:33:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 08:33:17 +0000 |
commit | 86e6fdfca957d011937843317961efe2a1bfdd18 (patch) | |
tree | f15b19c850436e35b618ed5eefecad2ecafe0ec9 /media-libs/sdl-image | |
parent | stable x86, security bug #159178 (diff) | |
download | gentoo-2-86e6fdfca957d011937843317961efe2a1bfdd18.tar.gz gentoo-2-86e6fdfca957d011937843317961efe2a1bfdd18.tar.bz2 gentoo-2-86e6fdfca957d011937843317961efe2a1bfdd18.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild | 11 |
2 files changed, 8 insertions, 11 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog index f2a5511ffebd..fad62d12caf2 100644 --- a/media-libs/sdl-image/ChangeLog +++ b/media-libs/sdl-image/ChangeLog @@ -1,6 +1,10 @@ # 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: diff --git a/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild index 56d277bc9d26..d935c60fd03d 100644 --- a/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild @@ -1,8 +1,7 @@ -# 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} @@ -21,12 +20,6 @@ DEPEND="sys-libs/zlib jpeg? ( >=media-libs/jpeg-6b ) tiff? ( media-libs/tiff )" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_compile() { econf \ $(use_enable gif) \ |