On Thursday 03 November 2005 03:09, Neil Bothwick wrote:
> On Wed, 2 Nov 2005 17:01:46 -0600, Qv6 wrote:
> > Don't expect to find it with "emerge knetworkconf". Just wait for
> > kde-3.5
>
> It's not in beta2.
Just to report that I got it working. After a bit of tweaking, I managed to
get his ebuild working. There were a couple of errors in his ebuild. After
I resolved that it worked without any problems.
If you don't already have a PORTDIR_OVERLAY in /etc/make.conf add an entry:
PORTDIR_OVERLAY=/usr/local/portage
then :
mkdir -p /usr/local/portage/net-misc/knetworkconf
cd /usr/local/portage/net-misc/knetworkconf/
cat > knetworkconf-0.6.1.ebuild <<"EOF"
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: 2003/04/16 12:00:00 Serge ROUX $
inherit kde-base eutils
IUSE=""
DESCRIPTION="A KDE 3.x TCP/IP Configuration tool"
SRC_URI="mirror://sourceforge/kbear/${P}.src.tar.bz2"
HOMEPAGE="http://knetworkconf.sourceforge.net"
LICENSE="GPL"
KEYWORDS="x86 ppc sparc"
need-kde 3
EOF
emerge -av knetworkconf --digest will download/create the digest files,
unpack, compile, and install.
--
Chris
Linux 2.6.14-gentoo i686 AMD Athlon(tm) XP
08:42:31 up 5:39, 7 users, load average: 0.84, 1.31, 0.85
--
[email protected] mailing list