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 1MpNhU-00054e-7k for garchives@archives.gentoo.org; Sun, 20 Sep 2009 14:47:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0B8E07EF; Sun, 20 Sep 2009 14:47:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 93C7EE07EF for ; Sun, 20 Sep 2009 14:47:39 +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 2B35067463 for ; Sun, 20 Sep 2009 14:47:39 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MpNhN-0002uN-E5 for gentoo-commits@lists.gentoo.org; Sun, 20 Sep 2009 14:47:34 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/freeglut: freeglut-2.6.0_rc1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: freeglut-2.6.0_rc1.ebuild ChangeLog X-VCS-Directories: media-libs/freeglut X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Sun, 20 Sep 2009 14:47:33 +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: 11bff565-2d5e-4a27-bd84-7fd599c8e791 X-Archives-Hash: 25fda06e67c6f0465a0b2e6b32f86bf1 aballier 09/09/20 14:47:33 Modified: freeglut-2.6.0_rc1.ebuild ChangeLog Log: Restore still needed bsd fix and add a new one due to recent changes, s= ubmitted upstream (Portage version: 2.2_rc41/cvs/Linux x86_64) Revision Changes Path 1.3 media-libs/freeglut/freeglut-2.6.0_rc1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglu= t/freeglut-2.6.0_rc1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglu= t/freeglut-2.6.0_rc1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglu= t/freeglut-2.6.0_rc1.ebuild?r1=3D1.2&r2=3D1.3 Index: freeglut-2.6.0_rc1.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/freeglut/freeglut-2.6.0_rc1.= ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- freeglut-2.6.0_rc1.ebuild 21 Aug 2009 08:41:11 -0000 1.2 +++ freeglut-2.6.0_rc1.ebuild 20 Sep 2009 14:47:32 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.6.0_rc= 1.ebuild,v 1.2 2009/08/21 08:41:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.6.0_rc= 1.ebuild,v 1.3 2009/09/20 14:47:32 aballier Exp $ =20 EAPI=3D"2" =20 @@ -23,6 +23,8 @@ S=3D"${WORKDIR}/${P/_*/}" =20 src_prepare() { + epatch "${FILESDIR}/${P}-bsd_joystick.patch" + epatch "${FILESDIR}/${PN}-2.4.0-bsd-usb-joystick.patch" # Needed for sane .so versionning on bsd, please don't drop elibtoolize } 1.56 media-libs/freeglut/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglu= t/ChangeLog?rev=3D1.56&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglu= t/ChangeLog?rev=3D1.56&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglu= t/ChangeLog?r1=3D1.55&r2=3D1.56 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/freeglut/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 21 Aug 2009 08:39:08 -0000 1.55 +++ ChangeLog 20 Sep 2009 14:47:33 -0000 1.56 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/freeglut # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.55 = 2009/08/21 08:39:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/ChangeLog,v 1.56 = 2009/09/20 14:47:33 aballier Exp $ + + 20 Sep 2009; Alexis Ballier + freeglut-2.6.0_rc1.ebuild, +files/freeglut-2.6.0_rc1-bsd_joystick.patc= h: + Restore still needed bsd fix and add a new one due to recent changes, + submitted upstream =20 *freeglut-2.6.0_rc1 (21 Aug 2009) =20