public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/gt-itm/
@ 2016-09-24 13:31 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2016-09-24 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a93f48e744c83be91a03b8ae94ec9b70c9a907cf
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 13:27:57 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 13:30:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93f48e7

sci-misc/gt-itm: Remove EAPI=0 ebuild

Package-Manager: portage-2.3.1

 sci-misc/gt-itm/gt-itm-19961004-r1.ebuild | 75 -------------------------------
 1 file changed, 75 deletions(-)

diff --git a/sci-misc/gt-itm/gt-itm-19961004-r1.ebuild b/sci-misc/gt-itm/gt-itm-19961004-r1.ebuild
deleted file mode 100644
index 56b2fb0..00000000
--- a/sci-misc/gt-itm/gt-itm-19961004-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Routines to generate and analyze graphs using different models for internetwork topology"
-HOMEPAGE="http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html
-		  http://www.isi.edu/nsnam/ns/ns-topogen.html#gt-itm"
-SRC_URI="http://www.cc.gatech.edu/fac/Ellen.Zegura/gt-itm/gt-itm.tar.gz
-		 http://www.isi.edu/nsnam/dist/sgb2ns.tar.gz"
-
-LICENSE="all-rights-reserved sgb2ns"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-RESTRICT="mirror bindist"
-
-DEPEND="dev-util/sgb"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-S2="${WORKDIR}/sgb2ns"
-
-src_unpack() {
-	unpack sgb2ns.tar.gz
-
-	mkdir "${S}"
-	cd "${S}"
-	unpack gt-itm.tar.gz
-
-	sed -r -e '/^[[:alnum:]]+\.o:/d' \
-		-e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' \
-		-e 's/\$\(CC\)/& \$\(LDFLAGS\)/g' \
-		-i "${S}"/src/Makefile || die
-	sed -r -e '/^SYS = -DSYSV/d' \
-		-e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' \
-		-e 's/\$\(CC\)/& \$\(LDFLAGS\)/g' \
-		-i ${S2}/Makefile  || die
-
-	rm -f "${S}"/lib/*
-
-	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 || die
-	sed -e '162 s/connected $/connected \\/' -i "${S}"/src/eval.c || die
-
-	# fix implicit function declarations
-	sed -e '/stdio.h/ a\#include <stdlib.h>' \
-		-i "${S2}/sgb2comns.c" "${S2}/sgb2hierns.c" || die
-	sed -e "s/<strings.h>/<string.h>/g" \
-		-i "${S2}/sgb2hierns.c" || die
-	epatch "${FILESDIR}"/${PN}-implicits.patch
-}
-
-src_compile() {
-	cd "${S}"/src
-	emake CFLAGS="${CFLAGS} -I../include" LDFLAGS="${LDFLAGS}" \
-		CC="$(tc-getCC)" || die
-
-	cd "${S2}"
-	emake CFLAGS="${CFLAGS} -I\$(IDIR) -L\$(LDIR)" LDFLAGS="${LDFLAGS}" \
-		CC="$(tc-getCC)" || die
-}
-
-src_install() {
-	dobin "${S}"/bin/* || die
-	dodoc "${S}"/README "${S}"/docs/* || die
-	cp -pPR "${S}"/sample-graphs "${D}"/usr/share/doc/${PF} || die
-
-	cd "${S2}"
-	dodoc *.tcl *.gb || die
-	newdoc README README.sgb2ns || die
-
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/gt-itm/
@ 2016-09-24 13:31 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2016-09-24 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3aaefaa5f0fa55ebabfd077d378698aa65f94e5e
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Thu Sep 22 14:53:55 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 13:30:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aaefaa5

sci-misc/gt-itm: EAPI bump 0 -> 6

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2386

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-misc/gt-itm/gt-itm-19961004-r2.ebuild | 80 +++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)

diff --git a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
new file mode 100644
index 00000000..9e41e9b
--- /dev/null
+++ b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Routines to generate / analyze graphs using models for internetwork topology"
+HOMEPAGE="http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html
+		  http://www.isi.edu/nsnam/ns/ns-topogen.html#gt-itm"
+SRC_URI="http://www.cc.gatech.edu/fac/Ellen.Zegura/gt-itm/gt-itm.tar.gz
+		 http://www.isi.edu/nsnam/dist/sgb2ns.tar.gz"
+
+LICENSE="all-rights-reserved sgb2ns"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="mirror bindist"
+IUSE="doc"
+
+DEPEND="dev-util/sgb"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}"
+S2="${WORKDIR}/sgb2ns"
+
+PATCHES=( "${FILESDIR}"/${PN}-implicits.patch )
+DOCS=( README docs/. )
+
+src_unpack() {
+	unpack sgb2ns.tar.gz
+
+	mkdir "$S" || die
+	cd "$S" || die
+	unpack gt-itm.tar.gz
+}
+src_prepare() {
+	sed -ri -e '/^[[:alnum:]]+\.o:/d' \
+		-e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' \
+		-e 's/\$\(CC\)/& \$\(LDFLAGS\)/g' \
+		src/Makefile || die
+	sed -ri -e '/^SYS = -DSYSV/d' \
+		-e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' \
+		-e 's/\$\(CC\)/& \$\(LDFLAGS\)/g' \
+		"${S2}"/Makefile  || die
+
+	rm -f lib/* || die
+
+	while IFS="" read -d $'\0' -r file; do
+		sed -i -re 's|(\.\./)+bin/||g' "$file" || die
+	done < <(find sample-graphs/ -perm /a+x -type f -name 'Run*' -print0)
+
+	sed -i -e 's|sys/types.h|sys/param.h|' src/geog.c || die
+	sed -i -e '162 s/connected $/connected \\/' src/eval.c || die
+
+	# fix implicit function declarations
+	sed -i -e '/stdio.h/ a\#include <stdlib.h>' \
+		"${S2}/sgb2comns.c" "${S2}/sgb2hierns.c" || die
+	sed -i -e "s/<strings.h>/<string.h>/g" "${S2}/sgb2hierns.c" || die
+	default
+}
+
+src_compile() {
+	emake -C src CFLAGS="${CFLAGS} -I../include" LDFLAGS="${LDFLAGS}" \
+		CC="$(tc-getCC)"
+
+	emake -C "${S2}" CFLAGS="${CFLAGS} -I\$(IDIR) -L\$(LDIR)" LDFLAGS="${LDFLAGS}" \
+		CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin bin/*
+	einstalldocs
+	newdoc "${S2}"/README README.sgb2ns
+	if use doc; then
+		dodoc -r sample-graphs
+		dodoc "${S2}"/*.{tcl,gb}
+		docompress -x "/usr/share/doc/${PF}/sample-graphs"
+	fi
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/gt-itm/
@ 2019-08-27  2:57 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-08-27  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cba27e4b708bf6b978b46b5734538b7ca42fe565
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 06:15:05 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 02:57:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba27e4b

sci-misc/gt-itm: Rename the distfiles

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12783
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-misc/gt-itm/Manifest                  |  4 ++--
 sci-misc/gt-itm/gt-itm-19961004-r2.ebuild | 13 +++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/sci-misc/gt-itm/Manifest b/sci-misc/gt-itm/Manifest
index 11e2f46493f..2cf70b9c841 100644
--- a/sci-misc/gt-itm/Manifest
+++ b/sci-misc/gt-itm/Manifest
@@ -1,2 +1,2 @@
-DIST gt-itm.tar.gz 623345 BLAKE2B e9cf712d6a4411cbb66faf9bbd803bb3753ebbbd05174c02581c9b606e02f1c7132b0b96f483e3f273a28aebd64a8ede046de7397ddb9606efccad59ba137524 SHA512 e775ac475d40fc753a27fb619f262d701818190fa3be90d587f95e215610918b56b9d67783d4e7e2f55d0064e5b2d2ce911042353b29bce1e4dbcf407ff9fabc
-DIST sgb2ns.tar.gz 50635 BLAKE2B b669d9def20c7e149de33072467183190f85b7fb30662cad83c53c1d9317532a1bd95174498eebd13b98eccf2ac693159793a40b667cdc97a6f15fbd027e0975 SHA512 77ec6fdad61f43bf078851852aa03dfea02df235a78853e477dacc8e2b94c0d8bda9772fc00d18fdaeabc419b2780c016b7a64a1a06ac0be2c8c2aa6608c06cf
+DIST gt-itm-19961004.tar.gz 623345 BLAKE2B e9cf712d6a4411cbb66faf9bbd803bb3753ebbbd05174c02581c9b606e02f1c7132b0b96f483e3f273a28aebd64a8ede046de7397ddb9606efccad59ba137524 SHA512 e775ac475d40fc753a27fb619f262d701818190fa3be90d587f95e215610918b56b9d67783d4e7e2f55d0064e5b2d2ce911042353b29bce1e4dbcf407ff9fabc
+DIST sgb2ns-19961004.tar.gz 50635 BLAKE2B b669d9def20c7e149de33072467183190f85b7fb30662cad83c53c1d9317532a1bd95174498eebd13b98eccf2ac693159793a40b667cdc97a6f15fbd027e0975 SHA512 77ec6fdad61f43bf078851852aa03dfea02df235a78853e477dacc8e2b94c0d8bda9772fc00d18fdaeabc419b2780c016b7a64a1a06ac0be2c8c2aa6608c06cf

diff --git a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
index 36c7552cf47..99585d83edf 100644
--- a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
+++ b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,9 +7,9 @@ inherit toolchain-funcs
 
 DESCRIPTION="Routines to generate / analyze graphs using models for internetwork topology"
 HOMEPAGE="http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html
-		  http://www.isi.edu/nsnam/ns/ns-topogen.html#gt-itm"
-SRC_URI="http://www.cc.gatech.edu/fac/Ellen.Zegura/gt-itm/gt-itm.tar.gz
-		 http://www.isi.edu/nsnam/dist/sgb2ns.tar.gz"
+		http://www.isi.edu/nsnam/ns/ns-topogen.html#gt-itm"
+SRC_URI="http://www.cc.gatech.edu/fac/Ellen.Zegura/gt-itm/gt-itm.tar.gz -> ${P}.tar.gz
+		http://www.isi.edu/nsnam/dist/sgb2ns.tar.gz -> sgb2ns-${PV}.tar.gz"
 
 LICENSE="all-rights-reserved sgb2ns"
 SLOT="0"
@@ -27,12 +27,13 @@ PATCHES=( "${FILESDIR}"/${PN}-implicits.patch )
 DOCS=( README docs/. )
 
 src_unpack() {
-	unpack sgb2ns.tar.gz
+	unpack "sgb2ns-${PV}.tar.gz"
 
 	mkdir "$S" || die
 	cd "$S" || die
-	unpack gt-itm.tar.gz
+	unpack "${P}.tar.gz"
 }
+
 src_prepare() {
 	sed -ri -e '/^[[:alnum:]]+\.o:/d' \
 		-e 's|LIBS = -lm -lgb.*|LIBS = -lm -lgb|' \


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/gt-itm/
@ 2021-04-03 15:44 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-03 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cfa00669613e13b70421d7d7d957c650e17ffb40
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 06:13:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:43:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa00669

sci-misc/gt-itm: fix variable references

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-misc/gt-itm/gt-itm-19961004-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
index 99585d83edf..295139f5bfc 100644
--- a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
+++ b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,8 +29,8 @@ DOCS=( README docs/. )
 src_unpack() {
 	unpack "sgb2ns-${PV}.tar.gz"
 
-	mkdir "$S" || die
-	cd "$S" || die
+	mkdir "${S}" || die
+	cd "${S}" || die
 	unpack "${P}.tar.gz"
 }
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/gt-itm/
@ 2022-11-19 11:41 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-11-19 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4dc2b5088b82eb14e8a34d866ed29eaf174e1fde
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Nov 19 09:20:43 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 11:39:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc2b508

sci-misc/gt-itm: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-misc/gt-itm/gt-itm-19961004-r3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-misc/gt-itm/gt-itm-19961004-r3.ebuild b/sci-misc/gt-itm/gt-itm-19961004-r3.ebuild
index fb3284587034..9877f7163f34 100644
--- a/sci-misc/gt-itm/gt-itm-19961004-r3.ebuild
+++ b/sci-misc/gt-itm/gt-itm-19961004-r3.ebuild
@@ -6,10 +6,10 @@ EAPI=8
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Routines to generate / analyze graphs using models for internetwork topology"
-HOMEPAGE="http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html
-		http://www.isi.edu/nsnam/ns/ns-topogen.html#gt-itm"
-SRC_URI="http://www.cc.gatech.edu/fac/Ellen.Zegura/gt-itm/gt-itm.tar.gz -> ${P}.tar.gz
-		http://www.isi.edu/nsnam/dist/sgb2ns.tar.gz -> sgb2ns-${PV}.tar.gz"
+HOMEPAGE="https://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html
+		https://www.isi.edu/nsnam/ns/ns-topogen.html#gt-itm"
+SRC_URI="https://www.cc.gatech.edu/fac/Ellen.Zegura/gt-itm/gt-itm.tar.gz -> ${P}.tar.gz
+		https://www.isi.edu/nsnam/dist/sgb2ns.tar.gz -> sgb2ns-${PV}.tar.gz"
 S="${WORKDIR}/${PN}"
 S2="${WORKDIR}/sgb2ns"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-19 11:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 15:44 [gentoo-commits] repo/gentoo:master commit in: sci-misc/gt-itm/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-11-19 11:41 Andrew Ammerlaan
2019-08-27  2:57 Michał Górny
2016-09-24 13:31 David Seifert
2016-09-24 13:31 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox