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

Bug 4535

Summary: New Ebuild: kleds-0.7.1.ebuild
Product: Gentoo Linux Reporter: Johannes Findeisen <you>
Component: [OLD] KDEAssignee: Dan Armak (RETIRED) <danarmak>
Status: RESOLVED FIXED    
Severity: enhancement CC: agenkin
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The Ebuild Script

Description Johannes Findeisen 2002-07-04 10:54:46 UTC
kleds is a little applet for kde 3.0, that shows the status of the keyboard  
leds. very usefull when using tleds for displaying network traffic on the 
keyboard leds. or when your desktop is full of things so you can't see the 
whole keyboard ;-P ;-) 
 
regards 
hanez... ;-)
Comment 1 Johannes Findeisen 2002-07-04 10:55:25 UTC
Created attachment 1959 [details]
The Ebuild Script
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-07-05 10:40:54 UTC
Adding to cvs. Some minor changes I've made to the ebuild: 
- Remove author: header line (current policy has author/submitter/maintainer in 
the changelog file). 
- remove . /..../inherit.eclass line (deprecated). 
- Remove S= line, kde.eclass has S=$WORKDIR/$P which works here 
- Put ${P}.tar.gz in SRC_URI so that we won't have to change the line when 
copying the ebuild to a new version number. 
 
The original ebuild would have worked just as well, these are not fixes bug 
style guideline adaptations. Nice submition.