From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1A4A158041 for ; Mon, 11 Mar 2024 14:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DADC7E2A7D; Mon, 11 Mar 2024 14:06:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B81F1E2A7D for ; Mon, 11 Mar 2024 14:06:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF4DB335D60 for ; Mon, 11 Mar 2024 14:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B1A113C3 for ; Mon, 11 Mar 2024 14:06:44 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1710165995.8e0f6a8d24e191e914f6cd380afd8b0761a7af45.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/Manifest dev-cpp/wt/wt-4.10.4.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8e0f6a8d24e191e914f6cd380afd8b0761a7af45 X-VCS-Branch: dev Date: Mon, 11 Mar 2024 14:06:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dce83145-bd8a-46a7-bb66-52a3b96acfa6 X-Archives-Hash: b663bf5d5223755ad053ba5840feb6a3 commit: 8e0f6a8d24e191e914f6cd380afd8b0761a7af45 Author: David Roman gmail com> AuthorDate: Mon Mar 11 14:03:55 2024 +0000 Commit: David Roman gmail 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 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 +} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0707158041 for ; Mon, 11 Mar 2024 17:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0449BE2A74; Mon, 11 Mar 2024 17:31:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF221E2A74 for ; Mon, 11 Mar 2024 17:31:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E23B0342FFD for ; Mon, 11 Mar 2024 17:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E95721525 for ; Mon, 11 Mar 2024 17:31:09 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1710165995.8e0f6a8d24e191e914f6cd380afd8b0761a7af45.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/Manifest dev-cpp/wt/wt-4.10.4.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8e0f6a8d24e191e914f6cd380afd8b0761a7af45 X-VCS-Branch: master Date: Mon, 11 Mar 2024 17:31:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bb74cc7-8278-49e1-a94a-226f8245641a X-Archives-Hash: 286d68797928e5acf1ff18b982c45e72 Message-ID: <20240311173109.Rd7gJCDknVj2uhr7LThUlbkBnFrxbeRqq96EVUvobxw@z> commit: 8e0f6a8d24e191e914f6cd380afd8b0761a7af45 Author: David Roman gmail com> AuthorDate: Mon Mar 11 14:03:55 2024 +0000 Commit: David Roman gmail 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 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 +}