Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217637 | Differences between
and this patch

Collapse All | Expand All

(-)cone-0.74.ebuild (-7 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.69.ebuild,v 1.1 2007/03/03 18:37:40 dirtyepic Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.69.ebuild,v 1.1 2007/03/03 18:37:40 dirtyepic Exp $
4
4
5
inherit eutils
6
7
DESCRIPTION="CONE: COnsole News reader and Emailer"
5
DESCRIPTION="CONE: COnsole News reader and Emailer"
8
HOMEPAGE="http://www.courier-mta.org/cone/"
6
HOMEPAGE="http://www.courier-mta.org/cone/"
9
SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
7
SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
10
8
11
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 19-33 Link Here
19
	crypt? ( >=app-crypt/gnupg-1.0.4 )
17
	crypt? ( >=app-crypt/gnupg-1.0.4 )
20
	spell? ( virtual/aspell-dict )"
18
	spell? ( virtual/aspell-dict )"
21
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
22
	dev-lang/perl"
20
	dev-lang/perl"
23
21
24
src_unpack() {
25
	unpack ${A}
26
	epatch "${FILESDIR}/${P}-gcc43.patch"
27
}
28
29
src_install() {
22
src_install() {
30
	emake install DESTDIR=${D} || die
23
	emake install DESTDIR=${D} || die
31
	DESTDIR=${D} emake install-configure || die
24
	DESTDIR=${D} emake install-configure || die
32
25
33
	dosed "3i export LANG=en_US" /usr/bin/cone
26
	dosed "3i export LANG=en_US" /usr/bin/cone

Return to bug 217637