Bug 47465 - ebuild for verbiste (new package)
Bug#: 47465 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: tester@gentoo.org Reported By: j.romildo@gmail.com
Component: Ebuilds
URL: 
Summary: ebuild for verbiste (new package)
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2004-04-10 15:52 0000
Description:   Opened: 2004-04-10 15:52 0000
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 From José Romildo Malaquias 2004-04-10 15:53:43 0000 -------
Created an attachment (id=29052) [details]
My verbiste-0.1.9.ebuild

------- Comment #2 From Olivier Crete 2004-06-26 18:37:07 0000 -------
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 From José Romildo Malaquias 2004-06-28 07:05:19 0000 -------
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 From Olivier Crete 2004-06-28 07:27:50 0000 -------
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..