summaryrefslogtreecommitdiff
blob: 0cddd6233e8c9bd0ca9a4d84ff0e37cb9211ef71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/pyeximon/pyeximon-1.0.ebuild,v 1.1 2004/10/26 23:04:49 slarti Exp $

DESCRIPTION="A GNOME monitor/manager for the popular MTA, Exim."
HOMEPAGE="http://pyeximon.sourceforge.net/"
SRC_URI="mirror://sourceforge/pyeximon/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="mail-mta/exim
	>=dev-lang/python-2.1
	dev-python/rtgraph
	=dev-python/pygtk-2*"

src_compile() {
	einfo "Nothing to compile."
}
src_install() {
	exeinto /usr/sbin
	doexe pyeximon

	insinto /etc
	doins pyeximon.conf

	doman pyeximon.8
	dodoc README
}