summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-07-06 14:50:56 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-07-06 14:50:56 +0000
commit7cabe6389d81bbe015df99744f28b2ded8a0923b (patch)
tree4bfa11a08240166b6ae6819272955d0deb8a0413 /net-libs/libetpan
parentMore IUSE fixes (diff)
downloadhistorical-7cabe6389d81bbe015df99744f28b2ded8a0923b.tar.gz
historical-7cabe6389d81bbe015df99744f28b2ded8a0923b.tar.bz2
historical-7cabe6389d81bbe015df99744f28b2ded8a0923b.zip
Reverted last change.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-libs/libetpan')
-rw-r--r--net-libs/libetpan/ChangeLog5
-rw-r--r--net-libs/libetpan/Manifest10
-rw-r--r--net-libs/libetpan/libetpan-0.37.ebuild3
3 files changed, 7 insertions, 11 deletions
diff --git a/net-libs/libetpan/ChangeLog b/net-libs/libetpan/ChangeLog
index 1c6bdd7e044f..78f745d8ab63 100644
--- a/net-libs/libetpan/ChangeLog
+++ b/net-libs/libetpan/ChangeLog
@@ -1,9 +1,6 @@
# ChangeLog for net-libs/libetpan
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.5 2005/07/06 14:39:32 ticho Exp $
-
- 06 Jul 2005; Andrej Kacian <ticho@gentoo.org> libetpan-0.37.ebuild:
- Force --without-gnutls due to gnutls support being incomplete.
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.6 2005/07/06 14:50:56 ticho Exp $
05 Jul 2005; David Holm <dholm@gentoo.org> libetpan-0.37.ebuild:
Added to ~ppc.
diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 991973afb936..a253cd94abce 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -2,15 +2,15 @@
Hash: SHA1
MD5 df56f13bcfcbbe4d0c286ece4b275062 libetpan-0.36.ebuild 804
-MD5 c417c8d74b42f0e19ef5711fba42aa19 libetpan-0.37.ebuild 830
-MD5 582191588da54a05c960efccdfa7c1a6 ChangeLog 776
+MD5 b72031a08b1306b77711ae51ead8b309 libetpan-0.37.ebuild 809
+MD5 1bd698557d7d3914bc8bdc0258914dd8 ChangeLog 640
MD5 509fe3ad1d5f4dfbeab7ff814984a262 metadata.xml 612
MD5 b97f7371a550f937a4b82ef30079c155 files/digest-libetpan-0.36 66
MD5 abfec432a49010c2597fe864d33e8287 files/digest-libetpan-0.37 66
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCy+0+QlM6RnzZP+IRApBcAJ9Au5Uw1IDrrYmJJBYPms/sWTRQzgCgkc8L
-7Q4zIwurcoVKoMGbrDzoMIg=
-=B1Py
+iD8DBQFCy+/1QlM6RnzZP+IRAu/AAJ9L3Qqi0cMk1lKPTKcvNRHj/VqwLACfffdv
+AcDCPKieLJ1Lp7PW6sVxx2Y=
+=6bjb
-----END PGP SIGNATURE-----
diff --git a/net-libs/libetpan/libetpan-0.37.ebuild b/net-libs/libetpan/libetpan-0.37.ebuild
index f778ffb7520b..d14d1aa1aea4 100644
--- a/net-libs/libetpan/libetpan-0.37.ebuild
+++ b/net-libs/libetpan/libetpan-0.37.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.37.ebuild,v 1.3 2005/07/06 14:39:32 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.37.ebuild,v 1.4 2005/07/06 14:50:56 ticho Exp $
DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
HOMEPAGE="http://libetpan.sourceforge.net"
@@ -21,7 +21,6 @@ src_compile() {
`use_enable debug` \
`use_enable berkdb db` \
`use_with ssl openssl` \
- --without-gnutls \
|| die "econf failed"
emake || die "emake failed"
}