Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/cone: ChangeLog cone-0.74.ebuild cone-0.57-r1.ebuild cone-0.66.ebuild cone-0.69.ebuild cone-0.63.ebuild
Date: Mon, 09 Jun 2008 09:27:35
Message-Id: E1K5dez-0007q1-Oo@stork.gentoo.org
1 loki_val 08/06/09 09:27:29
2
3 Modified: ChangeLog
4 Added: cone-0.74.ebuild
5 Removed: cone-0.57-r1.ebuild cone-0.66.ebuild
6 cone-0.69.ebuild cone-0.63.ebuild
7 Log:
8 bump and patch for bug #217637
9 (Portage version: 2.1.5.4)
10
11 Revision Changes Path
12 1.17 mail-client/cone/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/cone/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/cone/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/cone/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 3 Mar 2007 18:37:40 -0000 1.16
25 +++ ChangeLog 9 Jun 2008 09:27:29 -0000 1.17
26 @@ -1,6 +1,13 @@
27 # ChangeLog for mail-client/cone
28 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.16 2007/03/03 18:37:40 dirtyepic Exp $
30 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.17 2008/06/09 09:27:29 loki_val Exp $
32 +
33 +*cone-0.74 (09 Jun 2008)
34 +
35 + 09 Jun 2008; Peter Alfredsen <loki_val@g.o>
36 + +files/cone-0.74-gcc43.patch, -cone-0.57-r1.ebuild, -cone-0.63.ebuild,
37 + -cone-0.66.ebuild, -cone-0.69.ebuild, +cone-0.74.ebuild:
38 + bump and patch for bug #217637
39
40 *cone-0.69 (03 Mar 2007)
41
42
43
44
45 1.1 mail-client/cone/cone-0.74.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/cone/cone-0.74.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/cone/cone-0.74.ebuild?rev=1.1&content-type=text/plain
49
50 Index: cone-0.74.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.74.ebuild,v 1.1 2008/06/09 09:27:29 loki_val Exp $
55
56 inherit eutils
57
58 DESCRIPTION="CONE: COnsole News reader and Emailer"
59 HOMEPAGE="http://www.courier-mta.org/cone/"
60 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~ppc ~sparc ~x86"
65 IUSE="crypt fam spell"
66
67 RDEPEND=">=dev-libs/openssl-0.9.6
68 dev-libs/libxml2
69 fam? ( virtual/fam )
70 crypt? ( >=app-crypt/gnupg-1.0.4 )
71 spell? ( virtual/aspell-dict )"
72 DEPEND="${RDEPEND}
73 dev-lang/perl"
74
75 src_unpack() {
76 unpack ${A}
77 epatch "${FILESDIR}/${P}-gcc43.patch"
78 }
79
80 src_install() {
81 emake install DESTDIR="${D}" || die
82 DESTDIR=${D} emake install-configure || die
83
84 dosed "3i export LANG=en_US" /usr/bin/cone
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list