summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-09-23 17:03:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-09-23 17:03:29 +0000
commit6a4633136d857ab21fbe86950b6b97db4a35860c (patch)
treed57d438032d04af7be2695f0762c22158002b7b9 /net-analyzer/postal
parentAdd Alexander van der Mey on metadata.xml as he is the upstream developer and... (diff)
downloadhistorical-6a4633136d857ab21fbe86950b6b97db4a35860c.tar.gz
historical-6a4633136d857ab21fbe86950b6b97db4a35860c.tar.bz2
historical-6a4633136d857ab21fbe86950b6b97db4a35860c.zip
old
Package-Manager: portage-2.2_rc86/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/postal')
-rw-r--r--net-analyzer/postal/Manifest2
-rw-r--r--net-analyzer/postal/postal-0.62.ebuild29
2 files changed, 0 insertions, 31 deletions
diff --git a/net-analyzer/postal/Manifest b/net-analyzer/postal/Manifest
index e9155220373d..e8cfdc31f5ab 100644
--- a/net-analyzer/postal/Manifest
+++ b/net-analyzer/postal/Manifest
@@ -3,9 +3,7 @@ AUX 02_postal-0.70-nossl.patch 1945 RMD160 e9dd1ff6e8171277f9290debe6c89a931d0f4
AUX 03_postal-0.70-c++0x-integrated.patch 7118 RMD160 a6e4a5af4033ed9235fe8f2c405128f4523852e0 SHA1 c59d0039cfe8f4c640d3e33e34a67e9787454c0b SHA256 687341a58889402a0681d0630b1a7ef2380129af34a431c5358fe454cb0e37ed
AUX 04_postal-0.70-warnings.patch 445 RMD160 0574ab04ebebbf2ecdf92bb17937212934976ce9 SHA1 dc8a4f0bd1dcd7970799329d2d0a7ad79a5895fa SHA256 369b174bc39454cd6ca854cb05d403a56f739a1ab341a22bd2192a73e43791d1
AUX 05_postal-0.70-openssl-1.patch 529 RMD160 87e0e347aa87c3527fd39022f7aef17954b28a83 SHA1 474a95d108a24b2d74cd0dc6f92d0afafcb41d7e SHA256 552d803986a8adba0f7b88337ba215b41eb0c14a6f61f93e88821dfdb5269b54
-DIST postal-0.62.tgz 84506 RMD160 694800444ff33c7c64c5b7915ef5438fdb3605f3 SHA1 6379ac223964921963389c8c600a1ba4b24a6ab3 SHA256 937252ddff2576364f3ea5ce05a9247ec5ab8e043a951c6c1ad6ce15d016ddd6
DIST postal-0.70.tgz 99965 RMD160 2b23ab0d60abfeaad32adf7ba65134d0f267294a SHA1 d02dc900eb645aa993c5747fa434a0af4b0fb7e0 SHA256 ce7f7650fbe1aecc7543dbbdc74e86229c03e14e3534193341ad78dfb8662b42
-EBUILD postal-0.62.ebuild 811 RMD160 26bceace758af659d50637fb043c2b003ce4ad70 SHA1 7be5ac863877b0a46712f5fa50a65f8ee460e261 SHA256 ce589d42e036ace8bb4781f337bd5e9a20d7f75c912c6d4d391d9f7d62bd548b
EBUILD postal-0.70.ebuild 1227 RMD160 2d1392dba78f0005e3b589a64f91944ebb33441b SHA1 31e9fff09f667e1ebda905b24a0347414f075144 SHA256 f084d4285e9c8458d083551332735506650bbdef8d307f7f104d647c8797d393
MISC ChangeLog 1466 RMD160 63d2f242c91d8aa95cc30000ef1ccbe761cf8c4d SHA1 186502f1ec4af0fbfed1306a87d49fd606e57928 SHA256 386d2847e6f0f30afd44f1ccfc52c781bfdc771bb7ab6816dd3d5560d0f5404d
MISC metadata.xml 162 RMD160 fd38b82541901b3c6df18b630d79fe7883ae3f01 SHA1 e6aecefcc2137d6047cedfe447686775ab59cb48 SHA256 569031668e39895fb20829fb17a49a91a83e8f41b2195b0f04825c4340d2af6b
diff --git a/net-analyzer/postal/postal-0.62.ebuild b/net-analyzer/postal/postal-0.62.ebuild
deleted file mode 100644
index 3e46ca878581..000000000000
--- a/net-analyzer/postal/postal-0.62.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/postal/postal-0.62.ebuild,v 1.4 2005/03/17 19:39:05 hansmi Exp $
-
-DESCRIPTION="SMTP and POP mailserver benchmark - the mad postman. Supports SSL, randomized user accounts and more."
-HOMEPAGE="http://www.coker.com.au/postal/"
-SRC_URI="http://www.coker.com.au/postal/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ppc ~hppa"
-IUSE="ssl"
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )"
-
-src_compile() {
- myconf=
-
- if use !ssl; then
- # broken configure, use_enable doesn't work right
- myconf="${myconf} --disable-ssl"
- fi
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- dosbin postal postal-list rabid
- doman postal-list.8 postal.8 rabid.8
-}