From bc25e0cd71cb2ab486a37ecde2ce15847fa6aa88 Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 1 Oct 2024 16:09:17 +0200 Subject: [PATCH] dev-cpp/wt: add 4.11.0 Signed-off-by: David Roman --- dev-cpp/wt/Manifest | 1 + dev-cpp/wt/wt-4.11.0.ebuild | 65 +++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 dev-cpp/wt/wt-4.11.0.ebuild diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest index dc7f451966..ab6cd4ddcd 100644 --- a/dev-cpp/wt/Manifest +++ b/dev-cpp/wt/Manifest @@ -1 +1,2 @@ DIST wt-4.10.4.tar.gz 10449928 BLAKE2B 19516d506612590fda1ba626487631397102c5634772e3435a911470d85da42803885368996a59a816400eaf623baad07dccd23c9fe769c6965b27372575aa23 SHA512 f41efec1e77bd76f6f66ffb4ff38c98cfc590debb194682e3c6eb3f7b4366c30f8e2bbc16f4c33faa45f6f49d28812215538d20f4abc6c4dc3a226ae9b10ac71 +DIST wt-4.11.0.tar.gz 10562160 BLAKE2B 5238f279c8899d976ce03b7840a4600bd22e54c8aede1cb908e3949278e61778361ccd67e3ea065f90875c15acad89553a87972078bb983857b871520ccf6669 SHA512 b437d822793261e57bb3a6024ec3fd06a7080ff053bc587e9e89f8d24c010158991827f925f0b59d43371aeeebdfc53983abd29a6c46ecf46b67bd923ca81e5a diff --git a/dev-cpp/wt/wt-4.11.0.ebuild b/dev-cpp/wt/wt-4.11.0.ebuild new file mode 100644 index 0000000000..27ba7c4f3b --- /dev/null +++ b/dev-cpp/wt/wt-4.11.0.ebuild @@ -0,0 +1,65 @@ +# 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 opengl pdf postgres ssl" + +DEPEND=" + firebird? ( dev-db/firebird ) + mysql? ( virtual/mysql ) + opengl? ( virtual/opengl ) + postgres? ( dev-db/postgresql ) + ssl? ( dev-libs/openssl ) +