diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-03-03 18:37:40 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-03-03 18:37:40 +0000 |
commit | 5ab0ee2bf06c8bba9b83613a5d6f05028833624e (patch) | |
tree | 069258f2a14145a67158e1163a9a504a658ed5b2 /mail-client | |
parent | Added ~ppc wrt bug 129395 (diff) | |
download | gentoo-2-5ab0ee2bf06c8bba9b83613a5d6f05028833624e.tar.gz gentoo-2-5ab0ee2bf06c8bba9b83613a5d6f05028833624e.tar.bz2 gentoo-2-5ab0ee2bf06c8bba9b83613a5d6f05028833624e.zip |
Version bump for bug #153376 and #161974.
(Portage version: 2.1.2-r14)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/cone/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/cone/cone-0.69.ebuild | 27 | ||||
-rw-r--r-- | mail-client/cone/files/digest-cone-0.69 | 3 |
3 files changed, 36 insertions, 1 deletions
diff --git a/mail-client/cone/ChangeLog b/mail-client/cone/ChangeLog index 4a55ecdf5f91..57ffc82d57ce 100644 --- a/mail-client/cone/ChangeLog +++ b/mail-client/cone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/cone # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.15 2007/02/22 00:54:14 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.16 2007/03/03 18:37:40 dirtyepic Exp $ + +*cone-0.69 (03 Mar 2007) + + 03 Mar 2007; Ryan Hill <dirtyepic@gentoo.org> +cone-0.69.ebuild: + Version bump for bug #153376 and #161974. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/mail-client/cone/cone-0.69.ebuild b/mail-client/cone/cone-0.69.ebuild new file mode 100644 index 000000000000..28b552c0c0a0 --- /dev/null +++ b/mail-client/cone/cone-0.69.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.69.ebuild,v 1.1 2007/03/03 18:37:40 dirtyepic 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=">=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() { + emake install DESTDIR=${D} || die + DESTDIR=${D} emake install-configure || die + + dosed "3i export LANG=en_US" /usr/bin/cone +} diff --git a/mail-client/cone/files/digest-cone-0.69 b/mail-client/cone/files/digest-cone-0.69 new file mode 100644 index 000000000000..9c683c7d8513 --- /dev/null +++ b/mail-client/cone/files/digest-cone-0.69 @@ -0,0 +1,3 @@ +MD5 32fa69a4da29fdb67dc9d7eb50dfa68a cone-0.69.tar.bz2 4033426 +RMD160 d27d03935924eacc6b2c8467406379d406903f19 cone-0.69.tar.bz2 4033426 +SHA256 bc538bf404e69dac4a3eeae54d5e4682932b09007f3617907a60f37bd74f0d07 cone-0.69.tar.bz2 4033426 |