summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-12-25 10:37:18 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:20 +0200
commit34f20004a6d251689bace827a436b22213655ecc (patch)
treec4c6a36fe28add816b55424d1e5d9bd27ae2ab6f /net-firewall/firewall-mv/firewall-mv-8.5.ebuild
parentBump chklref, ccache, noscript (diff)
downloadmv-34f20004a6d251689bace827a436b22213655ecc.tar.gz
mv-34f20004a6d251689bace827a436b22213655ecc.tar.bz2
mv-34f20004a6d251689bace827a436b22213655ecc.zip
Bump zram-init, firewall-mv, schedule, squashmount
Diffstat (limited to 'net-firewall/firewall-mv/firewall-mv-8.5.ebuild')
-rw-r--r--net-firewall/firewall-mv/firewall-mv-8.5.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-firewall/firewall-mv/firewall-mv-8.5.ebuild b/net-firewall/firewall-mv/firewall-mv-8.5.ebuild
deleted file mode 100644
index bae08bd7..00000000
--- a/net-firewall/firewall-mv/firewall-mv-8.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-RESTRICT="mirror"
-inherit eutils systemd
-
-DESCRIPTION="Initialize iptables and net-related sysctl variables"
-HOMEPAGE="https://github.com/vaeth/firewall-mv/"
-SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="app-shells/push"
-DEPEND=""
-
-src_prepare() {
- if use prefix
- then sed -i \
- -e "s!/etc/!${EPREFIX}/etc/!g" \
- -e "s!/usr/!${EPREFIX}/usr/!g" \
- -- sbin/* etc/* systemd/* || die
- else sed -i \
- -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
- -- sbin/* || die
- fi
- epatch_user
-}
-
-src_install() {
- into /
- dosbin sbin/*
- insinto /etc
- doins -r etc/*
- insinto /usr/lib/modules-load.d
- doins modules-load.d/*
- insinto /usr/share/zsh/site-functions
- doins zsh/*
- doconfd openrc/conf.d/*
- doinitd openrc/init.d/*
- dodoc README
- systemd_dounit systemd/*
-}