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

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +13 lines)
Line 5 Link Here
5
IUSE=""
5
IUSE="nls"
6
--
Line 9 Link Here
9
SRC_URI="mirror://sourceforge/xpad/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
10
--
Line 15 Link Here
15
DEPEND=">=x11-libs/gtk+-2.0.0"
15
DEPEND="virtual/glibc
16
--
16
	virtual/x11
17
	=x11-libs/gtk+-2*
18
	nls? ( sys-devel/gettext )"
19
20
src_compile () {
21
	econf `use_enable nls` || die
22
	emake || die
23
}
Lines 18-19 Link Here
18
	make DESTDIR=${D} install || die "Installation failed"
26
	einstall || die
19
	dodoc CHANGES COPYING README TODO
27
	dodoc AUTHORS ChangeLog COPYING NEWS README TODO
20
--

Return to bug 29852