forked from shiznix/unity-gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHACKING
9 lines (8 loc) · 785 Bytes
/
HACKING
1
2
3
4
5
6
7
8
9
# This file contains guidelines on ebuild masking and Ubuntu releases #
* Current Ubuntu release versions of ebuilds are always masked by ~arch package.keywords
* Development Ubuntu release versions of ebuilds are always masked by missing keywords
* Any ebuild that installs *.desktop file(s) AND specifies pkg_postinst(), must specify ubuntu-versionator_pkg_postinst
within pkg_postinst() {...} so that /usr/share/applications/bamf-2.index remains up-to-date
* Custom patches for packages that we only wish to patch and not maintain, are placed in profiles/releases/${PROFILE_RELEASE}/ehooks directory
see README_ehooks.txt
* When creating or bumping ebuilds that are also maintained within the main portage tree, try to keep it as identical to the portage tree ebuild as possible