summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
commit806ee087a26253de938c8605afd1d4ef8b9b9d8c (patch)
tree87831acf596fcc0f0c0a2ddfcd60aff39a9b0bfb /net-zope/mailhost
parentStable for amd64, wrt bug #401985 (diff)
downloadhistorical-806ee087a26253de938c8605afd1d4ef8b9b9d8c.tar.gz
historical-806ee087a26253de938c8605afd1d4ef8b9b9d8c.tar.bz2
historical-806ee087a26253de938c8605afd1d4ef8b9b9d8c.zip
Removing p.masked net-zope deps
Diffstat (limited to 'net-zope/mailhost')
-rw-r--r--net-zope/mailhost/ChangeLog20
-rw-r--r--net-zope/mailhost/Manifest4
-rw-r--r--net-zope/mailhost/mailhost-2.13.1.ebuild40
-rw-r--r--net-zope/mailhost/metadata.xml5
4 files changed, 0 insertions, 69 deletions
diff --git a/net-zope/mailhost/ChangeLog b/net-zope/mailhost/ChangeLog
deleted file mode 100644
index 80d7f59cd99b..000000000000
--- a/net-zope/mailhost/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for net-zope/mailhost
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/ChangeLog,v 1.3 2011/01/14 10:07:20 xarthisius Exp $
-
- 14 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
- mailhost-2.13.1.ebuild:
- marked ~ppc wrt #351612
-
-*mailhost-2.13.1 (27 Sep 2010)
-
- 27 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
- -mailhost-2.13.0.ebuild, +mailhost-2.13.1.ebuild:
- Version bump.
-
-*mailhost-2.13.0 (17 Sep 2010)
-
- 17 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
- +mailhost-2.13.0.ebuild, +metadata.xml:
- Initial addition. Ebuild written by me.
-
diff --git a/net-zope/mailhost/Manifest b/net-zope/mailhost/Manifest
deleted file mode 100644
index 30430a7a603b..000000000000
--- a/net-zope/mailhost/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST Products.MailHost-2.13.1.zip 29366 RMD160 7f85969c89b6b9452c5bc781c3490f0584f106ab SHA1 cabfe404ced81214e543d07d359e403c94fad17e SHA256 fe1b4797c4d3c5dd8123f715a75107f966f8b5469169c4c5c68c6b5776dc1199
-EBUILD mailhost-2.13.1.ebuild 996 RMD160 f69c08ef80720476b6b50c5288a337832e2b6b8b SHA1 1c9a8a8092d86a339915cb321d147badd63db199 SHA256 ae2226779dca78f975c4e8ea1d39d9366fd61f9fea7c057a14c7fe56f6b4928a
-MISC ChangeLog 682 RMD160 62539a59e82708fe29c5af033ff6aadaf7475c32 SHA1 caccc757edc19f713ffd4643afa416550269151b SHA256 6276957bf50a6d0197a529820de285cb4859ea94b60bd9d999cb89ed10fef55c
-MISC metadata.xml 162 RMD160 379856c00e7e61b0979c1cd26ed2f48cdb1bd74a SHA1 4d2120f21d176aada015eaee7153bbdebbbd42ba SHA256 3157dae328536e1bd59bacf81cef22ffc02768f40791abe5229328db312ffbe1
diff --git a/net-zope/mailhost/mailhost-2.13.1.ebuild b/net-zope/mailhost/mailhost-2.13.1.ebuild
deleted file mode 100644
index 2517fd5f203a..000000000000
--- a/net-zope/mailhost/mailhost-2.13.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/mailhost/mailhost-2.13.1.ebuild,v 1.2 2011/01/14 10:07:20 xarthisius Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
-
-inherit distutils
-
-MY_PN="Products.MailHost"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="zope.sendmail integration for Zope 2."
-HOMEPAGE="http://pypi.python.org/pypi/Products.MailHost"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="net-zope/accesscontrol
- net-zope/acquisition
- net-zope/datetime
- net-zope/documenttemplate
- net-zope/persistence
- >=net-zope/zope-2.12
- net-zope/zope-deferredimport
- net-zope/zope-interface
- net-zope/zope-sendmail"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="CHANGES.txt README.txt"
-PYTHON_MODNAME="${MY_PN/.//}"
diff --git a/net-zope/mailhost/metadata.xml b/net-zope/mailhost/metadata.xml
deleted file mode 100644
index 42125e6223db..000000000000
--- a/net-zope/mailhost/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>net-zope</herd>
-</pkgmetadata>