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

(-)rox-2.1.3-orig.ebuild (-8 lines)
Lines 2-9 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/rox/rox-2.1.3.ebuild,v 1.1 2004/09/26 16:11:39 pyrania Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-2.1.3.ebuild,v 1.1 2004/09/26 16:11:39 pyrania Exp $
4
4
5
inherit eutils
6
7
DESCRIPTION="ROX is a desktop environment, like GNOME, KDE and XFCE.  It is an attempt to bring some of the good features from RISC OS to Unix and Linux."
5
DESCRIPTION="ROX is a desktop environment, like GNOME, KDE and XFCE.  It is an attempt to bring some of the good features from RISC OS to Unix and Linux."
8
HOMEPAGE="http://rox.sourceforge.net/"
6
HOMEPAGE="http://rox.sourceforge.net/"
9
SRC_URI="mirror://sourceforge/rox/${P}.tgz"
7
SRC_URI="mirror://sourceforge/rox/${P}.tgz"
Lines 20-31 Link Here
20
18
21
IUSE="svg"
19
IUSE="svg"
22
20
23
src_unpack() {
24
	unpack ${A}
25
	cd ${S}
26
	epatch ${FILESDIR}/2.1.2-crash-save-display-settings.patch.bz2
27
}
28
29
src_compile() {
21
src_compile() {
30
#	rm ROX-Filer/src/configure # see bug #26162
22
#	rm ROX-Filer/src/configure # see bug #26162
31
23

Return to bug 65435