Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93556 - Ebuild for pawn-2.0.3 (puto amo window manager)
Summary: Ebuild for pawn-2.0.3 (puto amo window manager)
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: 2005-05-22 07:54 UTC by Mikel Olasagasti
Modified: 2005-07-02 03:36 UTC (History)
0 users

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


Attachments
pawm-2.0.1.ebuild (pawm-2.0.1.ebuild,905 bytes, text/plain)
2005-05-22 07:56 UTC, Mikel Olasagasti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikel Olasagasti 2005-05-22 07:54:25 UTC
Ebuild for a very light window manager. It hasn't too many options.

Works for me.

Reproducible: Always
Steps to Reproduce:
Comment 1 Mikel Olasagasti 2005-05-22 07:56:11 UTC
Created attachment 59543 [details]
pawm-2.0.1.ebuild

Ebuild for pawm-2.0.1
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-07-02 03:36:39 UTC
Thanks for the contribution. I modified your ebuild and commited to CVS.

* It doesn't use debug USE flag at all, so I removed it from IUSE.
* Please do not set RDEPEND manually if it is the same as DEPEND.
  See Gentoo Developers Handbook for detail.
* No need to `cd ${S}` in src_compile() since it defaults to ${S}.
* It is better to add '|| die' after `./0 --prefix=/usr` and `make`
  because if you miss it they will not stop even when configure
  and make step fail.
* Don't need to `dodoc GPL` as we have GPL-2 file in /usr/portage/licenses,
  and you specify LICENSE="GPL-2" in your ebuild.

The above comments are stylistical things, so don't worry much about
it. You will learn these things as you write more ebuilds ;)