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

(-)xosview-1.8.2.ebuild.old (-1 / +4 lines)
Lines 2-14 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/xosview/xosview-1.8.2.ebuild,v 1.5 2004/10/04 21:04:56 pvdabeel Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.2.ebuild,v 1.5 2004/10/04 21:04:56 pvdabeel Exp $
4
4
5
inherit gnuconfig
6
5
DESCRIPTION="X11 operating system viewer"
7
DESCRIPTION="X11 operating system viewer"
6
SRC_URI="mirror://sourceforge/xosview/${P}.tar.gz"
8
SRC_URI="mirror://sourceforge/xosview/${P}.tar.gz"
7
HOMEPAGE="http://xosview.sourceforge.net"
9
HOMEPAGE="http://xosview.sourceforge.net"
8
10
9
SLOT="0"
11
SLOT="0"
10
LICENSE="GPL-2 BSD"
12
LICENSE="GPL-2 BSD"
11
KEYWORDS="x86 alpha ppc ~amd64 sparc"
13
KEYWORDS="x86 alpha ppc ~amd64 sparc ppc64"
12
14
13
DEPEND="virtual/x11"
15
DEPEND="virtual/x11"
14
IUSE=""
16
IUSE=""
Lines 20-25 Link Here
20
	#	einfo "Using 2.5/2.6 kernel compatibility patch"
22
	#	einfo "Using 2.5/2.6 kernel compatibility patch"
21
	#	epatch ${FILESDIR}/xosview-1.8.1-kernel-2.5+.diff || die "patch failed"
23
	#	epatch ${FILESDIR}/xosview-1.8.1-kernel-2.5+.diff || die "patch failed"
22
	#fi
24
	#fi
25
	use ppc64 && gnuconfig_update
23
26
24
	econf || die "configuration failed"
27
	econf || die "configuration failed"
25
	emake || die "compilation failed"
28
	emake || die "compilation failed"

Return to bug 67104