diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-04-26 20:11:26 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-04-26 20:11:26 +0000 |
commit | 7acd66e2f414d5a7592c94630d92148822791d90 (patch) | |
tree | 9aef6e1fae0fa6ff5d73f04f76bd0488b9250e84 /mail-client | |
parent | Version bump (diff) | |
download | gentoo-2-7acd66e2f414d5a7592c94630d92148822791d90.tar.gz gentoo-2-7acd66e2f414d5a7592c94630d92148822791d90.tar.bz2 gentoo-2-7acd66e2f414d5a7592c94630d92148822791d90.zip |
Version bump. Closes bug #104658, reported by Daniel Webert <rockoo at gmail.com>.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/cone/ChangeLog | 10 | ||||
-rw-r--r-- | mail-client/cone/cone-0.66.ebuild | 29 | ||||
-rw-r--r-- | mail-client/cone/files/digest-cone-0.66 | 3 |
3 files changed, 40 insertions, 2 deletions
diff --git a/mail-client/cone/ChangeLog b/mail-client/cone/ChangeLog index f6d101c90006..f49a9bbb0153 100644 --- a/mail-client/cone/ChangeLog +++ b/mail-client/cone/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/cone -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.13 2005/09/02 19:50:48 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.14 2006/04/26 20:11:26 ticho Exp $ + +*cone-0.66 (26 Apr 2006) + + 26 Apr 2006; Andrej Kacian <ticho@gentoo.org> +cone-0.66.ebuild: + Version bump. Closes bug #104658, reported by Daniel Webert <rockoo at + gmail.com>. 02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> cone-0.64.ebuild: Stable on ppc. diff --git a/mail-client/cone/cone-0.66.ebuild b/mail-client/cone/cone-0.66.ebuild new file mode 100644 index 000000000000..4592240127f6 --- /dev/null +++ b/mail-client/cone/cone-0.66.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.66.ebuild,v 1.1 2006/04/26 20:11:26 ticho Exp $ + +DESCRIPTION="CONE: COnsole News reader and Emailer" +HOMEPAGE="http://www.courier-mta.org/cone/" +SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~sparc ~x86" +IUSE="crypt fam spell" + +RDEPEND="virtual/libc + >=dev-libs/openssl-0.9.6 + dev-libs/libxml2 + fam? ( virtual/fam ) + crypt? ( >=app-crypt/gnupg-1.0.4 ) + spell? ( virtual/aspell-dict )" +DEPEND="${RDEPEND} + dev-lang/perl" + +src_install() { + make check DESTDIR=${D} || die + make install DESTDIR=${D} || die + DESTDIR=${D} make install-configure || die + + dosed "3i export LANG=en_US" /usr/bin/cone +} diff --git a/mail-client/cone/files/digest-cone-0.66 b/mail-client/cone/files/digest-cone-0.66 new file mode 100644 index 000000000000..6a23acc1068b --- /dev/null +++ b/mail-client/cone/files/digest-cone-0.66 @@ -0,0 +1,3 @@ +MD5 0c924c109b31a632acd7e905fd415c58 cone-0.66.tar.bz2 3873931 +RMD160 9f00f4752b0a7984b57eefd94a92a7f98cdd6e43 cone-0.66.tar.bz2 3873931 +SHA256 2fc6e7076342f29e02777767a8efcde630039b8ae89aa46a993c2054b4606429 cone-0.66.tar.bz2 3873931 |