public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Olagbaiye" <gentoo@fron.io>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/neovim-qt/
Date: Sat,  4 Jun 2022 01:02:49 +0000 (UTC)	[thread overview]
Message-ID: <1654304561.c7c88e5dedc5b888c5cae958b8da71ff7365b993.gentoo@gentoo> (raw)

commit:     c7c88e5dedc5b888c5cae958b8da71ff7365b993
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Sat Jun  4 01:02:41 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Sat Jun  4 01:02:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7c88e5d

app-editors/neovim-qt: update EAPI 6 -> 8

Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild b/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
index 23a279ca4..5dfcfa586 100644
--- a/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
+++ b/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit vcs-snapshot cmake-utils
+inherit cmake
 
 DESCRIPTION="Neovim client library and GUI, in Qt5"
 HOMEPAGE="https://github.com/equalsraf/neovim-qt"
@@ -12,10 +12,10 @@ SRC_URI="https://github.com/equalsraf/neovim-qt/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gcov +msgpack"
+IUSE="gcov"
 
 DEPEND="
-	msgpack? ( dev-libs/msgpack )
+	dev-libs/msgpack
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5
@@ -27,8 +27,8 @@ RDEPEND="${DEPEND}
 src_configure() {
 	local mycmakeargs=(
 		-DUSE_GCOV=$(usex gcov ON OFF)
-		-DUSE_SYSTEM_MSGPACK=$(usex msgpack ON OFF)
+		-DUSE_SYSTEM_MSGPACK=ON
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }


             reply	other threads:[~2022-06-04  1:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-04  1:02 Tony Olagbaiye [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-18 13:22 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/neovim-qt/ Takuya Wakazono
2024-01-24 17:26 Ronny Gutbrod
2023-04-07 13:06 Ronny Gutbrod
2023-04-07 12:59 Ronny Gutbrod
2022-08-09 16:12 Ronny Gutbrod
2022-06-28  2:42 Brian Gloyer
2022-06-03  0:23 Tony Olagbaiye

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=1654304561.c7c88e5dedc5b888c5cae958b8da71ff7365b993.gentoo@gentoo \
    --to=gentoo@fron.io \
    --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