Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/igmpproxy/
Date: Mon, 08 Feb 2021 09:59:00
Message-Id: 1612778323.24856158dce4b2c15d96d0b4e7f2ef81096d3d73.conikost@gentoo
1 commit: 24856158dce4b2c15d96d0b4e7f2ef81096d3d73
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 09:42:41 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 09:58:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24856158
7
8 net-misc/igmpproxy: drop old version
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-misc/igmpproxy/Manifest | 1 -
14 .../igmpproxy/igmpproxy-0.2.1_p20200508.ebuild | 35 ----------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/net-misc/igmpproxy/Manifest b/net-misc/igmpproxy/Manifest
18 index 201e093e6a0..b95a32c6d53 100644
19 --- a/net-misc/igmpproxy/Manifest
20 +++ b/net-misc/igmpproxy/Manifest
21 @@ -1,2 +1 @@
22 -DIST igmpproxy-0.2.1_p20200508.tar.gz 43672 BLAKE2B 886e293a30ec8b0a6bdfee9a7858d6de67b42e71628a604b108909f7eac31cfb129648f6eb8c47cf6aeec4d0a078f5a7a0f4487737b4f9338f727445a4f94dac SHA512 f0929537cac30664ed94231b2b31098dccea53a3e0d5ddfc14ae5ab08fa116438a983d06c17f41d8fec69b94d0c8725eb23525c94813d78310f2f2e3c03bcbf7
23 DIST igmpproxy-0.3.tar.gz 168403 BLAKE2B 4dd07936074fbd9b3c869851f5b592f1eec33109be78ee5a05b3658c26afb67c30379f7cc66dfa20af276aae0a1c21dbf5c9fd337c853d623b08126324b06561 SHA512 0b1deca544317e2f0b1ff550e5921e8d6f64565f7cd72b6210fc7d3d7c3a301875088687a31ca5a29d310b2931695bd7a77e41dc5685ab7175ea1d41fe9246af
24
25 diff --git a/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild b/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild
26 deleted file mode 100644
27 index a25a1519276..00000000000
28 --- a/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -EGIT_COMMIT="c3e813a077c26134aa7574b4b271a5ee3d781471"
37 -
38 -inherit autotools linux-info systemd
39 -
40 -DESCRIPTION="A multicast routing daemon which uses IGMP forwarding"
41 -HOMEPAGE="https://github.com/pali/igmpproxy"
42 -SRC_URI="https://github.com/pali/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
43 -
44 -KEYWORDS="amd64 x86"
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -
48 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
49 -
50 -CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE"
51 -
52 -src_prepare() {
53 - default
54 -
55 - eautoreconf
56 -}
57 -
58 -src_install() {
59 - default
60 -
61 - newinitd "${FILESDIR}"/igmpproxy.initd-r1 igmpproxy
62 - systemd_dounit "${FILESDIR}"/"${PN}".service
63 -
64 - newconfd "${FILESDIR}"/igmpproxy.confd igmpproxy
65 -}