From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ Date: Mon, 11 Mar 2024 14:06:44 +0000 (UTC) [thread overview] Message-ID: <1710165995.8e0f6a8d24e191e914f6cd380afd8b0761a7af45.davidroman@gentoo> (raw) commit: 8e0f6a8d24e191e914f6cd380afd8b0761a7af45 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Mar 11 14:03:55 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Mar 11 14:06:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e0f6a8d dev-cpp/wt: add 4.10.4 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-cpp/wt/Manifest | 1 + dev-cpp/wt/wt-4.10.4.ebuild | 64 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest index b28f49bb5a..b571d47b0d 100644 --- a/dev-cpp/wt/Manifest +++ b/dev-cpp/wt/Manifest @@ -1 +1,2 @@ DIST wt-4.10.3.tar.gz 10443169 BLAKE2B f5f6cdb0024001522bfc10b30c0f3b819be643c81a61e66ba548d284749a82b5fda78e10a5c82efd2b1ec0f1bf8ccc29d38dbf0ec0f20eead5be400467440f00 SHA512 cf81f2ec08741aba6c102b5558dccc82623d7073130bbaa9be1168751b3047bd411acf19ac1f20303b722dc5db05b667c7c7cb213fbc6930918b6cff8d1aad6b +DIST wt-4.10.4.tar.gz 10449928 BLAKE2B 19516d506612590fda1ba626487631397102c5634772e3435a911470d85da42803885368996a59a816400eaf623baad07dccd23c9fe769c6965b27372575aa23 SHA512 f41efec1e77bd76f6f66ffb4ff38c98cfc590debb194682e3c6eb3f7b4366c30f8e2bbc16f4c33faa45f6f49d28812215538d20f4abc6c4dc3a226ae9b10ac71 diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild new file mode 100644 index 0000000000..e9d153bce1 --- /dev/null +++ b/dev-cpp/wt/wt-4.10.4.ebuild @@ -0,0 +1,64 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Wt, C++ Web Toolkit" +HOMEPAGE="https://www.webtoolkit.eu/wt https://github.com/emweb/wt" +SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc firebird mysql pdf postgres ssl" + +DEPEND=" + firebird? ( dev-db/firebird ) + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql ) + ssl? ( dev-libs/openssl ) + dev-libs/boost + media-libs/libharu + media-gfx/graphicsmagick + x11-libs/pango + sys-libs/zlib + virtual/opengl +" +RDEPEND="${DEPEND}" + +BDEPEND=" + doc? ( + app-text/doxygen[dot] + dev-qt/qtchooser + dev-qt/qthelp + ) +" +# for qt6 dev-qt/qttools[qdoc] + +PATCHES=( "${FILESDIR}/wt-no-rundir.patch") + +src_configure() { + # TODO + #-DENABLE_QT6=$(usex qt6) + + local mycmakeargs=( + -DLIB_INSTALL_DIR=$(get_libdir) + -DBUILD_EXAMPLES=OFF + -DINSTALL_DOCUMENTATION=$(usex doc) + -DDOCUMENTATION_DESTINATION="share/doc/${PF}" + -DENABLE_SSL=$(usex ssl) + -DENABLE_HARU=$(usex pdf) + -DENABLE_PANGO=ON + -DENABLE_SQLITE=ON + -DENABLE_POSTGRES=$(usex postgres) + -DENABLE_FIREBIRD=$(usex firebird) + -DENABLE_MYSQL=$(usex mysql) + -DENABLE_QT4=OFF + -DENABLE_QT5=ON + -DENABLE_SAML=ON + ) + + cmake_src_configure +}
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: dev-cpp/wt/ Date: Mon, 11 Mar 2024 17:31:09 +0000 (UTC) [thread overview] Message-ID: <1710165995.8e0f6a8d24e191e914f6cd380afd8b0761a7af45.davidroman@gentoo> (raw) Message-ID: <20240311173109.Rd7gJCDknVj2uhr7LThUlbkBnFrxbeRqq96EVUvobxw@z> (raw) commit: 8e0f6a8d24e191e914f6cd380afd8b0761a7af45 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Mar 11 14:03:55 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Mar 11 14:06:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e0f6a8d dev-cpp/wt: add 4.10.4 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-cpp/wt/Manifest | 1 + dev-cpp/wt/wt-4.10.4.ebuild | 64 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest index b28f49bb5a..b571d47b0d 100644 --- a/dev-cpp/wt/Manifest +++ b/dev-cpp/wt/Manifest @@ -1 +1,2 @@ DIST wt-4.10.3.tar.gz 10443169 BLAKE2B f5f6cdb0024001522bfc10b30c0f3b819be643c81a61e66ba548d284749a82b5fda78e10a5c82efd2b1ec0f1bf8ccc29d38dbf0ec0f20eead5be400467440f00 SHA512 cf81f2ec08741aba6c102b5558dccc82623d7073130bbaa9be1168751b3047bd411acf19ac1f20303b722dc5db05b667c7c7cb213fbc6930918b6cff8d1aad6b +DIST wt-4.10.4.tar.gz 10449928 BLAKE2B 19516d506612590fda1ba626487631397102c5634772e3435a911470d85da42803885368996a59a816400eaf623baad07dccd23c9fe769c6965b27372575aa23 SHA512 f41efec1e77bd76f6f66ffb4ff38c98cfc590debb194682e3c6eb3f7b4366c30f8e2bbc16f4c33faa45f6f49d28812215538d20f4abc6c4dc3a226ae9b10ac71 diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild new file mode 100644 index 0000000000..e9d153bce1 --- /dev/null +++ b/dev-cpp/wt/wt-4.10.4.ebuild @@ -0,0 +1,64 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Wt, C++ Web Toolkit" +HOMEPAGE="https://www.webtoolkit.eu/wt https://github.com/emweb/wt" +SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc firebird mysql pdf postgres ssl" + +DEPEND=" + firebird? ( dev-db/firebird ) + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql ) + ssl? ( dev-libs/openssl ) + dev-libs/boost + media-libs/libharu + media-gfx/graphicsmagick + x11-libs/pango + sys-libs/zlib + virtual/opengl +" +RDEPEND="${DEPEND}" + +BDEPEND=" + doc? ( + app-text/doxygen[dot] + dev-qt/qtchooser + dev-qt/qthelp + ) +" +# for qt6 dev-qt/qttools[qdoc] + +PATCHES=( "${FILESDIR}/wt-no-rundir.patch") + +src_configure() { + # TODO + #-DENABLE_QT6=$(usex qt6) + + local mycmakeargs=( + -DLIB_INSTALL_DIR=$(get_libdir) + -DBUILD_EXAMPLES=OFF + -DINSTALL_DOCUMENTATION=$(usex doc) + -DDOCUMENTATION_DESTINATION="share/doc/${PF}" + -DENABLE_SSL=$(usex ssl) + -DENABLE_HARU=$(usex pdf) + -DENABLE_PANGO=ON + -DENABLE_SQLITE=ON + -DENABLE_POSTGRES=$(usex postgres) + -DENABLE_FIREBIRD=$(usex firebird) + -DENABLE_MYSQL=$(usex mysql) + -DENABLE_QT4=OFF + -DENABLE_QT5=ON + -DENABLE_SAML=ON + ) + + cmake_src_configure +}
next reply other threads:[~2024-03-11 14:06 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-03-11 14:06 David Roman [this message] 2024-03-11 17:31 ` [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-11-12 11:05 [gentoo-commits] repo/proj/guru:dev " David Roman 2024-11-05 12:36 David Roman 2024-11-05 12:36 David Roman 2024-10-14 12:53 David Roman 2024-10-14 9:04 David Roman 2024-10-07 9:14 David Roman 2024-10-01 14:58 [gentoo-commits] repo/proj/guru:master " David Roman 2024-10-01 14:10 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-06-10 15:09 David Roman 2024-06-10 15:03 David Roman 2024-03-22 20:55 David Roman 2024-03-22 13:37 David Roman 2024-03-11 17:31 [gentoo-commits] repo/proj/guru:master " David Roman 2024-03-11 13:50 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-02-28 1:31 David Roman 2024-02-22 15:53 David Roman
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=1710165995.8e0f6a8d24e191e914f6cd380afd8b0761a7af45.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