public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/neko/
Date: Tue, 28 Jan 2025 22:08:55 +0000 (UTC)	[thread overview]
Message-ID: <1738102127.e3735d200016990bdd9fd77e4b7de4a32c49c842.xgqt@gentoo> (raw)

commit:     e3735d200016990bdd9fd77e4b7de4a32c49c842
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 21:37:45 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 22:08:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3735d20

dev-lang/neko: mix mysql deps; minor tweaks

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../{neko-2.4.0-r1.ebuild => neko-2.4.0-r2.ebuild} | 35 +++++++++++++---------
 1 file changed, 21 insertions(+), 14 deletions(-)

diff --git a/dev-lang/neko/neko-2.4.0-r1.ebuild b/dev-lang/neko/neko-2.4.0-r2.ebuild
similarity index 69%
rename from dev-lang/neko/neko-2.4.0-r1.ebuild
rename to dev-lang/neko/neko-2.4.0-r2.ebuild
index 2191b6d96b38..16ca7d87db46 100644
--- a/dev-lang/neko/neko-2.4.0-r1.ebuild
+++ b/dev-lang/neko/neko-2.4.0-r2.ebuild
@@ -11,13 +11,17 @@ HOMEPAGE="https://nekovm.org/
 
 if [[ "${PV}" == *9999* ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/HaxeFoundation/${PN}.git"
+
+	EGIT_REPO_URI="https://github.com/HaxeFoundation/${PN}"
 else
 	# 2.3.0 -> 2-3-0
 	MY_PV="${PV//./-}"
-	SRC_URI="https://github.com/HaxeFoundation/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+
+	SRC_URI="https://github.com/HaxeFoundation/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
+		-> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-${MY_PV}"
+
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MIT"
@@ -29,29 +33,32 @@ RDEPEND="
 	dev-libs/libpcre:=
 	sys-libs/zlib:=
 	apache? ( www-servers/apache:2= )
-	mysql? ( dev-db/mysql:= )
+	mysql? ( dev-db/mysql-connector-c:= )
 	sqlite? ( dev-db/sqlite:3= )
 	ssl? (
 		dev-libs/openssl:=
 		net-libs/mbedtls:0=
 	)
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+	${RDEPEND}
+"
 
 src_configure() {
 	# -Werror=strict-aliasing warnings, bug #855641
 	filter-lto
 	append-flags -fno-strict-aliasing
 
-	local mycmakeargs=(
-		-DRUN_LDCONFIG=OFF
-		-DWITH_NEKOML=ON
-		-DWITH_REGEXP=ON
-		-DWITH_UI=OFF
-		-DWITH_APACHE=$(usex apache)
-		-DWITH_MYSQL=$(usex mysql)
-		-DWITH_SQLITE=$(usex sqlite)
-		-DWITH_SSL=$(usex ssl)
+	local -a mycmakeargs=(
+		-DRUN_LDCONFIG="OFF"
+		-DWITH_NEKOML="ON"
+		-DWITH_REGEXP="ON"
+		-DWITH_UI="OFF"
+
+		-DWITH_APACHE="$(usex apache)"
+		-DWITH_MYSQL="$(usex mysql)"
+		-DWITH_SQLITE="$(usex sqlite)"
+		-DWITH_SSL="$(usex ssl)"
 	)
 	cmake_src_configure
 }


             reply	other threads:[~2025-01-28 22:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-28 22:08 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-25 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-lang/neko/ Maciej Barć
2025-01-28 22:08 Maciej Barć
2025-01-07 19:54 Sam James
2024-07-19 11:02 Maciej Barć
2022-10-21  0:48 Maciej Barć
2022-08-06 23:53 Maciej Barć
2021-12-05 16:07 Maciej Barć
2021-12-05  4:56 Maciej Barć
2021-12-05  4:53 Maciej Barć

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=1738102127.e3735d200016990bdd9fd77e4b7de4a32c49c842.xgqt@gentoo \
    --to=xgqt@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