# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Enemies of Carlotta is a simple mailing list manager" HOMEPAGE="http://liw.iki.fi/liw/eoc/" MY_PN="enemies-of-carlotta" SRC_URI="http://liw.iki.fi/liw/eoc/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.3 mail-filter/procmail" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}-${PV}" src_compile() { emake || die "emake failed" } src_install() { einstall || die "einstall failed" } pkg_postinst() { einfo "Please read 'man enemies-of-carlotta' \ to configure your mail system." }