Gentoo Archives: gentoo-user

From: Chris Cox <yeahsowhat@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE GUI for network settings
Date: Mon, 14 Nov 2005 15:06:59
Message-Id: 200511140902.42468.yeahsowhat@gmail.com
In Reply to: Re: [gentoo-user] KDE GUI for network settings by Neil Bothwick
1 On Thursday 03 November 2005 03:09, Neil Bothwick wrote:
2 > On Wed, 2 Nov 2005 17:01:46 -0600, Qv6 wrote:
3 > > Don't expect to find it with "emerge knetworkconf". Just wait for
4 > > kde-3.5
5 >
6 > It's not in beta2.
7
8 Just to report that I got it working. After a bit of tweaking, I managed to
9 get his ebuild working. There were a couple of errors in his ebuild. After
10 I resolved that it worked without any problems.
11
12 If you don't already have a PORTDIR_OVERLAY in /etc/make.conf add an entry:
13
14 PORTDIR_OVERLAY=/usr/local/portage
15
16 then :
17 mkdir -p /usr/local/portage/net-misc/knetworkconf
18 cd /usr/local/portage/net-misc/knetworkconf/
19 cat > knetworkconf-0.6.1.ebuild <<"EOF"
20
21 # Copyright 1999-2003 Gentoo Technologies, Inc.
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: 2003/04/16 12:00:00 Serge ROUX $
24
25 inherit kde-base eutils
26
27 IUSE=""
28 DESCRIPTION="A KDE 3.x TCP/IP Configuration tool"
29 SRC_URI="mirror://sourceforge/kbear/${P}.src.tar.bz2"
30 HOMEPAGE="http://knetworkconf.sourceforge.net"
31
32 LICENSE="GPL"
33 KEYWORDS="x86 ppc sparc"
34
35 need-kde 3
36 EOF
37
38 emerge -av knetworkconf --digest will download/create the digest files,
39 unpack, compile, and install.
40
41
42
43 --
44 Chris
45 Linux 2.6.14-gentoo i686 AMD Athlon(tm) XP
46 08:42:31 up 5:39, 7 users, load average: 0.84, 1.31, 0.85
47 --
48 gentoo-user@g.o mailing list