MintMenu is a compact and usefull gnome's menu. There isn't an ebuild for gentoo Reproducible: Always
You should add least provide an URL to the project.
Here the url of the sw http://packages.linuxmint.com/pool/main/m/mintmenu/ There isn't a real "homepage" of the project, only the "repo" linked above
I suggest gnome-extra as cetegory
Created attachment 213468 [details] The ebuild itself Used http://devmanual.gentoo.org/ a lot to get this slapped together... my first ebuild. I'm sure there is plenty to clean up/improve, but its a place to start. Hosting a .png on my site to "brand" it as gentoo.
Created attachment 213841 [details] New ebuild Updated to remove package and software managers from the menu...
Created attachment 217030 [details] Updated ebuild Just a version bump for version 4.9.4 of mintmenu.
Created attachment 224427 [details] I added two dependecies. Added dev-python/gnome-python-desktop and dev-python/pyxdg to RDEPEND
The "All applications" menu is empty right after the installation in my case. But anyway, nice work Miller!
Created attachment 224447 [details] added x11-misc/alacarte to dependencies mintmenu uses it when user clicks "Edit menu"
Created attachment 262095 [details] mintmenu-5.1.6.ebuild New mintmenu version and some changes in the ebuild : - mintmenu translations - terminal use flag to enable terminal button and modified terminal command so that gnome-terminal is used instead of x-terminal-emulator - portato use flag if one wants to use it as package manager (just for fun!) - original icon and text preserved for the menu button as we can change it in the options - some search tools designed for Linux Mint are removed - some changes to make the About window (that we can get after a right click on the menu button) work better (mintmenu version and display of the GPL license)
Created attachment 263171 [details] mintmenu-5.1.6.ebuild Correction of a mistake in the ebuild : emerge was failing if no LINGUAS was set, because of a wrong test (-n instead of -f to know whether the language package file was existing)
Created attachment 263253 [details] mintmenu-5.1.6.ebuild Translations were not installing anymore and I don't really understand why... I wrote the ebuild a bit differently and it is working again!
Created attachment 263863 [details] Updated mintmenu-5.1.6.ebuild to include Avant Window Navigator integration. There is an Avant Window Navigator integration available for MintMenu here: https://launchpad.net/~neelance/+archive/awn I've altered mintmenu-5.1.6.ebuild by charlot so that it could take advantage of that.