public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/igmpproxy/
Date: Tue, 16 Jan 2018 02:10:38 +0000 (UTC)	[thread overview]
Message-ID: <1516068595.394df8fbb8cf7a0b9f48b5baf588e048e934857b.vapier@gentoo> (raw)

commit:     394df8fbb8cf7a0b9f48b5baf588e048e934857b
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 02:09:39 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 02:09:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394df8fb

net-misc/igmpproxy: version bump to 0.2 #642160

Closes: https://bugs.gentoo.org/642160

 net-misc/igmpproxy/Manifest             |  1 +
 net-misc/igmpproxy/igmpproxy-0.2.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/net-misc/igmpproxy/Manifest b/net-misc/igmpproxy/Manifest
index dc74142f3b0..e90ba0d238d 100644
--- a/net-misc/igmpproxy/Manifest
+++ b/net-misc/igmpproxy/Manifest
@@ -1 +1,2 @@
 DIST igmpproxy-0.1.tar.gz 140159 BLAKE2B d4a0fb0f69f1e8c7221ecd2842e95cfa390f54885d5eaaa5c69a32563b318a05540e123d4b19cd63a930d17934c1344fdf6467fad5c1de333d03e0a802e7912b SHA512 1a569814d8984610402313d8c4adb78ff362f82ae28c968a8ba0fb411e12a704d1b51b387111b51517ab8fb2e86952bbd196f27eccd311c11ce288fc6fa25ad4
+DIST igmpproxy-0.2.tar.gz 170705 BLAKE2B a2a13399995f283fb77b500140c1750ed306511eb5f51a71491edc245c8d8f873809fac9a82dc7ba0be7a7390643d85d7f4a2a8521b3c2c20fb8f09ad33b507d SHA512 a06f95c912456191d0953c08058ccb987120f6b11426d15e329c2de95878b9fc6ee5742b253e2c06b8002771478c382a58a14a0af76fb835ebb1d132b9f34e4f

diff --git a/net-misc/igmpproxy/igmpproxy-0.2.ebuild b/net-misc/igmpproxy/igmpproxy-0.2.ebuild
new file mode 100644
index 00000000000..92b9f1240bd
--- /dev/null
+++ b/net-misc/igmpproxy/igmpproxy-0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit linux-info systemd
+
+DESCRIPTION="Multicast Routing Daemon using only IGMP signalling"
+HOMEPAGE="https://github.com/pali/igmpproxy"
+SRC_URI="https://github.com/pali/igmpproxy/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 Stanford"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE"
+
+src_install() {
+	emake DESTDIR="${D}" install
+	newinitd "${FILESDIR}/${PN}-init.d" ${PN}
+	newconfd "${FILESDIR}/${PN}-conf.d" ${PN}
+	systemd_dounit "${FILESDIR}/${PN}.service"
+}


             reply	other threads:[~2018-01-16  2:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-16  2:10 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-03  0:07 [gentoo-commits] repo/gentoo:master commit in: net-misc/igmpproxy/ Conrad Kostecki
2022-12-03  0:07 Conrad Kostecki
2022-12-03  0:07 Conrad Kostecki
2022-10-31 13:36 Conrad Kostecki
2021-02-08  9:58 Conrad Kostecki
2021-02-08  9:58 Conrad Kostecki
2021-02-08  9:58 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2020-08-11 18:30 Conrad Kostecki
2020-08-11 14:23 Agostino Sarubbo
2020-08-10 12:04 Agostino Sarubbo
2020-05-19 21:35 Conrad Kostecki
2019-05-12 20:56 Thomas Deutschmann
2019-04-13 19:10 Agostino Sarubbo
2018-11-08 22:49 Patrice Clement
2018-11-08 22:49 Patrice Clement
2018-11-06  7:21 Mikle Kolyada
2017-12-24 23:04 Jonas Stein
2017-08-06 13:42 Amy Liffey
2016-05-04  0:10 Austin English

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=1516068595.394df8fbb8cf7a0b9f48b5baf588e048e934857b.vapier@gentoo \
    --to=vapier@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