From: Alexandre Rostovtsev <tetromino@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [RFC] new vala.eclass
Date: Sun, 26 Aug 2012 03:08:29 -0400 [thread overview]
Message-ID: <1345964909.9829.83.camel@rook> (raw)
In-Reply-To: <1345964385.9829.80.camel@rook>
On Sun, 2012-08-26 at 02:59 -0400, Alexandre Rostovtsev wrote:
> path=$(type -P valac-${VALA_API_VERSION})
> [[ -n "${path}" ]] && VALAC="${path}"
>
> path=$(type -P vala-${VALA_API_VERSION})
> [[ -n "${path}" ]] && VALA="${path}"
>
> path=$(type -P vala-gen-introspect-${VALA_API_VERSION})
> [[ -n "${path}" ]] && VALA_GEN_INTROSPECT="${path}"
>
> path=$(type -P vapigen-${VALA_API_VERSION})
> [[ -n "${path}" ]] && VAPIGEN="${path}"
Sorry, meant
path=$(type -P valac-${VALA_API_VERSION})
[[ -n "${path}" ]] && export VALAC="${path}"
path=$(type -P vala-${VALA_API_VERSION})
[[ -n "${path}" ]] && export VALA="${path}"
path=$(type -P vala-gen-introspect-${VALA_API_VERSION})
[[ -n "${path}" ]] && export VALA_GEN_INTROSPECT="${path}"
path=$(type -P vapigen-${VALA_API_VERSION})
[[ -n "${path}" ]] && export VAPIGEN="${path}"
next prev parent reply other threads:[~2012-08-26 7:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-25 16:09 [gentoo-dev] [RFC] new vala.eclass Alexandre Rostovtsev
2012-08-25 17:25 ` Tomáš Chvátal
2012-08-25 18:29 ` Diego Elio Pettenò
2012-08-25 21:04 ` Alexandre Rostovtsev
2012-08-25 21:45 ` Ulrich Mueller
2012-08-26 6:59 ` Alexandre Rostovtsev
2012-08-26 7:08 ` Alexandre Rostovtsev [this message]
2012-08-26 7:20 ` Alexandre Rostovtsev
2012-08-26 22:45 ` Zac Medico
2012-08-26 23:43 ` Alexandre Rostovtsev
2012-08-27 2:45 ` Alexis Ballier
2012-08-27 4:45 ` Alexandre Rostovtsev
2012-08-27 12:19 ` Alexis Ballier
2012-08-26 22:32 ` [gentoo-dev] " Duncan
2012-08-27 1:20 ` [gentoo-dev] " Alexandre Rostovtsev
2012-08-27 13:21 ` Alexandre Rostovtsev
2012-09-10 2:09 ` Alexandre Rostovtsev
2012-09-12 20:24 ` Alexandre Rostovtsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1345964909.9829.83.camel@rook \
--to=tetromino@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox