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: Fri, 3 Jun 2022 00:23:57 +0000 (UTC) [thread overview]
Message-ID: <1654215829.14bd4d98f6f03c8eeb408425b3218588be1e4c85.gentoo@gentoo> (raw)
commit: 14bd4d98f6f03c8eeb408425b3218588be1e4c85
Author: Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Fri Jun 3 00:23:49 2022 +0000
Commit: Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Fri Jun 3 00:23:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14bd4d98
app-editors/neovim-qt: new package, add 0.2.16.1
Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>
app-editors/neovim-qt/Manifest | 1 +
app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild | 34 +++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/app-editors/neovim-qt/Manifest b/app-editors/neovim-qt/Manifest
new file mode 100644
index 000000000..653ba816d
--- /dev/null
+++ b/app-editors/neovim-qt/Manifest
@@ -0,0 +1 @@
+DIST neovim-qt-0.2.16.1.tar.gz 1069176 BLAKE2B ccb9d7275735969dc0576b498e017068da63e14ba82e3160621822d83c3902e35064be393dda57f8e70d83bcbb22e8e663f2ec996ffb48ff0140099ae0793a88 SHA512 63910b0416103f8c4f2450a07d4790c2b7fd26e2ba324445a20700a12d1dc3cb6fb06c674f3a1173348dad5c2256e8018167765306ca33ad94bc176bf5e4e45c
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
new file mode 100644
index 000000000..23a279ca4
--- /dev/null
+++ b/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot cmake-utils
+
+DESCRIPTION="Neovim client library and GUI, in Qt5"
+HOMEPAGE="https://github.com/equalsraf/neovim-qt"
+SRC_URI="https://github.com/equalsraf/neovim-qt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gcov +msgpack"
+
+DEPEND="
+ msgpack? ( dev-libs/msgpack )
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qttest:5
+ dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}
+ app-editors/neovim"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_GCOV=$(usex gcov ON OFF)
+ -DUSE_SYSTEM_MSGPACK=$(usex msgpack ON OFF)
+ )
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2022-06-03 0:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-03 0:23 Tony Olagbaiye [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-04 1:02 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/neovim-qt/ Tony Olagbaiye
2022-06-28 2:42 Brian Gloyer
2022-08-09 16:12 Ronny Gutbrod
2023-04-07 12:59 Ronny Gutbrod
2023-04-07 13:06 Ronny Gutbrod
2024-01-24 17:26 Ronny Gutbrod
2024-08-18 13:22 Takuya Wakazono
2025-02-08 14:24 Takuya Wakazono
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=1654215829.14bd4d98f6f03c8eeb408425b3218588be1e4c85.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