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 1QpyK5-00083R-8z for garchives@archives.gentoo.org; Sun, 07 Aug 2011 08:03:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D4FA21C042; Sun, 7 Aug 2011 08:02:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E32621C042 for ; Sun, 7 Aug 2011 08:02:51 +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 6D34D1B4034 for ; Sun, 7 Aug 2011 08:02:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 2B8F12004C; Sun, 7 Aug 2011 08:02:50 +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-astronomy/celestia: celestia-1.6.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: celestia-1.6.1.ebuild ChangeLog X-VCS-Directories: sci-astronomy/celestia X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110807080250.2B8F12004C@flycatcher.gentoo.org> Date: Sun, 7 Aug 2011 08:02:50 +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: 89c7c0a532c0a258c7385cfc19605ce8 ssuominen 11/08/07 08:02:50 Modified: celestia-1.6.1.ebuild ChangeLog Log: Include zlib.h for Z_BEST_COMPRESSION (required by libpng15 porting) wr= t #355079 by Lars Wendler =20 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64) Revision Changes Path 1.3 sci-astronomy/celestia/celestia-1.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cele= stia/celestia-1.6.1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cele= stia/celestia-1.6.1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cele= stia/celestia-1.6.1.ebuild?r1=3D1.2&r2=3D1.3 Index: celestia-1.6.1.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-astronomy/celestia/celestia-1.6.1.e= build,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- celestia-1.6.1.ebuild 16 Jul 2011 17:47:20 -0000 1.2 +++ celestia-1.6.1.ebuild 7 Aug 2011 08:02:49 -0000 1.3 @@ -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-astronomy/celestia/celestia-1.6.1= .ebuild,v 1.2 2011/07/16 17:47:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1= .ebuild,v 1.3 2011/08/07 08:02:49 ssuominen Exp $ =20 EAPI=3D2 =20 @@ -60,6 +60,8 @@ epatch "${FILESDIR}"/${P}-gcc46.patch # underlinking fix with USE=3D"-gnome -gtk" epatch "${FILESDIR}"/${P}-gold.patch + # missing zlib.h include with libpng15 + epatch "${FILESDIR}"/${P}-libpng15.patch =20 # remove flags to let the user decide for cf in -O2 -ffast-math \ 1.73 sci-astronomy/celestia/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cele= stia/ChangeLog?rev=3D1.73&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cele= stia/ChangeLog?rev=3D1.73&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cele= stia/ChangeLog?r1=3D1.72&r2=3D1.73 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-astronomy/celestia/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 4 Aug 2011 18:27:10 -0000 1.72 +++ ChangeLog 7 Aug 2011 08:02:49 -0000 1.73 @@ -1,6 +1,11 @@ # ChangeLog for sci-astronomy/celestia # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.= 72 2011/08/04 18:27:10 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.= 73 2011/08/07 08:02:49 ssuominen Exp $ + + 07 Aug 2011; Samuli Suominen celestia-1.6.1.ebu= ild, + +files/celestia-1.6.1-libpng15.patch: + Include zlib.h for Z_BEST_COMPRESSION (required by libpng15 porting) w= rt + #355079 by Lars Wendler =20 04 Aug 2011; S=C3=A9bastien Fabbro metadata.xml: Switched herd to sci-astronomy