dev-python/flask-browserid: port to distutils-r1 also add version 0.0.4
(Portage version: 2.2.20.1/hg/Linux x86_64, unsigned Manifest commit)
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.3.3.ebuild,v 1.4 2008/05/05 15:28:55 drac Exp $
EAPI=2
inherit versionator
MY_PV="$(get_version_component_range 1-2)"
DESCRIPTION="Command line util for managing firewall rules"
HOMEPAGE="http://ferm.foo-projects.org/"
SRC_URI="http://ferm.foo-projects.org/download/${MY_PV}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
SLOT="0"
DEPEND=""
RDEPEND="dev-lang/perl
net-firewall/iptables"
src_prepare() {
# set mandir
sed -i s:/man:/share/man: config.mk
}
src_install () {
emake PREFIX="${D}/usr" DOCDIR="${D}/usr/share/doc/${PF}" install || die "emake install failed"
}
pkg_postinst() {
einfo "See /usr/share/doc/${PF}/examples for sample configs"
}