Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47465 - ebuild for verbiste (new package)
Summary: ebuild for verbiste (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-10 15:52 UTC by José Romildo Malaquias
Modified: 2004-06-28 07:27 UTC (History)
0 users

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


Attachments
My verbiste-0.1.9.ebuild (verbiste-0.1.9.ebuild,489 bytes, text/plain)
2004-04-10 15:53 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2004-04-10 15:52:50 UTC
Verbiste is a system of French conjugation system. It is helpful for those learning the French language.

Its home page is http://www3.sympatico.ca/sarrazip/dev/verbiste.html.

Please add it to portage.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 José Romildo Malaquias 2004-04-10 15:53:43 UTC
Created attachment 29052 [details]
My verbiste-0.1.9.ebuild
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2004-06-26 18:37:07 UTC
1) the gnome support should be a use flag (and add the IUSE variable)
2) some deps are missing (the gnome applets for gnome)
3) S=${WORKDIR}/${P} should not be there as its already the default
4) the make install should probably be "einstall"
5) disabling the maintainer mode is also not needed
6) had you made gnome a use flag, you could have noticed that it installs the .desktop file even when --with-gnome is not there... 

its in portage under apps-dicts/verbiste
Comment 3 José Romildo Malaquias 2004-06-28 07:05:19 UTC
The desktop file is not exclusive to GNOME. It is/will be used by other desktops and is under the umbrella of freedesktop.org. Then maybe it should be installed even when the gnome use flag is not used.
Comment 4 Olivier Crete (RETIRED) gentoo-dev 2004-06-28 07:27:50 UTC
yes, but the gnome front-end is only built when the gnome use flag is there.. so there is no point to having a desktop file for an app that's not there..