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

Collapse All | Expand All

(-)rss-glx-0.8.1-r4.ebuild.orig (-4 / +6 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/x11-misc/rss-glx/rss-glx-0.8.1-r4.ebuild,v 1.9 2008/04/04 17:54:56 je_fro Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss-glx/rss-glx-0.8.1-r4.ebuild,v 1.9 2008/04/04 17:54:56 je_fro Exp $
4
4
5
inherit flag-o-matic eutils
5
inherit flag-o-matic eutils autotools
6
6
7
MY_P=${PN}_${PV}
7
MY_P=${PN}_${PV}
8
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
Lines 42-51 Link Here
42
src_unpack() {
42
src_unpack() {
43
	unpack ${A}
43
	unpack ${A}
44
	cd "${S}"
44
	cd "${S}"
45
	epatch "${FILESDIR}"/${PF}-gentoo.patch
45
	epatch "${FILESDIR}"/${P}-gentoo.patch
46
	epatch "${FILESDIR}"/${PN}-0.8.1-hyperspace-viewport.patch
46
	epatch "${FILESDIR}"/${P}-hyperspace-viewport.patch
47
	epatch "${FILESDIR}"/${PF}-imagemagick.patch
47
	epatch "${FILESDIR}"/${P}-imagemagick.patch
48
	cp "${FILESDIR}"/jwz-vroot.h include/vroot.h || die
48
	cp "${FILESDIR}"/jwz-vroot.h include/vroot.h || die
49
50
	eautoreconf
49
}
51
}
50
52
51
src_compile() {
53
src_compile() {

Return to bug 220825