* [gentoo-commits] dev/ikelos:master commit in: net-analyzer/inetsim/
@ 2014-04-16 10:40 Mike Auty
0 siblings, 0 replies; 2+ messages in thread
From: Mike Auty @ 2014-04-16 10:40 UTC (permalink / raw
To: gentoo-commits
commit: fa38ed40ec1f447cf7fb8b0f86373d357c0c3b5c
Author: Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Wed Apr 16 10:39:24 2014 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 10:39:24 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=fa38ed40
Add in inetsim.
---
net-analyzer/inetsim/Manifest | 2 ++
net-analyzer/inetsim/inetsim-1.2.4.ebuild | 41 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-analyzer/inetsim/Manifest b/net-analyzer/inetsim/Manifest
new file mode 100644
index 0000000..58b06c4
--- /dev/null
+++ b/net-analyzer/inetsim/Manifest
@@ -0,0 +1,2 @@
+DIST inetsim-1.2.4.tar.gz 299700 SHA256 f58f490d02baa42c4cf03f804a298d3c6ebcf821e663c638802ee25a34113aab SHA512 de0729694dc44302bdda0a60341ecd7152816ccfb2755e3e86e241969552ceb28a0a7310512f42145b84c599abc76d5f18aa8adf35805a4b968f159226999a1b WHIRLPOOL e0bae0e307eb4deb8fade0625d6347be5eee963b9760ac533c8ebaa4e40a3c0ab112eb941091a196299518a0b24030ed4ed3f8e4d87ffec5f1262ed307be5348
+EBUILD inetsim-1.2.4.ebuild 697 SHA256 d20d66d12a1972d53c8b33e24120aab61e4625744ee7c26d5de64e9e9d3ad27d SHA512 39319cc59bd323778f1c7a1a1954dff49058e8031d04bec2f2ce7f5403dfe9c8b6ae8d31a3736aa8af79fb6d809951660c42b3b22bad1e326992ea1714ffa2ba WHIRLPOOL 7abed2b7ec2e74b95c7b91c5c61426b8ca5f92519f0faea48262a1d5475bdf3d7bdd8024b3668cc8f555adba84d102bc1eb76a54c3e65d20f73e0c802e7ef5b0
diff --git a/net-analyzer/inetsim/inetsim-1.2.4.ebuild b/net-analyzer/inetsim/inetsim-1.2.4.ebuild
new file mode 100644
index 0000000..b9acbc0
--- /dev/null
+++ b/net-analyzer/inetsim/inetsim-1.2.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit user
+
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI="http://www.inetsim.org/downloads/${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-perl/IPC-Shareable
+ dev-perl/net-server"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ enewgroup inetsim
+}
+
+src_install() {
+ dodir /opt/${PN}
+ cp -a ${S}/* ${EROOT}${D}/opt/${PN}/
+
+ cd ${EROOT}${D}/opt/${PN}/
+ ./setup.sh
+}
+
+pkg_postinst() {
+ # fowners only works on files not on directories (see bug 141619)
+
+ chown -R :inetsim /opt/${PN}/data/
+ chown -R :inetsim /opt/${PN}/log/
+ chown -R :inetsim /opt/${PN}/report/
+}
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/ikelos:master commit in: net-analyzer/inetsim/
@ 2015-08-23 1:50 Mike Auty
0 siblings, 0 replies; 2+ messages in thread
From: Mike Auty @ 2015-08-23 1:50 UTC (permalink / raw
To: gentoo-commits
commit: 51a9faef48ce7985fa535626011fc27a4e634ac0
Author: layman <layman <AT> localhost>
AuthorDate: Sun Aug 23 01:50:53 2015 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 01:50:53 2015 +0000
URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=51a9faef
Bump inetsim.
net-analyzer/inetsim/Manifest | 4 ++--
net-analyzer/inetsim/{inetsim-1.2.4.ebuild => inetsim-1.2.5.ebuild} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/inetsim/Manifest b/net-analyzer/inetsim/Manifest
index 58b06c4..07b8b36 100644
--- a/net-analyzer/inetsim/Manifest
+++ b/net-analyzer/inetsim/Manifest
@@ -1,2 +1,2 @@
-DIST inetsim-1.2.4.tar.gz 299700 SHA256 f58f490d02baa42c4cf03f804a298d3c6ebcf821e663c638802ee25a34113aab SHA512 de0729694dc44302bdda0a60341ecd7152816ccfb2755e3e86e241969552ceb28a0a7310512f42145b84c599abc76d5f18aa8adf35805a4b968f159226999a1b WHIRLPOOL e0bae0e307eb4deb8fade0625d6347be5eee963b9760ac533c8ebaa4e40a3c0ab112eb941091a196299518a0b24030ed4ed3f8e4d87ffec5f1262ed307be5348
-EBUILD inetsim-1.2.4.ebuild 697 SHA256 d20d66d12a1972d53c8b33e24120aab61e4625744ee7c26d5de64e9e9d3ad27d SHA512 39319cc59bd323778f1c7a1a1954dff49058e8031d04bec2f2ce7f5403dfe9c8b6ae8d31a3736aa8af79fb6d809951660c42b3b22bad1e326992ea1714ffa2ba WHIRLPOOL 7abed2b7ec2e74b95c7b91c5c61426b8ca5f92519f0faea48262a1d5475bdf3d7bdd8024b3668cc8f555adba84d102bc1eb76a54c3e65d20f73e0c802e7ef5b0
+DIST inetsim-1.2.5.tar.gz 299963 SHA256 53871f29f1647b6870fa9f769c79186d40645a35560338ea79e8507d407a54e0 SHA512 f30b688b7f665ce342a4d792a473c23f9b22839e74425b267fd056aefddf0cde9027450a95748a0fe58fa736374f57cfd72374a04ad1901c128466cfb2fc048d WHIRLPOOL cc94d42158cc2a6b2cbed0d99518f66eef56a441260526f32e47f93ad135c7cc529a5fdbbc6a0f344de80d49041a87979868cfe365251a60a3c38910f7525127
+EBUILD inetsim-1.2.5.ebuild 797 SHA256 1b7436381bf13e1b43b311d4516c5e8c50bcf212672eb826ce6c0bfc36432205 SHA512 0341e5d78019d2a3759de6d1e1f8e6009841d5346fed212af82dd9acde0aba3de610422918962f718f7bd89670f19f50d3d314ac528019fd36f0ed12d9f89f65 WHIRLPOOL e66bf8de062e8189579048066e7a5798dc319bad0cd57856b7e1d14065f28c52f51e49ff0b842c326841c7d39ac47204d2f8aa59a1872d79d7bec526d6bca529
diff --git a/net-analyzer/inetsim/inetsim-1.2.4.ebuild b/net-analyzer/inetsim/inetsim-1.2.5.ebuild
similarity index 84%
rename from net-analyzer/inetsim/inetsim-1.2.4.ebuild
rename to net-analyzer/inetsim/inetsim-1.2.5.ebuild
index b9acbc0..8b5cb6e 100644
--- a/net-analyzer/inetsim/inetsim-1.2.4.ebuild
+++ b/net-analyzer/inetsim/inetsim-1.2.5.ebuild
@@ -6,8 +6,8 @@ EAPI=5
inherit user
-DESCRIPTION=""
-HOMEPAGE=""
+DESCRIPTION="Tool for simulating an entire internet with working services on a single box."
+HOMEPAGE="http://www.inetsim.org/"
SRC_URI="http://www.inetsim.org/downloads/${P}.tar.gz"
LICENSE=""
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-23 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 10:40 [gentoo-commits] dev/ikelos:master commit in: net-analyzer/inetsim/ Mike Auty
-- strict thread matches above, loose matches on Subject: below --
2015-08-23 1:50 Mike Auty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox