summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/cone')
-rw-r--r--mail-client/cone/ChangeLog27
-rw-r--r--mail-client/cone/Manifest5
-rw-r--r--mail-client/cone/cone-0.56.ebuild32
-rw-r--r--mail-client/cone/cone-0.57.ebuild32
-rw-r--r--mail-client/cone/files/digest-cone-0.561
-rw-r--r--mail-client/cone/files/digest-cone-0.571
6 files changed, 98 insertions, 0 deletions
diff --git a/mail-client/cone/ChangeLog b/mail-client/cone/ChangeLog
new file mode 100644
index 000000000000..0f53dfc963d5
--- /dev/null
+++ b/mail-client/cone/ChangeLog
@@ -0,0 +1,27 @@
+# ChangeLog for net-mail/cone
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.1 2004/05/30 02:39:36 seemant Exp $
+
+*cone-0.56 (29 May 2004)
+
+ 29 May 2004; Seemant Kulleen <seemant@gentoo.org> +cone-0.56.ebuild,
+ +cone-0.57.ebuild:
+ Moved from net-mail/cone to mail-client/cone.
+
+ 25 Jan 2004; Jason Wever <weeve@gentoo.org> cone-0.57.ebuild:
+ A ~sparc for you Mr. Cone
+
+*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)
+
+ 14 Dec 2003; Brian Jackson <iggy@gentoo.org> cone-0.56.ebuild:
+ new package, cone is a console based news/mail reader written by the author of
+ courier. This has been living in my overlay for awhile, and I've had a few
+ other people test it. Let me know if you give this a try and it works or
+ doesn't.
+
diff --git a/mail-client/cone/Manifest b/mail-client/cone/Manifest
new file mode 100644
index 000000000000..41fa67d2b725
--- /dev/null
+++ b/mail-client/cone/Manifest
@@ -0,0 +1,5 @@
+MD5 46addfb2f76241696f94eaf0d770233e cone-0.57.ebuild 811
+MD5 951a36170166cb253bc78d52fbfb7ca4 cone-0.56.ebuild 804
+MD5 ff8a4cf3b950a2f8d340894e12a200bf ChangeLog 821
+MD5 cd49a94f0d2396f3880a8b0bca431073 files/digest-cone-0.56 63
+MD5 6a82a031a17392d5565b4ceaafc87604 files/digest-cone-0.57 63
diff --git a/mail-client/cone/cone-0.56.ebuild b/mail-client/cone/cone-0.56.ebuild
new file mode 100644
index 000000000000..28767a44b6f8
--- /dev/null
+++ b/mail-client/cone/cone-0.56.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/mail-client/cone/cone-0.57.ebuild b/mail-client/cone/cone-0.57.ebuild
new file mode 100644
index 000000000000..f0722ffad32b
--- /dev/null
+++ b/mail-client/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 ~sparc"
+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/mail-client/cone/files/digest-cone-0.56 b/mail-client/cone/files/digest-cone-0.56
new file mode 100644
index 000000000000..dcbc438db356
--- /dev/null
+++ b/mail-client/cone/files/digest-cone-0.56
@@ -0,0 +1 @@
+MD5 6edd669b5c83eba3a1c3aedf25e4b395 cone-0.56.tar.bz2 1836189
diff --git a/mail-client/cone/files/digest-cone-0.57 b/mail-client/cone/files/digest-cone-0.57
new file mode 100644
index 000000000000..4ee167fce192
--- /dev/null
+++ b/mail-client/cone/files/digest-cone-0.57
@@ -0,0 +1 @@
+MD5 967397b0c05917d36682336041d724b6 cone-0.57.tar.bz2 1835675