public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben de Groot" <yngwin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/yngwin:master commit in: app-editors/neovim/
Date: Sun, 22 Mar 2015 12:48:33 +0000 (UTC)	[thread overview]
Message-ID: <1427028494.4d85a3ebb47016cd2702f81aa6538c11e8e16f0d.yngwin@gentoo> (raw)

commit:     4d85a3ebb47016cd2702f81aa6538c11e8e16f0d
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 12:48:14 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 12:48:14 2015 +0000
URL:        https://gitweb.gentoo.org/dev/yngwin.git/commit/?id=4d85a3eb

Update neovim with new dep and proper options to turn off static deps

 app-editors/neovim/neovim-9999.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index 17723f0..cce4e62 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -22,6 +22,7 @@ IUSE="perl python"
 
 CDEPEND="dev-lang/luajit:2
 	>=dev-libs/libtermkey-0.17
+	dev-libs/libvterm-neovim
 	>=dev-libs/unibilium-1.1.1
 	>=dev-libs/libuv-1.2.0
 	>=dev-libs/msgpack-0.6.0_pre20150220
@@ -35,9 +36,6 @@ RDEPEND="${CDEPEND}
 	python? ( dev-python/neovim-python-client )"
 
 src_prepare() {
-	# do not link statically
-	sed -e '/^set(LIBUNIBILIUM/s|ON|OFF|' -e '/^set(LIBTERMKEY/s|ON|OFF|' \
-		-i CMakeLists.txt
 	# use our system vim dir
 	sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
 		-i src/nvim/os_unix_defs.h || die
@@ -48,7 +46,12 @@ src_configure() {
 	export USE_BUNDLED_DEPS=OFF
 	append-cflags "-Wno-error"
 	append-cppflags "-DNDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1"
-	local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release )
+	local mycmakeargs=(
+		-DCMAKE_BUILD_TYPE=Release
+		-DLIBUNIBILIUM_USE_STATIC=OFF
+		-DLIBTERMKEY_USE_STATIC=OFF
+		-DLIBVTERM_USE_STATIC=OFF
+		)
 	cmake-utils_src_configure
 }
 


             reply	other threads:[~2015-03-22 12:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-22 12:48 Ben de Groot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-27  5:08 [gentoo-commits] dev/yngwin:master commit in: app-editors/neovim/ Ben de Groot
2015-07-08  6:57 Ben de Groot
2015-02-19 20:44 Ben de Groot
2015-02-19 18:38 Ben de Groot
2015-02-18 10:05 Ben de Groot
2015-02-17 18:46 Ben de Groot
2014-12-14 10:50 Ben de Groot
2014-02-27 14:56 Ben de Groot

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=1427028494.4d85a3ebb47016cd2702f81aa6538c11e8e16f0d.yngwin@gentoo \
    --to=yngwin@gentoo.org \
    --cc=gentoo-commits@lists.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