summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-12-03 18:03:15 +0000
committerTom Martin <slarti@gentoo.org>2004-12-03 18:03:15 +0000
commitba4ae2ddd22ee52b3908dbe5811e6f3b31c89635 (patch)
treec352c221eece3c6496533963de5d48a00eaa82eb /net-mail
parentUnmasking the gtk-sharp split up! (diff)
downloadgentoo-2-ba4ae2ddd22ee52b3908dbe5811e6f3b31c89635.tar.gz
gentoo-2-ba4ae2ddd22ee52b3908dbe5811e6f3b31c89635.tar.bz2
gentoo-2-ba4ae2ddd22ee52b3908dbe5811e6f3b31c89635.zip
Removed: abandoned by upstream and broken with current pygtk
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/pyeximon/ChangeLog10
-rw-r--r--net-mail/pyeximon/Manifest14
-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, 0 insertions, 63 deletions
diff --git a/net-mail/pyeximon/ChangeLog b/net-mail/pyeximon/ChangeLog
deleted file mode 100644
index 13b9b985c71e..000000000000
--- a/net-mail/pyeximon/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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
deleted file mode 100644
index b48a84dbd898..000000000000
--- a/net-mail/pyeximon/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 ea4aa1d78453c6777474692d3366ddde pyeximon-1.0.ebuild 701
-MD5 56c8b7804739d49eacb956793a46b05d ChangeLog 360
-MD5 72faf8d39c2b85fbce5386b84d59dc9d metadata.xml 241
-MD5 51b9aefb62bc4d461fc44f6504eb38bc files/digest-pyeximon-1.0 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBfsoPCHk4+ZoBpvsRAjVrAJ44oey/qP6/o3x49DBK5ioq7D0P/QCeO/ee
-gcZ6cm2hLeYvMuRzjkxswTo=
-=1Wi9
------END PGP SIGNATURE-----
diff --git a/net-mail/pyeximon/files/digest-pyeximon-1.0 b/net-mail/pyeximon/files/digest-pyeximon-1.0
deleted file mode 100644
index b150edda1aa1..000000000000
--- a/net-mail/pyeximon/files/digest-pyeximon-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fcec35b2df46936a7a05331f5a954e4b pyeximon-1.0.tar.gz 24983
diff --git a/net-mail/pyeximon/metadata.xml b/net-mail/pyeximon/metadata.xml
deleted file mode 100644
index 33af9dd706dd..000000000000
--- a/net-mail/pyeximon/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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
deleted file mode 100644
index 0cddd6233e8c..000000000000
--- a/net-mail/pyeximon/pyeximon-1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}