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 / +15 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.gz"
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
19
RDEPEND="${DEPEND}
20
	nls? ( sys-devel/gettext )"
21
22
src_compile () {
23
	econf `use_enable nls` || die
24
	emake || die
25
}
Lines 18-19 Link Here
18
	make DESTDIR=${D} install || die "Installation failed"
28
	einstall || die
19
	dodoc CHANGES COPYING README TODO
29
	dodoc doc/ChangeLog doc/COPYING doc/README doc/TODO
20
--

Return to bug 29852