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

(-)/usr/portage/app-admin/gkrellm/gkrellm-2.1.28-r1.ebuild (-5 / +2 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
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: /home/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.1.28-r1.ebuild,v 1.6 2004/05/14 01:04:48 pylon Exp $
3
# $Header: $
4
4
5
inherit eutils
5
inherit eutils
6
6
7
S=${WORKDIR}/${P/a/}
8
DESCRIPTION="Single process stack of various system monitors"
7
DESCRIPTION="Single process stack of various system monitors"
9
HOMEPAGE="http://www.gkrellm.net/"
8
HOMEPAGE="http://www.gkrellm.net/"
10
SRC_URI="http://web.wt.net/~billw/gkrellm/${P}.tar.bz2"
9
SRC_URI="http://web.wt.net/~billw/gkrellm/${P}.tar.bz2"
11
10
12
LICENSE="GPL-2"
11
LICENSE="GPL-2"
13
SLOT="2"
12
SLOT="2"
14
KEYWORDS="x86 ppc ~alpha sparc hppa amd64 ~ia64"
13
KEYWORDS="~x86"
15
IUSE="X nls ssl"
14
IUSE="X nls ssl"
16
15
17
DEPEND=">=sys-apps/sed-4
16
DEPEND=">=sys-apps/sed-4
Lines 28-35 Link Here
28
27
29
	sed -i 's:INSTALLROOT ?= /usr/local:INSTALLROOT ?= ${D}/usr:' Makefile
28
	sed -i 's:INSTALLROOT ?= /usr/local:INSTALLROOT ?= ${D}/usr:' Makefile
30
29
31
	epatch ${FILESDIR}/slit_gtk+-2.4.0.patch
32
33
	if use X
30
	if use X
34
	then
31
	then
35
	use ssl || myconf="without-ssl=yes"
32
	use ssl || myconf="without-ssl=yes"

Return to bug 49435