summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-10-22 19:19:11 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-10-22 19:19:11 +0000
commit9082f616876728a30ea91a8a3066f60c69bf8bcc (patch)
tree835a9f0e68c75691a6fcf6ea4eff8a7b2502242f /net-misc/igmpproxy
parentInitial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-9082f616876728a30ea91a8a3066f60c69bf8bcc.tar.gz
gentoo-2-9082f616876728a30ea91a8a3066f60c69bf8bcc.tar.bz2
gentoo-2-9082f616876728a30ea91a8a3066f60c69bf8bcc.zip
Version bump to 0.1, remove old ebuilds.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/igmpproxy')
-rw-r--r--net-misc/igmpproxy/ChangeLog9
-rw-r--r--net-misc/igmpproxy/igmpproxy-0.1.ebuild (renamed from net-misc/igmpproxy/igmpproxy-0.1_beta3.ebuild)2
-rw-r--r--net-misc/igmpproxy/igmpproxy-0.1_beta5.ebuild23
3 files changed, 9 insertions, 25 deletions
diff --git a/net-misc/igmpproxy/ChangeLog b/net-misc/igmpproxy/ChangeLog
index c832ae5e6a2a..677c3a7d4471 100644
--- a/net-misc/igmpproxy/ChangeLog
+++ b/net-misc/igmpproxy/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/igmpproxy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/igmpproxy/ChangeLog,v 1.4 2009/09/08 17:14:47 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/igmpproxy/ChangeLog,v 1.5 2009/10/22 19:19:11 idl0r Exp $
+
+*igmpproxy-0.1 (22 Oct 2009)
+
+ 22 Oct 2009; Christian Ruppert <idl0r@gentoo.org>
+ -igmpproxy-0.1_beta3.ebuild, -igmpproxy-0.1_beta5.ebuild,
+ +igmpproxy-0.1.ebuild:
+ Version bump to 0.1, remove old ebuilds.
08 Sep 2009; Mike Auty <ikelos@gentoo.org> igmpproxy-0.1_beta3.ebuild,
igmpproxy-0.1_beta5.ebuild:
diff --git a/net-misc/igmpproxy/igmpproxy-0.1_beta3.ebuild b/net-misc/igmpproxy/igmpproxy-0.1.ebuild
index 05f988f84c03..aeccf615cc64 100644
--- a/net-misc/igmpproxy/igmpproxy-0.1_beta3.ebuild
+++ b/net-misc/igmpproxy/igmpproxy-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/igmpproxy/igmpproxy-0.1_beta3.ebuild,v 1.2 2009/09/08 17:14:47 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/igmpproxy/igmpproxy-0.1.ebuild,v 1.1 2009/10/22 19:19:11 idl0r Exp $
inherit linux-info
diff --git a/net-misc/igmpproxy/igmpproxy-0.1_beta5.ebuild b/net-misc/igmpproxy/igmpproxy-0.1_beta5.ebuild
deleted file mode 100644
index cf8904614396..000000000000
--- a/net-misc/igmpproxy/igmpproxy-0.1_beta5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/igmpproxy/igmpproxy-0.1_beta5.ebuild,v 1.2 2009/09/08 17:14:47 ikelos Exp $
-
-inherit linux-info
-
-DESCRIPTION="Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol)"
-HOMEPAGE="http://sourceforge.net/projects/igmpproxy"
-SRC_URI="mirror://sourceforge/${PN}/${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 || die "emake install failed"
-
- newinitd "${FILESDIR}/${PN}-init.d" ${PN} || die
- newconfd "${FILESDIR}/${PN}-conf.d" ${PN} || die
-}