Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2051

Summary: KMess Ebuild script for KDE
Product: Gentoo Linux Reporter: Thomas L. Bevan <tom>
Component: New packagesAssignee: Dan Armak (RETIRED) <danarmak>
Status: RESOLVED FIXED    
Severity: normal CC: tom
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild script

Description Thomas L. Bevan 2002-04-24 00:58:38 UTC
MSN messenger client for KDE3
Comment 1 Thomas L. Bevan 2002-04-24 01:00:00 UTC
Created attachment 657 [details]
ebuild script
Comment 2 Thomas L. Bevan 2002-04-24 01:12:42 UTC
Please use this ebuild script in place of the previous one. 
Both work but this one is based on kdenetwork script and should 
be closer to the standard. 
 
Tom 
Comment 3 Thomas L. Bevan 2002-04-24 01:19:00 UTC
new script below. 
sorry attach didn't work! 
--------------------------------- 
# Copyright 1999-2002 Gentoo Technologies, Inc. 
# Distributed under the terms of the GNU General Public License, v2 or 
later 
# Maintainer: Tom Bevan <tom@regex.com.au> 
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 
16:05:09 tod Exp 
 
. /usr/portage/eclass/inherit.eclass || die 
inherit kde-base || die 
 
need-kde 3 
 
DESCRIPTION="An MSN Messenger Client for KDE3" 
SRC_URI="http://prdownloads.sourceforge.net/kmess/${PN}-0.9.2-3.tar.gz" 
HOMEPAGE="http://kmess.sourceforge.net/" 
 
S=${WORKDIR}/${PN}-0.9.2 
 
 
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-05-03 09:37:27 UTC
Was committed by Verwilst on Apr 24th.