Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62414 - Katoob : Version bump + new ebuild
Summary: Katoob : Version bump + new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Leonardo Boshell (RETIRED)
URL: http://http://www.arabeyes.org/projec...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 12:29 UTC by Ahmed Farid
Modified: 2004-09-06 23:43 UTC (History)
1 user (show)

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


Attachments
the new ebuild (katoob-0.3.8.ebuild,860 bytes, text/plain)
2004-08-31 12:35 UTC, Ahmed Farid
Details
fixed ebuild (katoob-0.3.8.ebuild,861 bytes, text/plain)
2004-09-01 11:49 UTC, Ahmed Farid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmed Farid 2004-08-31 12:29:47 UTC
a version bump + fixed the ebuild a little.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Ahmed Farid 2004-08-31 12:35:28 UTC
Created attachment 38606 [details]
the new ebuild
Comment 2 Martin Seifert 2004-09-01 05:13:40 UTC
There is a typo (missing space) in the ebuild at line 13.

gtkhtml? (x11-libs/gtksourceview )

should be 

gtkhtml? ( x11-libs/gtksourceview )

Works fine for me on ~x86, thanks.
Comment 3 Ahmed Farid 2004-09-01 11:49:14 UTC
Created attachment 38700 [details]
fixed ebuild

Fixed the typo pointed out by Martin Seifert.
*note to self, learn how to use repoman*
Comment 4 Leonardo Boshell (RETIRED) gentoo-dev 2004-09-06 23:43:49 UTC
A new ebuild for katoob-0.3.8 is now in the tree. Thank you for your report.

A few comments on your ebuild:

* The KEYWORDS variable should only be populated for the arches you can actually test for. That usually means x86 initially, and then different arch maintainers/devs can add some other arches as they see fit.

* The `cups' and `gtkhtml' USE flags don't make sense. Maybe something like `printing' and `highlighting', or even `pango' and `gtksourceview' would be more appropriate, but as we don't have such flags, I decided to enable those options by default.

* The `nls' hack is not consistent with the package's configure script. Therefore I chose to avoid it.

Anyway, note that the final ebuild in the tree is a modified version of this, and your effort is very appreciated. Thanks again. :)