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: Fri, 04 Apr 2025 09:29:27 +0000 (UTC) [thread overview]
Message-ID: <1743758962.9349e28518181cc9a76e1ae026089543b78fc15b.davidroman@gentoo> (raw)
commit: 9349e28518181cc9a76e1ae026089543b78fc15b
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Apr 4 09:29:22 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Apr 4 09:29:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9349e285
dev-cpp/wt: drop 4.11.1
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-cpp/wt/Manifest | 1 -
dev-cpp/wt/wt-4.11.1.ebuild | 60 ---------------------------------------------
2 files changed, 61 deletions(-)
diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest
index f97154e23..acd78274c 100644
--- a/dev-cpp/wt/Manifest
+++ b/dev-cpp/wt/Manifest
@@ -1,4 +1,3 @@
-DIST wt-4.11.1.tar.gz 10573506 BLAKE2B 832088ba70af307d2abc374c384f5c41920f07439b43e6a53705c34d634e4b412fb075342883f6bf6dda7418ff4277bacd264133afc61567b29ba9bcdfb92257 SHA512 b3afab7327abc7a61ec8963af79bd9b3a23127031416fda4115db74287c130a09d5dd99465c0643e28ef9f2feaabe6ea51a8a22f698ae487243c2ae0e635a412
DIST wt-4.11.2.tar.gz 10581246 BLAKE2B 6b1ac3e53a8eab572354f4a43ed20cf92ce1049f79aae0333730fb283cd3c4fc274f8ebe94a08fffeafb73a1ccccf1771d180189ef6d825336172ab891992cbc SHA512 e512c88616878b8fa3b992aa9d2f232d994ee6108607af4e5d511a2fecd7ae35cf33a63435a0ff356df715b386f2061731dcfb28c529bc43c901f17787686f34
DIST wt-4.11.3.tar.gz 10601583 BLAKE2B dd838a1f42fedc93f127f8a496feccc47359bd6883103ec7574e85f47d8e4452d83b48def467e68c97b5f3b3d354b0ed96722b62b306d98ac3d12b09eaf308cb SHA512 de1cf49e1b1d788841b1a87e6455bf5170ab857d0076ef7c60a5592bfb83bcdbc4621b23cac411f4b9dce2fd96b237fb4c80d854c195e575cf2e03515c399e3d
DIST wt-4.11.4.tar.gz 10616646 BLAKE2B d6c5ab376f9c992afff75ebfd8e2d7630cd49627d6217b0fcb9cfcc01f6870d350ba0ba59e18d4a753c93b83ab6aebd0e69e4cc562104141f4e024e66bd7c30c SHA512 e266e8333823a2960fe47645386dea6a9638a83caa4fdeee83af6bffd3e99ee43eb94d9c7afab6e4811a1c25d58df2f4c4f108308ba7f67e4359ed89f69ffd42
diff --git a/dev-cpp/wt/wt-4.11.1.ebuild b/dev-cpp/wt/wt-4.11.1.ebuild
deleted file mode 100644
index 5447c6aec..000000000
--- a/dev-cpp/wt/wt-4.11.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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/${PV}"
-KEYWORDS="~amd64"
-IUSE="doc mysql opengl +pango pdf postgres ssl"
-
-DEPEND="
- mysql? ( virtual/mysql )
- opengl? ( virtual/opengl )
- pango? ( x11-libs/pango )
- postgres? ( dev-db/postgresql )
- ssl? ( dev-libs/openssl )
- <=dev-libs/boost-1.86.0:=
- media-libs/libharu
- media-gfx/graphicsmagick[jpeg,png]
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-BDEPEND="
- doc? (
- app-text/doxygen[dot]
- dev-qt/qttools[qdoc]
- )
-"
-
-PATCHES=( "${FILESDIR}/wt-no-rundir.patch")
-
-src_configure() {
- 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=$(usex pango)
- -DENABLE_SQLITE=ON
- -DENABLE_POSTGRES=$(usex postgres)
- -DENABLE_MYSQL=$(usex mysql)
- -DENABLE_FIREBIRD=OFF
- -DENABLE_QT4=OFF
- -DENABLE_QT5=OFF
- -DENABLE_QT6=ON
- -DENABLE_SAML=ON
- -DENABLE_OPENGL=$(usex opengl)
- )
-
- 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: Sat, 05 Apr 2025 07:40:28 +0000 (UTC) [thread overview]
Message-ID: <1743758962.9349e28518181cc9a76e1ae026089543b78fc15b.davidroman@gentoo> (raw)
Message-ID: <20250405074028.lPv-b_uCYzt0PpE6-EY9B5kixEXQvYQbZEhrza7Zj58@z> (raw)
commit: 9349e28518181cc9a76e1ae026089543b78fc15b
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Apr 4 09:29:22 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Apr 4 09:29:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9349e285
dev-cpp/wt: drop 4.11.1
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-cpp/wt/Manifest | 1 -
dev-cpp/wt/wt-4.11.1.ebuild | 60 ---------------------------------------------
2 files changed, 61 deletions(-)
diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest
index f97154e23..acd78274c 100644
--- a/dev-cpp/wt/Manifest
+++ b/dev-cpp/wt/Manifest
@@ -1,4 +1,3 @@
-DIST wt-4.11.1.tar.gz 10573506 BLAKE2B 832088ba70af307d2abc374c384f5c41920f07439b43e6a53705c34d634e4b412fb075342883f6bf6dda7418ff4277bacd264133afc61567b29ba9bcdfb92257 SHA512 b3afab7327abc7a61ec8963af79bd9b3a23127031416fda4115db74287c130a09d5dd99465c0643e28ef9f2feaabe6ea51a8a22f698ae487243c2ae0e635a412
DIST wt-4.11.2.tar.gz 10581246 BLAKE2B 6b1ac3e53a8eab572354f4a43ed20cf92ce1049f79aae0333730fb283cd3c4fc274f8ebe94a08fffeafb73a1ccccf1771d180189ef6d825336172ab891992cbc SHA512 e512c88616878b8fa3b992aa9d2f232d994ee6108607af4e5d511a2fecd7ae35cf33a63435a0ff356df715b386f2061731dcfb28c529bc43c901f17787686f34
DIST wt-4.11.3.tar.gz 10601583 BLAKE2B dd838a1f42fedc93f127f8a496feccc47359bd6883103ec7574e85f47d8e4452d83b48def467e68c97b5f3b3d354b0ed96722b62b306d98ac3d12b09eaf308cb SHA512 de1cf49e1b1d788841b1a87e6455bf5170ab857d0076ef7c60a5592bfb83bcdbc4621b23cac411f4b9dce2fd96b237fb4c80d854c195e575cf2e03515c399e3d
DIST wt-4.11.4.tar.gz 10616646 BLAKE2B d6c5ab376f9c992afff75ebfd8e2d7630cd49627d6217b0fcb9cfcc01f6870d350ba0ba59e18d4a753c93b83ab6aebd0e69e4cc562104141f4e024e66bd7c30c SHA512 e266e8333823a2960fe47645386dea6a9638a83caa4fdeee83af6bffd3e99ee43eb94d9c7afab6e4811a1c25d58df2f4c4f108308ba7f67e4359ed89f69ffd42
diff --git a/dev-cpp/wt/wt-4.11.1.ebuild b/dev-cpp/wt/wt-4.11.1.ebuild
deleted file mode 100644
index 5447c6aec..000000000
--- a/dev-cpp/wt/wt-4.11.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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/${PV}"
-KEYWORDS="~amd64"
-IUSE="doc mysql opengl +pango pdf postgres ssl"
-
-DEPEND="
- mysql? ( virtual/mysql )
- opengl? ( virtual/opengl )
- pango? ( x11-libs/pango )
- postgres? ( dev-db/postgresql )
- ssl? ( dev-libs/openssl )
- <=dev-libs/boost-1.86.0:=
- media-libs/libharu
- media-gfx/graphicsmagick[jpeg,png]
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-BDEPEND="
- doc? (
- app-text/doxygen[dot]
- dev-qt/qttools[qdoc]
- )
-"
-
-PATCHES=( "${FILESDIR}/wt-no-rundir.patch")
-
-src_configure() {
- 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=$(usex pango)
- -DENABLE_SQLITE=ON
- -DENABLE_POSTGRES=$(usex postgres)
- -DENABLE_MYSQL=$(usex mysql)
- -DENABLE_FIREBIRD=OFF
- -DENABLE_QT4=OFF
- -DENABLE_QT5=OFF
- -DENABLE_QT6=ON
- -DENABLE_SAML=ON
- -DENABLE_OPENGL=$(usex opengl)
- )
-
- cmake_src_configure
-}
next reply other threads:[~2025-04-04 9:29 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-04 9:29 David Roman [this message]
2025-04-05 7:40 ` [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-10-21 9:06 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-07-28 10:18 David Roman
2025-07-22 22:24 David Roman
2025-06-28 20:54 David Roman
2025-06-28 20:54 David Roman
2025-06-28 20:54 David Roman
2025-06-25 19:43 David Roman
2025-04-04 9:29 David Roman
2025-02-24 10:29 David Roman
2025-02-17 14:02 Anna Vyalkova
2025-01-23 14:56 David Roman
2025-01-23 14:47 David Roman
2024-12-18 13:54 David Roman
2024-11-12 11:05 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-03-11 14:06 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=1743758962.9349e28518181cc9a76e1ae026089543b78fc15b.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: 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