From 918e93186270b488db2425048718913d5731554d Mon Sep 17 00:00:00 2001
From: Brian Jackson <iggy@gentoo.org>
Date: Sun, 25 Jan 2004 00:16:40 +0000
Subject: add libxml2 to deps, fixes 39281, also version bumped while I was
 here

---
 net-mail/cone/ChangeLog              | 10 ++++++++--
 net-mail/cone/Manifest               |  6 ++++--
 net-mail/cone/cone-0.56.ebuild       |  4 +++-
 net-mail/cone/cone-0.57.ebuild       | 32 ++++++++++++++++++++++++++++++++
 net-mail/cone/files/digest-cone-0.57 |  1 +
 5 files changed, 48 insertions(+), 5 deletions(-)
 create mode 100644 net-mail/cone/cone-0.57.ebuild
 create mode 100644 net-mail/cone/files/digest-cone-0.57

(limited to 'net-mail')

diff --git a/net-mail/cone/ChangeLog b/net-mail/cone/ChangeLog
index 34c3bf18ace6..9adea8cd160f 100644
--- a/net-mail/cone/ChangeLog
+++ b/net-mail/cone/ChangeLog
@@ -1,6 +1,12 @@
 # ChangeLog for net-mail/cone
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cone/ChangeLog,v 1.1 2003/12/15 05:16:03 iggy Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cone/ChangeLog,v 1.2 2004/01/25 00:16:36 iggy Exp $
+
+*cone-0.57 (24 Jan 2004)
+
+  24 Jan 2004; Brian Jackson <iggy@gentoo.org> cone-0.56.ebuild,
+  cone-0.57.ebuild:
+  add libxml2 to deps, fixes 39281, also version bumped while I was here
 
 *cone-0.56 (14 Dec 2003)
 
diff --git a/net-mail/cone/Manifest b/net-mail/cone/Manifest
index d59918fb35d1..ba619ec89f3b 100644
--- a/net-mail/cone/Manifest
+++ b/net-mail/cone/Manifest
@@ -1,4 +1,6 @@
-MD5 cd49a94f0d2396f3880a8b0bca431073 files/digest-cone-0.56 63
-MD5 8794a8fe11871ddd496b21ba18ed78e5 cone-0.56.ebuild 762
+MD5 951a36170166cb253bc78d52fbfb7ca4 cone-0.57.ebuild 804
+MD5 951a36170166cb253bc78d52fbfb7ca4 cone-0.56.ebuild 804
 MD5 4176106b82405b3381074ebfcb076b39 ChangeLog 542
 MD5 17c4efc78bb8fcfbfdfc1f57dafa4e5b metadata.xml 387
+MD5 cd49a94f0d2396f3880a8b0bca431073 files/digest-cone-0.56 63
+MD5 6a82a031a17392d5565b4ceaafc87604 files/digest-cone-0.57 63
diff --git a/net-mail/cone/cone-0.56.ebuild b/net-mail/cone/cone-0.56.ebuild
index 84ad5bae4933..28767a44b6f8 100644
--- a/net-mail/cone/cone-0.56.ebuild
+++ b/net-mail/cone/cone-0.56.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /home/cvsroot/gentoo-x86/net-mail/courier/courier-0.41.0.ebuild
 
@@ -13,6 +13,8 @@ IUSE="spell crypt"
 
 RDEPEND="virtual/glibc
 	>=dev-libs/openssl-0.9.6
+	dev-libs/libxml2
+	fam? ( app-admin/fam )
 	crypt? ( >=app-crypt/gnupg-1.0.4 )
 	spell? ( virtual/aspell-dict )"
 DEPEND="${RDEPEND}
diff --git a/net-mail/cone/cone-0.57.ebuild b/net-mail/cone/cone-0.57.ebuild
new file mode 100644
index 000000000000..28767a44b6f8
--- /dev/null
+++ b/net-mail/cone/cone-0.57.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /home/cvsroot/gentoo-x86/net-mail/courier/courier-0.41.0.ebuild
+
+DESCRIPTION="Cone: COnsole News reader and Emailer"
+SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
+HOMEPAGE="http://www.courier-mta.org/cone/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE="spell crypt"
+
+RDEPEND="virtual/glibc
+	>=dev-libs/openssl-0.9.6
+	dev-libs/libxml2
+	fam? ( app-admin/fam )
+	crypt? ( >=app-crypt/gnupg-1.0.4 )
+	spell? ( virtual/aspell-dict )"
+DEPEND="${RDEPEND}
+	dev-lang/perl"
+
+EXTRA_ECONF="--with-devel"
+
+src_install() {
+	make check DESTDIR=${D} || die
+	make install DESTDIR=${D} || die
+	DESTDIR=${D} make install-configure || die
+
+	sed -i "3i export LANG=en_US" ${D}/usr/bin/cone
+
+}
diff --git a/net-mail/cone/files/digest-cone-0.57 b/net-mail/cone/files/digest-cone-0.57
new file mode 100644
index 000000000000..4ee167fce192
--- /dev/null
+++ b/net-mail/cone/files/digest-cone-0.57
@@ -0,0 +1 @@
+MD5 967397b0c05917d36682336041d724b6 cone-0.57.tar.bz2 1835675
-- 
cgit v1.2.3-65-gdbad