Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63654
Collapse All | Expand All

(-)abook-0.5.2-r1.ebuild.old (-2 / +3 lines)
Lines 2-8 Link Here
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/app-misc/abook/abook-0.5.2-r1.ebuild,v 1.6 2004/06/24 22:01:20 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.2-r1.ebuild,v 1.6 2004/06/24 22:01:20 agriffis Exp $
4
4
5
inherit eutils
5
inherit eutils gnuconfig
6
6
7
DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
7
DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
8
HOMEPAGE="http://abook.sourceforge.net/"
8
HOMEPAGE="http://abook.sourceforge.net/"
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="x86 ~ppc ~sparc"
13
KEYWORDS="x86 ~ppc ~sparc ppc64"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="sys-libs/ncurses
16
DEPEND="sys-libs/ncurses
Lines 20-25 Link Here
20
	unpack ${A}
20
	unpack ${A}
21
	cd ${S}
21
	cd ${S}
22
	epatch ${FILESDIR}/abook-0.5.2-filter.diff
22
	epatch ${FILESDIR}/abook-0.5.2-filter.diff
23
	use ppc64 && gnuconfig_update
23
}
24
}
24
25
25
src_install() {
26
src_install() {

Return to bug 63654