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 1LYooS-0000aq-LZ for garchives@archives.gentoo.org; Sun, 15 Feb 2009 21:46:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE5B6E03E7; Sun, 15 Feb 2009 21:46:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AE54DE03E7 for ; Sun, 15 Feb 2009 21:46:07 +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 2EA65B4E6B for ; Sun, 15 Feb 2009 21:46:06 +0000 (UTC) Received: from loki_val by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LYooO-00049Z-NI for gentoo-commits@lists.gentoo.org; Sun, 15 Feb 2009 21:46:04 +0000 From: "Peter Alfredsen (loki_val)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, loki_val@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tiers: tiers-1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tiers-1.1.ebuild ChangeLog X-VCS-Directories: net-misc/tiers X-VCS-Committer: loki_val X-VCS-Committer-Name: Peter Alfredsen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Peter Alfredsen Date: Sun, 15 Feb 2009 21:46:04 +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: e5c29dbb-b834-40de-be09-1e8b4388ae1f X-Archives-Hash: 4f11b513cca96cf9aa5894806e18143b loki_val 09/02/15 21:46:04 Modified: tiers-1.1.ebuild ChangeLog Log: Adding gcc-4.3 patch per bug 251513. Thanks to Gene Seto for the patch. (Portage version: 2.2_rc23/cvs/Linux x86_64) Revision Changes Path 1.8 net-misc/tiers/tiers-1.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tiers/tie= rs-1.1.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tiers/tie= rs-1.1.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tiers/tie= rs-1.1.ebuild?r1=3D1.7&r2=3D1.8 Index: tiers-1.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/net-misc/tiers/tiers-1.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tiers-1.1.ebuild 12 Jun 2007 21:21:39 -0000 1.7 +++ tiers-1.1.ebuild 15 Feb 2009 21:46:04 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/tiers-1.1.ebuild,v 1.7= 2007/06/12 21:21:39 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/tiers-1.1.ebuild,v 1.8= 2009/02/15 21:46:04 loki_val Exp $ =20 inherit eutils =20 @@ -19,12 +19,13 @@ =20 src_unpack() { unpack ${MY_P}.tar.gz - epatch ${FILESDIR}/${MY_P}-gccfixes.patch - sed -e '1a\#!/bin/sh' -e '1d' -e "s|-f |-f /usr/share/${PN}/|g" -i ${S}= /bin/strip4gnuplot3.5 + epatch "${FILESDIR}"/${MY_P}-gccfixes.patch + epatch "${FILESDIR}"/${P}-gcc43.patch + sed -e '1a\#!/bin/sh' -e '1d' -e "s|-f |-f /usr/share/${PN}/|g" -i "${S= }"/bin/strip4gnuplot3.5 } =20 src_compile() { - cd ${S}/src + cd "${S}"/src emake CFLAGS=3D"${CFLAGS}" CONFIGFILE=3D"/etc/tiers-gnuplot.conf" EXEC=3D= "../bin/tiers-gnuplot" || die # cleanup for a sec rm *.o @@ -37,6 +38,6 @@ newins src/tiers_config.generic tiers.conf newins src/tiers_config.gnuplot tiers-gnuplot.conf insinto /usr/share/${PN} - doins bin/*.awk ${DISTDIR}/tiers2ns-lan.awk + doins bin/*.awk "${DISTDIR}"/tiers2ns-lan.awk dodoc CHANGES COPYRIGHT README docs/* } 1.12 net-misc/tiers/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tiers/Cha= ngeLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tiers/Cha= ngeLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tiers/Cha= ngeLog?r1=3D1.11&r2=3D1.12 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/net-misc/tiers/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 12 Jun 2007 21:21:39 -0000 1.11 +++ ChangeLog 15 Feb 2009 21:46:04 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/tiers -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/ChangeLog,v 1.11 2007/= 06/12 21:21:39 jokey Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/ChangeLog,v 1.12 2009/= 02/15 21:46:04 loki_val Exp $ + + 15 Feb 2009; Peter Alfredsen + +files/tiers-1.1-gcc43.patch, tiers-1.1.ebuild: + Adding gcc-4.3 patch per bug 251513. Thanks to Gene Seto + for the patch. =20 12 Jun 2007; Markus Ullmann tiers-1.1.ebuild: Stable on x86 wrt bug #181612