commit: b173e7a623cf04b710cfce27be2516acf2624e9a Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Fri Jun 27 10:32:10 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Jun 28 20:53:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b173e7a6
dev-cpp/wt: drop 4.11.4-r2 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/guru/pull/339 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-cpp/wt/wt-4.11.4-r2.ebuild | 61 ------------------------------------------ 1 file changed, 61 deletions(-) diff --git a/dev-cpp/wt/wt-4.11.4-r2.ebuild b/dev-cpp/wt/wt-4.11.4-r2.ebuild deleted file mode 100644 index 8d286d1acc..0000000000 --- a/dev-cpp/wt/wt-4.11.4-r2.ebuild +++ /dev/null @@ -1,61 +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=" - <=dev-libs/boost-1.86.0:= - media-libs/libharu - media-gfx/graphicsmagick[jpeg,png] - sys-libs/zlib - mysql? ( virtual/mysql ) - opengl? ( virtual/opengl ) - pango? ( x11-libs/pango ) - postgres? ( dev-db/postgresql ) - ssl? ( dev-libs/openssl ) -" -RDEPEND="${DEPEND}" - -BDEPEND=" - doc? ( - app-text/doxygen[dot] - dev-qt/qttools:6[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 - # QT is only required for examples - -DENABLE_QT4=OFF - -DENABLE_QT5=OFF - -DENABLE_QT6=OFF - -DENABLE_SAML=ON - -DENABLE_OPENGL=$(usex opengl) - ) - - cmake_src_configure -}
