commit:     a7d39bb8d5b4c3cb8ca6ef5c1a767a2da7028af3
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Jul 14 17:12:18 2014 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 17:12:18 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=a7d39bb8

TODO

---
 dev-util/fsharpbinding/fsharpbinding-9999.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-util/fsharpbinding/fsharpbinding-9999.ebuild 
b/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
index 040c6c4..5eaa7f9 100644
--- a/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
+++ b/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
@@ -55,10 +55,6 @@ src_configure() {
        fi
 }
 src_compile() {
-       if use monodevelop; then
-          cd "${S}/monodevelop"
-          emake
-       fi
        if use emacs; then
                cd "${S}/emacs"
                elisp-compile *.el
@@ -66,6 +62,13 @@ src_compile() {
                        makeinfo ${ELISP_TEXINFO} || die
                fi
        fi
+       #TODO: mdtool fails to setup...
+       if use monodevelop; then
+               cd "${S}/monodevelop"
+               emake pack
+               #PACKVERSION=`cat Makefile | head -n 7 | tail -n 1 | grep -o 
"[0-9]\+.[0-9]\+.[0-9]\+\(.[0-9]\+\)\?"`
+               #mdtool setup pack bin/mac-linux/Debug/FSharpBinding.dll 
-d:pack/${PACKVERSION}/mac-linux/Debug
+       fi
 }
 src_install() {
        if use monodevelop; then

Reply via email to