From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JmZPA-0002YE-7T for garchives@archives.gentoo.org; Thu, 17 Apr 2008 19:04:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B0BE06C5; Thu, 17 Apr 2008 19:04:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D32C6E06C5 for ; Thu, 17 Apr 2008 19:04:18 +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 1D11D65551 for ; Thu, 17 Apr 2008 19:04:18 +0000 (UTC) Received: from markusle by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JmZP7-0003u7-0z for gentoo-commits@lists.gentoo.org; Thu, 17 Apr 2008 19:04:17 +0000 From: "Markus Dittrich (markusle)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, markusle@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc: boinc-5.4.11.ebuild boinc-5.10.28.ebuild boinc-5.5.6.ebuild ChangeLog boinc-5.2.14.ebuild boinc-4.72.20050813-r3.ebuild boinc-5.10.45.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: boinc-5.4.11.ebuild boinc-5.10.28.ebuild boinc-5.5.6.ebuild ChangeLog boinc-5.2.14.ebuild boinc-4.72.20050813-r3.ebuild boinc-5.10.45.ebuild X-VCS-Directories: sci-misc/boinc X-VCS-Committer: markusle X-VCS-Committer-Name: Markus Dittrich Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Dittrich Date: Thu, 17 Apr 2008 19:04:17 +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: 57f89a59-a690-4d90-a0dc-5e55c5f4d0af X-Archives-Hash: f22ba445a54883bb55be5bbeeb9f4e5a markusle 08/04/17 19:04:17 Modified: boinc-5.4.11.ebuild boinc-5.10.28.ebuild boinc-5.5.6.ebuild ChangeLog boinc-5.2.14.ebuild boinc-4.72.20050813-r3.ebuild boinc-5.10.45.ebuil= d Log: Added patch to fix compile problems with gcc-4.3 (see bug #217919). (Portage version: 2.1.5_rc3) Revision Changes Path 1.10 sci-misc/boinc/boinc-5.4.11.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.4.11.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.4.11.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.4.11.ebuild?r1=3D1.9&r2=3D1.10 Index: boinc-5.4.11.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-misc/boinc/boinc-5.4.11.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- boinc-5.4.11.ebuild 5 Feb 2008 15:36:38 -0000 1.9 +++ boinc-5.4.11.ebuild 17 Apr 2008 19:04:16 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.4.11.ebuild,v = 1.9 2008/02/05 15:36:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.4.11.ebuild,v = 1.10 2008/04/17 19:04:16 markusle Exp $ =20 inherit eutils wxwidgets depend.apache =20 @@ -40,7 +40,7 @@ =20 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" =20 # point to a proper mouse device sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || di= e @@ -72,10 +72,10 @@ } =20 src_install() { - make install DESTDIR=3D${D} || die "make install failed" + make install DESTDIR=3D"${D}" || die "make install failed" =20 - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc + newinitd "${FILESDIR}"/boinc.init boinc + newconfd "${FILESDIR}"/boinc.conf boinc =20 make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc } 1.3 sci-misc/boinc/boinc-5.10.28.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.10.28.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.10.28.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.10.28.ebuild?r1=3D1.2&r2=3D1.3 Index: boinc-5.10.28.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-misc/boinc/boinc-5.10.28.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boinc-5.10.28.ebuild 5 Feb 2008 15:36:38 -0000 1.2 +++ boinc-5.10.28.ebuild 17 Apr 2008 19:04:16 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.10.28.ebuild,v= 1.2 2008/02/05 15:36:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.10.28.ebuild,v= 1.3 2008/04/17 19:04:16 markusle Exp $ =20 inherit flag-o-matic wxwidgets depend.apache =20 @@ -39,8 +39,8 @@ want_apache server =20 src_unpack() { - unpack "${A}" - cd ""${S}"" + unpack ${A} + cd "${S}" } =20 src_compile() { 1.13 sci-misc/boinc/boinc-5.5.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.5.6.ebuild?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.5.6.ebuild?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.5.6.ebuild?r1=3D1.12&r2=3D1.13 Index: boinc-5.5.6.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-misc/boinc/boinc-5.5.6.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- boinc-5.5.6.ebuild 5 Feb 2008 15:36:38 -0000 1.12 +++ boinc-5.5.6.ebuild 17 Apr 2008 19:04:16 -0000 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1= .12 2008/02/05 15:36:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1= .13 2008/04/17 19:04:16 markusle Exp $ =20 inherit eutils wxwidgets depend.apache =20 @@ -40,7 +40,7 @@ =20 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" =20 # point to a proper mouse device sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || di= e @@ -78,10 +78,10 @@ } =20 src_install() { - make install DESTDIR=3D${D} || die "make install failed" + make install DESTDIR=3D"${D}" || die "make install failed" =20 - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc + newinitd "${FILESDIR}"/boinc.init boinc + newconfd "${FILESDIR}"/boinc.conf boinc =20 make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc } 1.39 sci-misc/boinc/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/Cha= ngeLog?rev=3D1.39&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/Cha= ngeLog?rev=3D1.39&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/Cha= ngeLog?r1=3D1.38&r2=3D1.39 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-misc/boinc/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 15 Apr 2008 18:48:46 -0000 1.38 +++ ChangeLog 17 Apr 2008 19:04:16 -0000 1.39 @@ -1,6 +1,13 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.38 2008/= 04/15 18:48:46 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.39 2008/= 04/17 19:04:16 markusle Exp $ + + 17 Apr 2008; Markus Dittrich + +files/boinc-5.10.45-gcc4.3.patch, boinc-4.72.20050813-r3.ebuild, + boinc-5.2.14.ebuild, boinc-5.4.11.ebuild, boinc-5.5.6.ebuild, + boinc-5.10.28.ebuild, boinc-5.10.45.ebuild: + Added patch to fix compile problems with gcc-4.3 (see bug #217919). + Fixed lots of QA issues. =20 *boinc-5.10.45 (15 Apr 2008) =20 1.15 sci-misc/boinc/boinc-5.2.14.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.2.14.ebuild?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.2.14.ebuild?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.2.14.ebuild?r1=3D1.14&r2=3D1.15 Index: boinc-5.2.14.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-misc/boinc/boinc-5.2.14.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- boinc-5.2.14.ebuild 5 Feb 2008 15:36:38 -0000 1.14 +++ boinc-5.2.14.ebuild 17 Apr 2008 19:04:16 -0000 1.15 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v = 1.14 2008/02/05 15:36:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v = 1.15 2008/04/17 19:04:16 markusle Exp $ =20 inherit eutils wxwidgets depend.apache =20 @@ -39,12 +39,12 @@ =20 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" =20 # Apply patches, most of which from Debian EPATCH_SOURCE=3D"${WORKDIR}/patches" EPATCH_SUFFIX=3D"patch" epatch - epatch ${FILESDIR}/08_all_Makefile.patch - epatch ${FILESDIR}/${P}-gcc-4.1.patch + epatch "${FILESDIR}"/08_all_Makefile.patch + epatch "${FILESDIR}"/${P}-gcc-4.1.patch =20 # point to a proper mouse device sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || di= e @@ -72,10 +72,10 @@ } =20 src_install() { - make install DESTDIR=3D${D} || die "make install failed" + make install DESTDIR=3D"${D}" || die "make install failed" =20 - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc + newinitd "${FILESDIR}"/boinc.init boinc + newconfd "${FILESDIR}"/boinc.conf boinc =20 make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc } 1.13 sci-misc/boinc/boinc-4.72.20050813-r3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-4.72.20050813-r3.ebuild?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-4.72.20050813-r3.ebuild?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-4.72.20050813-r3.ebuild?r1=3D1.12&r2=3D1.13 Index: boinc-4.72.20050813-r3.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-misc/boinc/boinc-4.72.20050813-r3.e= build,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- boinc-4.72.20050813-r3.ebuild 5 Feb 2008 15:36:38 -0000 1.12 +++ boinc-4.72.20050813-r3.ebuild 17 Apr 2008 19:04:16 -0000 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-4.72.20050813-r3= .ebuild,v 1.12 2008/02/05 15:36:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-4.72.20050813-r3= .ebuild,v 1.13 2008/04/17 19:04:16 markusle Exp $ =20 inherit eutils wxwidgets depend.apache =20 @@ -40,10 +40,10 @@ =20 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" =20 # GCC 4 patch, bug 112133. - epatch ${FILESDIR}/${P}-gcc4-fix.patch + epatch "${FILESDIR}"/${P}-gcc4-fix.patch =20 # point to a proper mouse device sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || di= e @@ -66,10 +66,10 @@ } =20 src_install() { - make install DESTDIR=3D${D} || die "make install failed" + make install DESTDIR=3D"${D}" || die "make install failed" =20 - newinitd ${FILESDIR}/boinc.init boinc - newconfd ${FILESDIR}/boinc.conf boinc + newinitd "${FILESDIR}"/boinc.init boinc + newconfd "${FILESDIR}"/boinc.conf boinc =20 make_desktop_entry boinc_gui BOINC boinc Science /var/lib/boinc } 1.2 sci-misc/boinc/boinc-5.10.45.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.10.45.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.10.45.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boi= nc-5.10.45.ebuild?r1=3D1.1&r2=3D1.2 Index: boinc-5.10.45.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-misc/boinc/boinc-5.10.45.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- boinc-5.10.45.ebuild 15 Apr 2008 18:48:46 -0000 1.1 +++ boinc-5.10.45.ebuild 17 Apr 2008 19:04:16 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.10.45.ebuild,v= 1.1 2008/04/15 18:48:46 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.10.45.ebuild,v= 1.2 2008/04/17 19:04:16 markusle Exp $ =20 inherit flag-o-matic wxwidgets depend.apache =20 @@ -39,8 +39,9 @@ want_apache server =20 src_unpack() { - unpack "${A}" - cd ""${S}"" + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-gcc4.3.patch } =20 src_compile() { --=20 gentoo-commits@lists.gentoo.org mailing list