# Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="A simple mail queue" HOMEPAGE="http://www.sthu.org/code/smailq.html" SRC_URI="http://git.sthu.org/?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="mirror" IUSE="+mta" DEPEND=" >=dev-lang/python-3.2 app-text/docbook2X !net-mail/mailwrapper !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] " RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-v${PV}-cff9154" src_install() { if quse mta; then dosbin sendmail dobin mailq fi dobin smailq doman smailq.1 dodoc smailq.conf }