Skip to content

Commit

Permalink
x11-wm/stumpwm: move common-lisp-export-impl-args usage into src_compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Feb 5, 2009
1 parent db2eaf1 commit 6d777b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion x11-wm/stumpwm/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ AUX 0.9.5-fix-clisp-syscalls-package.patch 479 RMD160 077690d64d7ac4f6953b490ec5
AUX 0.9.5-gentoo-fix-asd-deps.patch 923 RMD160 04c787a04c79449d91610634d65b9c4c6f243ffa SHA1 28d92142d5217368f9c3966d9771294096972afe SHA256 65606d272fc77b5e1b21f59a960833a57736888c71565d0c6b28494cf28b8323
AUX README.Gentoo 1541 RMD160 526f5c2e2277bcd8c1d69d5a6fbdb91c4b9ef52a SHA1 84aab89382c98bb267d703e4a89fb0d2520f01af SHA256 b723b244063d9a1392a23b81fd175c29b9441760509c153810962cfbb962768b
DIST stumpwm-0.9.5.tgz 470265 RMD160 e5dfec660d26e552857084afb364e8b3c1c9483d SHA1 7660305e70ad3d696f15c959dca4cc34036e14b3 SHA256 1a3ba3bab6b7e6eb9d96e9b90bf398f26ba4afeb873bae8bae8bcf061755d08e
EBUILD stumpwm-0.9.5-r5.ebuild 2343 RMD160 9df35e0d0011865b614931dd8be9d3695b71487a SHA1 f2efe926589b520e3d13c0facbf11ac1222d9330 SHA256 3d6c3533cc37ebf599d441fd26d914f3138f94cb78c0289bd48f723d09bb7cbd
EBUILD stumpwm-0.9.5-r5.ebuild 2349 RMD160 bcbec69942b74fd015157618ddacdec825b2f1c7 SHA1 7fb27e226b81d8f99b2d8c21e40edb2fc3d8aba1 SHA256 588ad4800a8e19694b921a4623552f0786cbcbdca5b55a9c17ee9f14c3254504
14 changes: 6 additions & 8 deletions x11-wm/stumpwm/stumpwm-0.9.5-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ DEPEND="${RDEPEND}
sys-apps/texinfo
doc? ( virtual/texi2dvi )"

common-lisp-export-impl-args $(glo_best_flag sbcl clisp)

WRAP_OPTS='
SBCL_OPTIONS="${CL_NORC}"
CLISP_OPTIONS="-ansi -K full ${CL_NORC}"
'

src_unpack() {
unpack ${A}

Expand All @@ -48,11 +41,16 @@ src_configure() {
}

src_compile() {
common-lisp-export-impl-args $(glo_best_flag sbcl clisp)
local wrap_opts='
SBCL_OPTIONS="${CL_NORC}"
CLISP_OPTIONS="-ansi -K full ${CL_NORC}"
'
addwrite /var/cache/cl-launch
LISP_FASL_CACHE=/var/cache/cl-launch \
cl-launch.sh \
--lisp $(glo_best_flag sbcl clisp) \
--wrap "${WRAP_OPTS}" \
--wrap "${wrap_opts}" \
--path "${CLSYSTEMROOT}" --path-current \
--system stumpwm --dump stumpwm.bin \
|| die "Cannot create stumpwm binary"
Expand Down

0 comments on commit 6d777b4

Please sign in to comment.