From: Pierre-Olivier Mercier Date: Wed, 27 Sep 2017 22:58:27 +0000 (+0200) Subject: app-crypt/moolticute: fill version.h with package version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c04941c80ba5444bd75d49f1bd5c625fb80b34fd;p=gentoo.git app-crypt/moolticute: fill version.h with package version Closes: https://github.com/gentoo/gentoo/pull/6021 --- diff --git a/app-crypt/moolticute/moolticute-9999.ebuild b/app-crypt/moolticute/moolticute-9999.ebuild index 8609d2fec945..789f753ee725 100644 --- a/app-crypt/moolticute/moolticute-9999.ebuild +++ b/app-crypt/moolticute/moolticute-9999.ebuild @@ -34,6 +34,15 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${P/_/-}" +src_prepare() { + default + + # Fill version.h with package version + if [[ ${PV} != 9999* ]]; then + sed -i "s/\"git\"/\"v${PV/_/-}\"/" src/version.h || die + fi +} + src_configure() { eqmake5 PREFIX="/usr" Moolticute.pro }