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

Collapse All | Expand All

(-)/usr/portage/net-nntp/pan/pan-0.133.ebuild (+8 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 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/net-nntp/pan/pan-0.133.ebuild,v 1.8 2008/10/06 20:23:25 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.133.ebuild,v 1.8 2008/10/06 20:23:25 maekke Exp $
4
4
5
inherit flag-o-matic
6
5
DESCRIPTION="A newsreader for the Gnome2 desktop"
7
DESCRIPTION="A newsreader for the Gnome2 desktop"
6
HOMEPAGE="http://pan.rebelbase.com/"
8
HOMEPAGE="http://pan.rebelbase.com/"
7
SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2"
9
SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2"
8
10
9
LICENSE="GPL-2"
11
LICENSE="GPL-2"
Lines 19-28 Link Here
19
21
20
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
21
	>=dev-util/intltool-0.21
23
	>=dev-util/intltool-0.21
22
	dev-util/pkgconfig
24
	dev-util/pkgconfig
23
	sys-devel/gettext"
25
	sys-devel/gettext"
26
src_unpack() {
27
	unpack ${A}
28
	cd "${S}"
29
	epatch "${FILESDIR}"/${P}-gcc4.4.0.patch
30
}
31
24
32
25
src_compile() {
33
src_compile() {
26
	econf $(use_with spell gtkspell)
34
	econf $(use_with spell gtkspell)
27
	emake || die "emake failed"
35
	emake || die "emake failed"
28
}
36
}

Return to bug 269239