summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-03-19 22:27:05 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:26 +0200
commit01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f (patch)
tree51faca7560d66b840a9f4a6d040e89d48315dcab /net-firewall
parentBump noscript (diff)
downloadmv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.gz
mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.bz2
mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.zip
Bump getdelta. Use vcs-snapshot.eclass. Homepage without variable
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firewall-mv/ChangeLog5
-rw-r--r--net-firewall/firewall-mv/firewall-mv-6.2.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/net-firewall/firewall-mv/ChangeLog b/net-firewall/firewall-mv/ChangeLog
index 1aad4023..d756339b 100644
--- a/net-firewall/firewall-mv/ChangeLog
+++ b/net-firewall/firewall-mv/ChangeLog
@@ -4,7 +4,10 @@
*firewall-mv-6.2 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*firewall-mv-6.1 (04 Feb 2012)
diff --git a/net-firewall/firewall-mv/firewall-mv-6.2.ebuild b/net-firewall/firewall-mv/firewall-mv-6.2.ebuild
index 89c906a4..5de8bfeb 100644
--- a/net-firewall/firewall-mv/firewall-mv-6.2.ebuild
+++ b/net-firewall/firewall-mv/firewall-mv-6.2.ebuild
@@ -4,21 +4,16 @@
EAPI="4"
RESTRICT="mirror"
+inherit vcs-snapshot
DESCRIPTION="Initialize iptables and net-related sysctl variables"
-HOMEPAGE="https://github.com/vaeth/${PN}"
+HOMEPAGE="https://github.com/vaeth/firewall-mv/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_prepare() {
sed -i \
-e "s!/etc/!${EPREFIX%/}/etc/!g" \