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

Collapse All | Expand All

(-)verbiste-0.1.14.ebuild.orig (-1 / +8 lines)
Lines 2-7 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-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.2 2006/02/25 18:22:20 tester Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.2 2006/02/25 18:22:20 tester Exp $
4
4
5
inherit autotools eutils
6
5
DESCRIPTION="French conjugation system"
7
DESCRIPTION="French conjugation system"
6
HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/verbiste.html"
8
HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/verbiste.html"
7
SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz"
9
SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz"
Lines 16-24 Link Here
16
	gnome? ( >=gnome-base/gnome-panel-2.0
18
	gnome? ( >=gnome-base/gnome-panel-2.0
17
		>=gnome-base/libgnomeui-2.0 )"
19
		>=gnome-base/libgnomeui-2.0 )"
18
20
19
src_compile() {
21
src_unpack() {
22
	unpack ${A}
20
	cd ${S}
23
	cd ${S}
24
	epatch "${FILESDIR}/${P}-as-needed.patch"
25
	AT_M4DIR="${S}/macros" eautoreconf
26
}
21
27
28
src_compile() {
22
	econf $(use_with gnome) || die
29
	econf $(use_with gnome) || die
23
	emake || die
30
	emake || die
24
}
31
}

Return to bug 131850