-
Notifications
You must be signed in to change notification settings - Fork 3
Home
bignaux edited this page Sep 14, 2010
·
14 revisions
This is a collaborative overlay, and we try to do our best to keep it clean.
BUT it’s more a worker tree so beware there is no guarantee .
Unlike Gentoo portage :
- We believe that a non-working ebuild is better than no ebuild, since they can be masked and/or harmless.
- In such in-progress ebuild , we encourage packagers to comment the ebuild exhaustively.
- We invite contributors to let their credits and contact information in ebuild headers to get in touch with users for bugfixes/improvements/thanks.
Add this overlay using layman (app-portage/layman):
layman -a lorelei
This overlay support vpzone developement , see vpzone.org for more details about this projects.
I’d some issue with bad Gentot Manifest due to presence of backup file ( ~ ). If adding a .gitignore file containing
the right regex protects from commit its ( in my case ‘*~’ ), that won’t solve the Manifest thing. Here a tip to add
to your commit scripts :
- clean the repository ( git-rm not help here )
find -iname $(cat .gitignore) -exec rm {} +;
- regen Manifest , could be smarter (one digest by directory).
find -iname "*.ebuild" -exec ebuild {} digest \;
- Portage documentation
- Ebuild howto
- http://overlays.gentoo.org/proj/sunrise/wiki/HowToCommit
- textile reference : http://redcloth.org/textile