This is an overlay for Portage - the Gentoo Linux package manager.
It contains ebuild that seem useful to moschlar and gravitino, both passionate users of Gentoo Linux.
The name
MooPoo
is an hommage to Larry the Cow, Gentoos official mascot.
The most awesome ebuild in this overlay is one for the amazing FontPro package, which extracts the two Adobe fonts MyriadPro and MinionPro and converts them to LaTeX-usable fonts.
Use the ebuild dev-tex/fontpro
with appropriate USE flags to determine which font(s) to install.
To use this overlay, you need to have dev-vcs/git
installed.
Then clone this repository, e.g. git clone git://github.com/moschlar/moopoo.git
.
Now you need to edit the overlay to your make.conf
file:
If you are already using overlays, you propably have an existing PORTDIR_OVERLAY
variable in your make.conf
,
if not, define it. Then you add /path/to/directory/moopoo/
to PORTDIR_OVERLAY
and you're ready to go.