* [gentoo-commits] gentoo-x86 commit in sci-misc/gt-itm: gt-itm-19961004.ebuild ChangeLog
@ 2009-09-28 22:00 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2009-09-28 22:00 UTC (permalink / raw
To: gentoo-commits
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=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/gt-itm-19961004.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/gt-itm-19961004.ebuild?r1=1.2&r2=1.3
Index: gt-itm-19961004.ebuild
===================================================================
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.ebuild,v 1.2 2005/08/24 16:45:23 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/gt-itm-19961004.ebuild,v 1.3 2009/09/28 22:00:09 robbat2 Exp $
DESCRIPTION="A collection of routines to generate and analyze graphs using a wide variety of models for internetwork topology"
HOMEPAGE="http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html
@@ -10,7 +10,7 @@ SRC_URI="http://www.cc.gatech.edu/fac/El
LICENSE="as-is BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-util/sgb"
@@ -20,36 +20,36 @@ S2="${WORKDIR}/sgb2ns"
src_unpack() {
unpack sgb2ns.tar.gz
- mkdir ${S}
- cd ${S}
+ mkdir "${S}"
+ cd "${S}"
unpack gt-itm.tar.gz
- sed -r -e '/^[[:alnum:]]+\.o:/d' -e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' -i ${S}/src/Makefile
+ sed -r -e '/^[[:alnum:]]+\.o:/d' -e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' -i "${S}"/src/Makefile
sed -r -e '/^SYS = -DSYSV/d' -e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' -i ${S2}/Makefile || die
- rm -f ${S}/lib/*
+ rm -f "${S}"/lib/*
- 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
- 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
}
src_compile() {
- cd ${S}/src
+ cd "${S}"/src
emake CFLAGS="${CFLAGS} -I../include" || die
- cd ${S2}
+ cd "${S2}"
emake CFLAGS="${CFLAGS} -I\$(IDIR) -L\$(LDIR)" || die
}
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}
- cd ${S2}
+ cd "${S2}"
dodoc *.tcl *.gb
newdoc README README.sgb2ns
1.5 sci-misc/gt-itm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gt-itm/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
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 <robbat2@gentoo.org> gt-itm-19961004.ebuild:
+ Fixup to more modern standards, and confirmed to build against amd64 as
+ well.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-28 22:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 22:00 [gentoo-commits] gentoo-x86 commit in sci-misc/gt-itm: gt-itm-19961004.ebuild ChangeLog Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox