summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-10-26 23:04:49 +0000
committerTom Martin <slarti@gentoo.org>2004-10-26 23:04:49 +0000
commite649bcc6b0b0ff447b8074fcf5025ad787bb6515 (patch)
treee8ae086a0b23fdab110da7ffff89b1e62b30a813 /net-mail
parentFix RDEPEND (diff)
downloadgentoo-2-e649bcc6b0b0ff447b8074fcf5025ad787bb6515.tar.gz
gentoo-2-e649bcc6b0b0ff447b8074fcf5025ad787bb6515.tar.bz2
gentoo-2-e649bcc6b0b0ff447b8074fcf5025ad787bb6515.zip
Initial import, resolves bug 68905.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/pyeximon/ChangeLog10
-rw-r--r--net-mail/pyeximon/Manifest3
-rw-r--r--net-mail/pyeximon/files/digest-pyeximon-1.01
-rw-r--r--net-mail/pyeximon/metadata.xml8
-rw-r--r--net-mail/pyeximon/pyeximon-1.0.ebuild30
5 files changed, 52 insertions, 0 deletions
diff --git a/net-mail/pyeximon/ChangeLog b/net-mail/pyeximon/ChangeLog
new file mode 100644
index 000000000000..13b9b985c71e
--- /dev/null
+++ b/net-mail/pyeximon/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-mail/pyeximon
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pyeximon/ChangeLog,v 1.1 2004/10/26 23:04:49 slarti Exp $
+
+*pyeximon-1.0 (26 Oct 2004)
+
+ 26 Oct 2004; Tom Martin <slarti@gentoo.org> +metadata.xml,
+ +pyeximon-1.0.ebuild:
+ Initial import, resolves bug 68905.
+
diff --git a/net-mail/pyeximon/Manifest b/net-mail/pyeximon/Manifest
new file mode 100644
index 000000000000..6f04444de898
--- /dev/null
+++ b/net-mail/pyeximon/Manifest
@@ -0,0 +1,3 @@
+MD5 7c606fc8a38d672a8468866385fe06f8 pyeximon-1.0.ebuild 555
+MD5 72faf8d39c2b85fbce5386b84d59dc9d metadata.xml 241
+MD5 51b9aefb62bc4d461fc44f6504eb38bc files/digest-pyeximon-1.0 63
diff --git a/net-mail/pyeximon/files/digest-pyeximon-1.0 b/net-mail/pyeximon/files/digest-pyeximon-1.0
new file mode 100644
index 000000000000..b150edda1aa1
--- /dev/null
+++ b/net-mail/pyeximon/files/digest-pyeximon-1.0
@@ -0,0 +1 @@
+MD5 fcec35b2df46936a7a05331f5a954e4b pyeximon-1.0.tar.gz 24983
diff --git a/net-mail/pyeximon/metadata.xml b/net-mail/pyeximon/metadata.xml
new file mode 100644
index 000000000000..33af9dd706dd
--- /dev/null
+++ b/net-mail/pyeximon/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-mail</herd>
+ <maintainer>
+ <email>slarti@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-mail/pyeximon/pyeximon-1.0.ebuild b/net-mail/pyeximon/pyeximon-1.0.ebuild
new file mode 100644
index 000000000000..0cddd6233e8c
--- /dev/null
+++ b/net-mail/pyeximon/pyeximon-1.0.ebuild
@@ -0,0 +1,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
+}