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 1MsOGS-0004eN-CL for garchives@archives.gentoo.org; Mon, 28 Sep 2009 22:00:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 514B8E08C9; Mon, 28 Sep 2009 22:00:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0E35DE08C9 for ; Mon, 28 Sep 2009 22:00:11 +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 0709067658 for ; Mon, 28 Sep 2009 22:00:10 +0000 (UTC) Received: from robbat2 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MsOGP-0003W1-Hq for gentoo-commits@lists.gentoo.org; Mon, 28 Sep 2009 22:00:09 +0000 From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/gt-itm: gt-itm-19961004.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gt-itm-19961004.ebuild ChangeLog X-VCS-Directories: sci-misc/gt-itm X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Robin H. Johnson" Date: Mon, 28 Sep 2009 22:00:09 +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: 5074f2c9-a96c-4e49-97c9-ed44e78fd525 X-Archives-Hash: 1fd1f8082b3b1739b2b014be4914e3fc robbat2 09/09/28 22:00:09 Modified: gt-itm-19961004.ebuild ChangeLog Log: Fixup to more modern standards, and confirmed to build against amd64 as= well. (Portage version: 2.2_rc40/cvs/Linux x86_64) Revision Changes Path 1.3 sci-misc/gt-itm/gt-itm-19961004.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/gt= -itm-19961004.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/gt= -itm-19961004.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/gt= -itm-19961004.ebuild?r1=3D1.2&r2=3D1.3 Index: gt-itm-19961004.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/gt-itm/gt-itm-19961004.ebuild,= v retrieving revision 1.2 retrieving revision 1.3 diff -p -w -b -B -u -u -r1.2 -r1.3 --- gt-itm-19961004.ebuild 24 Aug 2005 16:45:23 -0000 1.2 +++ gt-itm-19961004.ebuild 28 Sep 2009 22:00:09 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/gt-itm-19961004.ebuil= d,v 1.2 2005/08/24 16:45:23 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/gt-itm-19961004.ebuil= d,v 1.3 2009/09/28 22:00:09 robbat2 Exp $ =20 DESCRIPTION=3D"A collection of routines to generate and analyze graphs u= sing a wide variety of models for internetwork topology" HOMEPAGE=3D"http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html @@ -10,7 +10,7 @@ SRC_URI=3D"http://www.cc.gatech.edu/fac/El =20 LICENSE=3D"as-is BSD" SLOT=3D"0" -KEYWORDS=3D"~x86" +KEYWORDS=3D"~x86 ~amd64" IUSE=3D"" =20 DEPEND=3D"dev-util/sgb" @@ -20,36 +20,36 @@ S2=3D"${WORKDIR}/sgb2ns" src_unpack() { unpack sgb2ns.tar.gz =20 - mkdir ${S} - cd ${S} + mkdir "${S}" + cd "${S}" unpack gt-itm.tar.gz =20 - sed -r -e '/^[[:alnum:]]+\.o:/d' -e 's|LIBS =3D -lm -lgb.*|LIBS =3D -lm= -lgb|' -i ${S}/src/Makefile + sed -r -e '/^[[:alnum:]]+\.o:/d' -e 's|LIBS =3D -lm -lgb.*|LIBS =3D -lm= -lgb|' -i "${S}"/src/Makefile sed -r -e '/^SYS =3D -DSYSV/d' -e 's|LIBS =3D -lm -lgb.*|LIBS =3D -lm -= lgb|' -i ${S2}/Makefile || die =20 - rm -f ${S}/lib/* + rm -f "${S}"/lib/* =20 - find ${S}/sample-graphs/ -perm +111 -type f -name 'Run*' \ + find "${S}"/sample-graphs/ -perm +111 -type f -name 'Run*' \ | xargs -r -n1 sed -re 's|(\.\./)+bin/||g' -i || die =20 - sed -e 's|sys/types.h|sys/param.h|' -i ${S}/src/geog.c - sed -e '162 s/connected $/connected \\/' -i ${S}/src/eval.c + sed -e 's|sys/types.h|sys/param.h|' -i "${S}"/src/geog.c + sed -e '162 s/connected $/connected \\/' -i "${S}"/src/eval.c } =20 src_compile() { - cd ${S}/src + cd "${S}"/src emake CFLAGS=3D"${CFLAGS} -I../include" || die =20 - cd ${S2} + cd "${S2}" emake CFLAGS=3D"${CFLAGS} -I\$(IDIR) -L\$(LDIR)" || die } =20 src_install() { - dobin ${S}/bin/* - dodoc ${S}/README ${S}/docs/* - cp -pPR ${S}/sample-graphs ${D}/usr/share/doc/${PF} + dobin "${S}"/bin/* + dodoc "${S}"/README "${S}"/docs/* + cp -pPR "${S}"/sample-graphs "${D}"/usr/share/doc/${PF} =20 - cd ${S2} + cd "${S2}" dodoc *.tcl *.gb newdoc README README.sgb2ns =20 1.5 sci-misc/gt-itm/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/Ch= angeLog?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/Ch= angeLog?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/Ch= angeLog?r1=3D1.4&r2=3D1.5 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/gt-itm/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -p -w -b -B -u -u -r1.4 -r1.5 --- ChangeLog 9 Feb 2007 05:26:57 -0000 1.4 +++ ChangeLog 28 Sep 2009 22:00:09 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/gt-itm -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/ChangeLog,v 1.4 2007/= 02/09 05:26:57 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/ChangeLog,v 1.5 2009/= 09/28 22:00:09 robbat2 Exp $ + + 28 Sep 2009; Robin H. Johnson gt-itm-19961004.ebu= ild: + Fixup to more modern standards, and confirmed to build against amd64 a= s + well. =20 09 Feb 2007; Diego Petten=C3=B2 ChangeLog: Regenerate digest in Manifest2 format.