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 1R3wxH-0000Dg-Nn for garchives@archives.gentoo.org; Wed, 14 Sep 2011 21:25:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B664121C092; Wed, 14 Sep 2011 21:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F41521C092 for ; Wed, 14 Sep 2011 21:25:07 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBCDE1B402D for ; Wed, 14 Sep 2011 21:25:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 9FE492004C; Wed, 14 Sep 2011 21:25:05 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/molmol: molmol-2k_p2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: molmol-2k_p2-r2.ebuild ChangeLog X-VCS-Directories: sci-chemistry/molmol X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110914212505.9FE492004C@flycatcher.gentoo.org> Date: Wed, 14 Sep 2011 21:25:05 +0000 (UTC) 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: X-Archives-Hash: 05872b2e24411fea7e6a19d10cced6b6 ssuominen 11/09/14 21:25:05 Modified: molmol-2k_p2-r2.ebuild ChangeLog Log: Fix building with libpng15 wrt #378341 by Diego Elio Petten=C3=B2 =20 (Portage version: 2.2.0_alpha55/cvs/Linux x86_64) Revision Changes Path 1.8 sci-chemistry/molmol/molmol-2k_p2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molm= ol/molmol-2k_p2-r2.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molm= ol/molmol-2k_p2-r2.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molm= ol/molmol-2k_p2-r2.ebuild?r1=3D1.7&r2=3D1.8 Index: molmol-2k_p2-r2.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/sci-chemistry/molmol/molmol-2k_p2-r2.eb= uild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- molmol-2k_p2-r2.ebuild 15 Jul 2011 20:37:54 -0000 1.7 +++ molmol-2k_p2-r2.ebuild 14 Sep 2011 21:25:05 -0000 1.8 @@ -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/sci-chemistry/molmol/molmol-2k_p2-r2.= ebuild,v 1.7 2011/07/15 20:37:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/molmol-2k_p2-r2.= ebuild,v 1.8 2011/09/14 21:25:05 ssuominen Exp $ =20 EAPI=3D4 =20 @@ -59,6 +59,7 @@ -i "${S}"/makedef || die =20 epatch "${FILESDIR}"/cast.patch + epatch "${FILESDIR}"/libpng15.patch } =20 src_install() { 1.27 sci-chemistry/molmol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molm= ol/ChangeLog?rev=3D1.27&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molm= ol/ChangeLog?rev=3D1.27&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/molm= ol/ChangeLog?r1=3D1.26&r2=3D1.27 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/sci-chemistry/molmol/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 15 Jul 2011 20:37:54 -0000 1.26 +++ ChangeLog 14 Sep 2011 21:25:05 -0000 1.27 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/molmol # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/ChangeLog,v 1.26= 2011/07/15 20:37:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molmol/ChangeLog,v 1.27= 2011/09/14 21:25:05 ssuominen Exp $ + + 14 Sep 2011; Samuli Suominen +files/libpng15.pa= tch, + molmol-2k_p2-r2.ebuild: + Fix building with libpng15 wrt #378341 by Diego Elio Petten=C3=B2 =20 15 Jul 2011; Markus Meier molmol-2k_p2-r2.ebuild: x86 stable, bug #373091