From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MMXhI-00014Z-BT for garchives@archives.gentoo.org; Fri, 03 Jul 2009 01:36:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EACE4E0746; Fri, 3 Jul 2009 01:36:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A9646E0746 for ; Fri, 3 Jul 2009 01:36:15 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5AE346765C for ; Fri, 3 Jul 2009 01:36:15 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MMXhH-00027Z-2v for gentoo-commits@lists.gentoo.org; Fri, 03 Jul 2009 01:36:15 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/imlib2: imlib2-1.4.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: imlib2-1.4.2-r1.ebuild ChangeLog X-VCS-Directories: media-libs/imlib2 X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Fri, 03 Jul 2009 01:36:15 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cb006dd2-12f3-481b-848b-ea178caf660d X-Archives-Hash: fd3a64207d4870e5d8a321efb489972e vapier 09/07/03 01:36:15 Modified: imlib2-1.4.2-r1.ebuild ChangeLog Log: Make sure bumpmap is linked with -lm #276285 by Christian Ruppert. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.7 media-libs/imlib2/imlib2-1.4.2-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/= imlib2-1.4.2-r1.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/= imlib2-1.4.2-r1.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/= imlib2-1.4.2-r1.ebuild?r1=3D1.6&r2=3D1.7 Index: imlib2-1.4.2-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuil= d,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- imlib2-1.4.2-r1.ebuild 7 Dec 2008 11:30:44 -0000 1.6 +++ imlib2-1.4.2-r1.ebuild 3 Jul 2009 01:36:14 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebu= ild,v 1.6 2008/12/07 11:30:44 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebu= ild,v 1.7 2009/07/03 01:36:14 vapier Exp $ =20 inherit enlightenment toolchain-funcs eutils =20 @@ -25,6 +25,7 @@ unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-CVE-2008-5187.patch #248057 + sed -i '/bumpmap_la_LIBADD/s:$: -lm:' src/modules/filters/Makefile.in #= 276285 } =20 src_compile() { 1.92 media-libs/imlib2/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/= ChangeLog?rev=3D1.92&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/= ChangeLog?rev=3D1.92&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/= ChangeLog?r1=3D1.91&r2=3D1.92 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- ChangeLog 29 May 2009 20:23:25 -0000 1.91 +++ ChangeLog 3 Jul 2009 01:36:15 -0000 1.92 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/imlib2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.91 20= 09/05/29 20:23:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.92 20= 09/07/03 01:36:15 vapier Exp $ + + 03 Jul 2009; Mike Frysinger imlib2-1.4.2-r1.ebuild= : + Make sure bumpmap is linked with -lm #276285 by Christian Ruppert. =20 29 May 2009; Mike Frysinger -files/imlib2-1.4.0-CVE-2008-2426.patch, -imlib2-1.4.1.ebuild,