|
|
# set HOMEPAGE and LICENSE in appropriate ebuild, as we have | # set HOMEPAGE and LICENSE in appropriate ebuild, as we have |
# gnat developed at two locations now. | # gnat developed at two locations now. |
| |
inherit versionator toolchain-funcs flag-o-matic multilib |
inherit versionator toolchain-funcs flag-o-matic multilib pax-utils |
| |
EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install |
| |
|
|
case $1 in | case $1 in |
base_unpack) | base_unpack) |
unpack ${A} | unpack ${A} |
|
pax-mark -execstack $(find ${GNATBOOT} -name gnat1) |
;; | ;; |
| |
common_prep) | common_prep) |