From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/organicmaps/ Date: Fri, 15 Dec 2023 12:38:33 +0000 (UTC) [thread overview] Message-ID: <1702643856.c20cd587b45dacd5f4ac191d393c816f655589f1.davidroman@gentoo> (raw) commit: c20cd587b45dacd5f4ac191d393c816f655589f1 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Dec 15 12:37:26 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Dec 15 12:37:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c20cd587 gui-apps/organicmaps: update EAPI 7 -> 8 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> Closes: https://github.com/gentoo/guru/pull/79 gui-apps/organicmaps/organicmaps-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-apps/organicmaps/organicmaps-9999.ebuild b/gui-apps/organicmaps/organicmaps-9999.ebuild index 14646725b8..c6ffa31784 100644 --- a/gui-apps/organicmaps/organicmaps-9999.ebuild +++ b/gui-apps/organicmaps/organicmaps-9999.ebuild @@ -1,4 +1,7 @@ -EAPI=7 +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 inherit git-r3 xdg cmake EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -10,8 +13,6 @@ LICENSE="Apache-2.0" SLOT="0" DEPEND="sys-devel/clang - >=dev-util/cmake-3.18.1 - dev-util/ninja media-libs/freetype dev-libs/icu sys-libs/libstdc++-v3 @@ -20,7 +21,6 @@ DEPEND="sys-devel/clang dev-qt/qtsvg dev-db/sqlite sys-libs/zlib[minizip]" -RDEPEND="" PATCHES=( "${FILESDIR}/${P}-zlib-compile.patch"
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/organicmaps/ Date: Fri, 15 Dec 2023 17:36:28 +0000 (UTC) [thread overview] Message-ID: <1702643856.c20cd587b45dacd5f4ac191d393c816f655589f1.davidroman@gentoo> (raw) Message-ID: <20231215173628.YybwGierS9nr8Abj44dig5wmXSNEiZkKrXMq9jxJjiw@z> (raw) commit: c20cd587b45dacd5f4ac191d393c816f655589f1 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Dec 15 12:37:26 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Dec 15 12:37:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c20cd587 gui-apps/organicmaps: update EAPI 7 -> 8 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> Closes: https://github.com/gentoo/guru/pull/79 gui-apps/organicmaps/organicmaps-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-apps/organicmaps/organicmaps-9999.ebuild b/gui-apps/organicmaps/organicmaps-9999.ebuild index 14646725b8..c6ffa31784 100644 --- a/gui-apps/organicmaps/organicmaps-9999.ebuild +++ b/gui-apps/organicmaps/organicmaps-9999.ebuild @@ -1,4 +1,7 @@ -EAPI=7 +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 inherit git-r3 xdg cmake EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -10,8 +13,6 @@ LICENSE="Apache-2.0" SLOT="0" DEPEND="sys-devel/clang - >=dev-util/cmake-3.18.1 - dev-util/ninja media-libs/freetype dev-libs/icu sys-libs/libstdc++-v3 @@ -20,7 +21,6 @@ DEPEND="sys-devel/clang dev-qt/qtsvg dev-db/sqlite sys-libs/zlib[minizip]" -RDEPEND="" PATCHES=( "${FILESDIR}/${P}-zlib-compile.patch"
next reply other threads:[~2023-12-15 12:38 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-12-15 12:38 David Roman [this message] 2023-12-15 17:36 ` [gentoo-commits] repo/proj/guru:master commit in: gui-apps/organicmaps/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-01-25 4:48 [gentoo-commits] repo/proj/guru:dev " Vitaly Zdanevich 2024-01-25 4:17 Vitaly Zdanevich 2024-01-25 4:16 Vitaly Zdanevich 2023-12-27 6:42 Vitaly Zdanevich 2023-12-01 13:49 Vitaly Zdanevich 2022-10-19 17:56 Vitaly Zdanevich 2022-07-10 16:19 Vitaly Zdanevich 2022-07-03 10:55 Andrew Ammerlaan 2022-07-01 5:39 Vitaly Zdanevich
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=1702643856.c20cd587b45dacd5f4ac191d393c816f655589f1.davidroman@gentoo \ --to=davidroman96@gmail.com \ --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: linkBe 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