Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55640 - ebuild for wmi-8
Summary: ebuild for wmi-8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Desktop WM Team (OBSOLETE)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-06-29 23:56 UTC by John Nilsson
Modified: 2004-06-30 11:57 UTC (History)
0 users

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


Attachments
full ebuild for wmi-8 (wmi-8.ebuild,928 bytes, text/plain)
2004-06-29 23:59 UTC, John Nilsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Nilsson 2004-06-29 23:56:02 UTC
This is an update and evidently, not much to it.

I remember reading somewhere that IUSE is a MUST.
ebuild(5) states that make install DESTDIR=${D} is the preferred way.

--- wmi-7-r1.ebuild     2004-06-07 08:00:14.000000000 +0200
+++ wmi-8.ebuild        2004-06-30 08:50:09.321336560 +0200
@@ -10,9 +10,10 @@
        dev-libs/STLport"
 KEYWORDS="~x86"
 SLOT="0"
+IUSE=""

 src_install () {
-       einstall || die
+       make install DESTDIR=${D} || die

        dodoc AUTHORS BUGS CONTRIB COPYING ChangeLog FAQ INSTALL LICENSE.txt \
                  NEWS README TODO


Reproducible: Always
Steps to Reproduce:
Comment 1 John Nilsson 2004-06-29 23:59:59 UTC
Created attachment 34467 [details]
full ebuild for wmi-8

This ebuild depends on the files included with the wmi-7-r1.ebuild see bug#
51336
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-06-30 11:57:52 UTC
Thanks for the update. Added to CVS. If you add an improved version
to an already FIXED bug, please reopen it so that we can keep an
eye on it. (Sorry I didn't remember you posted wmi.desktop)