diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:17:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:17:07 -0500 |
commit | dbf82d2947819f08129f05241a251b1cd1e497e5 (patch) | |
tree | 161abed880def1374e0ddf72717a753ff2bb960b /net-misc/monmotha | |
parent | net-misc/monmotha: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-dbf82d2947819f08129f05241a251b1cd1e497e5.tar.gz gentoo-dbf82d2947819f08129f05241a251b1cd1e497e5.tar.bz2 gentoo-dbf82d2947819f08129f05241a251b1cd1e497e5.zip |
net-misc/monmotha: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/monmotha')
-rw-r--r-- | net-misc/monmotha/monmotha-2.3.8.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-misc/monmotha/monmotha-2.3.8.ebuild b/net-misc/monmotha/monmotha-2.3.8.ebuild deleted file mode 100644 index 9ee024bf147c..000000000000 --- a/net-misc/monmotha/monmotha-2.3.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="MonMotha IPTables-based firewall script" -HOMEPAGE="http://monmotha.mplug.org/firewall/" -LICENSE="GPL-2" - -KEYWORDS="x86 ~amd64" -IUSE="" -SLOT="0" -RDEPEND=">=net-firewall/iptables-1.2.5" - -MY_PVP=(${PV//[-\._]/ }) - -S=${WORKDIR} - -SRC_URI="http://monmotha.mplug.org/~monmotha/firewall/firewall/${MY_PVP[0]}.${MY_PVP[1]}/rc.firewall-${PV}" - -src_unpack() { - cp "${DISTDIR}"/${A} "${S}"/ -} - -src_install() { - newinitd "${FILESDIR}/monmotha.rc6" monmotha - exeinto /etc/monmotha - newexe "${S}/rc.firewall-${PV}" monmotha -} - -pkg_postinst () { - einfo "Don't forget to add the 'monmotha' startup script to your default" - einfo "runlevel by typing the following command:" - einfo "" - einfo " rc-update add monmotha default" - einfo "" - einfo "You need to edit /etc/monmotha/monmotha before using" - einfo "it. Enter the right vars in the file, start the script" - einfo "by typing: '/etc/init.d/monmotha start' and it should work." - einfo "" - einfo "Don't forget to change the path to iptables!!!" - einfo "" - einfo "Note: If You are stopping the firewall, all iptables rulesets" - einfo "will be flushed!!!" - einfo "" -} |