Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7139 - lesstif-0.93.36.ebuild (New Package)
Summary: lesstif-0.93.36.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 8603
  Show dependency tree
 
Reported: 2002-08-27 18:14 UTC by Jianghai Zhu
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
lesstif-0.93.36.ebuild (New Package) (lesstif-0.93.36.ebuild,1.26 KB, text/plain)
2002-08-27 18:15 UTC, Jianghai Zhu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jianghai Zhu 2002-08-27 18:14:11 UTC
Hi,

I am submitting a lesstif-0.93.36.ebuild. Lesstif is an OSF/Motif(R) clone. The
homepage is at http://www.lesstif.org/.

I suggest x11-libs/lesstif.

Thanks.
Comment 1 Jianghai Zhu 2002-08-27 18:15:47 UTC
Created attachment 3483 [details]
lesstif-0.93.36.ebuild (New Package)

Hi,

I am submitting a lesstif-0.93.36.ebuild. Lesstif is an OSF/Motif(R) clone. The
homepage is at http://www.lesstif.org/.

I suggest x11-libs/lesstif.

Thanks.
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-10-21 00:22:48 UTC
I committed the ebuild to the portage tree.  Note that the portage tree is
frozen now, so the ebuild is masked out in /usr/portage/profile/package.mask.

Also, please have a look at the modifications to the ebuild that I did.  For
your future submissions:

1. All patching should happen in src_unpack().
2. The man pages should go into /usr/share/man, not /usr/man.
3. Your ebuild was installing a whole lotta documentation under /usr/LessTif. 
You need to ensure that all docs go into /usr/share/doc/${P}.
4. It's a bad idea to hard-code ebuild version (i.e. 0.93.36) inside the ebuild.
 You should use ${PV} instead: this way upgrading the ebuild is as easy as
renaming it.

Thanks for your submission.  Please test the committed ebuild and report back.