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

Bug 73195

Summary: Include hot-babes cpumeter ebuild
Product: Gentoo Linux Reporter: Sebastian Spaeth <Sebastian>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: a.frerichs
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://dindinx.net/hotbabe/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: First try at ebuild
Improved ebuild

Description Sebastian Spaeth 2004-12-02 23:59:37 UTC
Debian is currently arguing whether its appropriate to include "erotic" stuff. 
I for my part would like to see the hot-babe cpumeter in Gentoo. It's really rather harmless and good for a quick laugh.

I do not have an ebuild for this yet (not very experienced), but I'll try to come up with one if nobody volunteers. Can you make it that it will refuse to build if oyu set the "-offend" flag? Or should it install anyway if you specifically request it? I'll need to think about this.
BTW, current version is 0.2.0.
Comment 1 Sebastian Spaeth 2004-12-03 01:43:07 UTC
Created attachment 45188 [details]
First try at ebuild

Here comes my first try at the ebuild. It does not work yet.
Two issues:
1) How to produce nicely a multiple line einfo or die? This is a minor optical
bash issue

2) Makefile contains: install -d $(DESTDIR)/bin
This will fail as /usr/bin already exists and cannot be modified by the sandbox
(shouldn't do this anyway). Any solutions for this one?
Comment 2 Sebastian Spaeth 2004-12-03 02:53:17 UTC
Created attachment 45191 [details]
Improved ebuild

OK, second version. This one actually installs correctly and could be included
into portage. The einfo could still be prettified but works fine.

Last question: Is it ok to use "-DESTDIR=${DESTTREE}"? Or is the use of
$DESTTREE forbidden? I did not want to hardcode /usr but could of course do so
if required.
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2004-12-04 04:47:12 UTC

*** This bug has been marked as a duplicate of 52292 ***