Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2051 - KMess Ebuild script for KDE
Summary: KMess Ebuild script for KDE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 00:58 UTC by Thomas L. Bevan
Modified: 2002-05-03 09:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild script (kmess-0.9.2.ebuild,2.28 KB, text/plain)
2002-04-24 01:00 UTC, Thomas L. Bevan
Details

Note You need to log in before you can comment on or make changes to this bug.
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.