Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/igmpproxy/
Date: Wed, 04 May 2016 00:10:52
Message-Id: 1462320517.65e8ffa1540aef5d17911a84db837a7243e53aee.wizardedit@gentoo
1 commit: 65e8ffa1540aef5d17911a84db837a7243e53aee
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 23:38:03 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:08:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e8ffa1
7
8 net-misc/igmpproxy: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild b/net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild
16 deleted file mode 100644
17 index 508ca61..0000000
18 --- a/net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit linux-info systemd
27 -
28 -DESCRIPTION="Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol)"
29 -HOMEPAGE="http://sourceforge.net/projects/igmpproxy"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2 Stanford"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE"
38 -
39 -src_install() {
40 - emake DESTDIR="${D}" install
41 -
42 - newinitd "${FILESDIR}/${PN}-init.d" ${PN}
43 - newconfd "${FILESDIR}/${PN}-conf.d" ${PN}
44 - systemd_dounit "${FILESDIR}/${PN}.service"
45 -}