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

(-)/usr/portage/net-analyzer/netspeed_applet/netspeed_applet-0.8.ebuild (-4 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2003 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/net-analyzer/netspeed_applet/netspeed_applet-0.8.ebuild,v 1.4 2004/01/07 02:46:51 weeve Exp $
3
# $Header: $
4
4
5
IUSE=""
5
IUSE=""
6
DESCRIPTION="Applet showing network traffic for GNOME 2"
6
DESCRIPTION="Applet showing network traffic for GNOME 2"
Lines 11-27 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
KEYWORDS="x86 ~ppc sparc"
12
KEYWORDS="x86 ~ppc sparc"
13
13
14
DEPEND=">=gnome-base/libgnomeui-2
14
DEPEND=">=sys-apps/sed-4
15
	>=gnome-base/libgnomeui-2
15
	>=gnome-base/libgtop-2
16
	>=gnome-base/libgtop-2
16
	>=gnome-base/gnome-panel-2"
17
	>=gnome-base/gnome-panel-2"
17
18
18
RDEPEND="${DEPEND}
19
RDEPEND="${DEPEND}
19
	>=dev-util/intltool-0.21"
20
	>=dev-util/intltool-0.21"
20
21
21
S=${WORKDIR}/${P}
22
23
src_compile() {
22
src_compile() {
24
	econf || die "./configure failed"
23
	econf || die "./configure failed"
24
	sed -i 's:-DG.*_DEPRECATED::' src/Makefile
25
	emake || die
25
	emake || die
26
}
26
}
27
27

Return to bug 50427