summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-11-25 15:33:56 +0000
committerMarinus Schraal <foser@gentoo.org>2003-11-25 15:33:56 +0000
commit5bb4c7d609de6ada327ac2b4aa89df492e96c733 (patch)
tree1a858c1e46262e6c84310d9e4da5d393782a0872 /net-mail
parentfix use switching (diff)
downloadgentoo-2-5bb4c7d609de6ada327ac2b4aa89df492e96c733.tar.gz
gentoo-2-5bb4c7d609de6ada327ac2b4aa89df492e96c733.tar.bz2
gentoo-2-5bb4c7d609de6ada327ac2b4aa89df492e96c733.zip
fix use switching
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/balsa/ChangeLog7
-rw-r--r--net-mail/balsa/Manifest5
-rw-r--r--net-mail/balsa/balsa-2.0.15-r1.ebuild (renamed from net-mail/balsa/balsa-2.0.15.ebuild)12
-rw-r--r--net-mail/balsa/files/digest-balsa-2.0.15-r1 (renamed from net-mail/balsa/files/digest-balsa-2.0.15)0
4 files changed, 14 insertions, 10 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog
index d8df9f5ae2c9..dd45c3a58be7 100644
--- a/net-mail/balsa/ChangeLog
+++ b/net-mail/balsa/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/balsa
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.44 2003/11/10 15:52:30 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.45 2003/11/25 15:33:41 foser Exp $
+
+*balsa-2.0.15-r1 (25 Nov 2003)
+
+ 25 Nov 2003; foser <foser@gentoo.org> balsa-2.0.15-r1.ebuild :
+ Yay, fix configure switching.. move it to the right spot (duh!)
*balsa-2.0.15 (10 Nov 2003)
diff --git a/net-mail/balsa/Manifest b/net-mail/balsa/Manifest
index fcd83005b9d3..ae0e930bf8d9 100644
--- a/net-mail/balsa/Manifest
+++ b/net-mail/balsa/Manifest
@@ -1,14 +1,13 @@
MD5 39bc6b56e6ea2b4a4acdf5a232121663 balsa-2.0.14.ebuild 1726
MD5 694d66321b4ec7cced8adfcdc2f8b080 balsa-2.0.11.ebuild 1648
-MD5 49b7970e97b0cac087137faefbc160e5 balsa-2.0.15-r1.ebuild 1441
+MD5 14bfa8b592379a9507851f9d5a395ec0 balsa-2.0.15-r1.ebuild 1444
MD5 a679efb198ad87b68ac094b4d27716c3 balsa-2.0.10.ebuild 1722
MD5 306baf1b7cdbf5f70da066752ebd44af balsa-1.4.3.ebuild 1715
-MD5 8e9d2fd32f66fd9537a6f7b4f3ab83b7 ChangeLog 7573
+MD5 beb486769e75893ae454a584e6d85916 ChangeLog 7737
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 74b12c84c9aefe5b1c457d6503a7040e files/digest-balsa-2.0.10 66
MD5 2543b736a736635b03f9b7156b2a5071 files/digest-balsa-2.0.11 66
MD5 2011fe7cfdc0ef2d21825be38169169f files/digest-balsa-2.0.14 66
-MD5 aa4090173ee51cb5766ef1b3a6d6f379 files/digest-balsa-2.0.15 66
MD5 7640c6a66bb87af1486164581e95296d files/balsa-1.4.0-gentoo.diff 830
MD5 92455a1d3e62f5727b37d43f60acdf12 files/digest-balsa-1.4.3 65
MD5 aa4090173ee51cb5766ef1b3a6d6f379 files/digest-balsa-2.0.15-r1 66
diff --git a/net-mail/balsa/balsa-2.0.15.ebuild b/net-mail/balsa/balsa-2.0.15-r1.ebuild
index b9a55e5b7c7f..a729c70f3d1a 100644
--- a/net-mail/balsa/balsa-2.0.15.ebuild
+++ b/net-mail/balsa/balsa-2.0.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.15.ebuild,v 1.1 2003/11/10 15:52:30 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.15-r1.ebuild,v 1.1 2003/11/25 15:33:42 foser Exp $
inherit gnome2 eutils
@@ -37,16 +37,16 @@ src_compile() {
local myconf
libmutt/configure \
- `use_with ssl` \
- `use_enable gtkhtml` \
- `use_enable perl pcre` \
- `use_enable ldap` \
--prefix=/usr \
--host=${CHOST} \
--with-mailpath=/var/mail || die "configure libmutt failed"
# threads diabled because of 17079
- econf ${myconf} \
+ econf \
+ `use_with ssl` \
+ `use_enable gtkhtml` \
+ `use_enable perl pcre` \
+ `use_enable ldap` \
`use_with crypt gpgme` \
--disable-threads || die "configure balsa failed"
diff --git a/net-mail/balsa/files/digest-balsa-2.0.15 b/net-mail/balsa/files/digest-balsa-2.0.15-r1
index 3060884c07a9..3060884c07a9 100644
--- a/net-mail/balsa/files/digest-balsa-2.0.15
+++ b/net-mail/balsa/files/digest-balsa-2.0.15-r1