public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ikelos:master commit in: net-analyzer/inetsim/
Date: Wed, 16 Apr 2014 10:40:43 +0000 (UTC)	[thread overview]
Message-ID: <1397644764.fa38ed40ec1f447cf7fb8b0f86373d357c0c3b5c.ikelos@gentoo> (raw)

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/
+}
+


             reply	other threads:[~2014-04-16 10:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-16 10:40 Mike Auty [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-23  1:50 [gentoo-commits] dev/ikelos:master commit in: net-analyzer/inetsim/ Mike Auty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1397644764.fa38ed40ec1f447cf7fb8b0f86373d357c0c3b5c.ikelos@gentoo \
    --to=ikelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox