public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 10 Jun 2024 15:03:10 +0000 (UTC)	[thread overview]
Message-ID: <1718031767.4c91f557e862b487e8c79ece6f8bcc150f875cf2.davidroman@gentoo> (raw)

commit:     4c91f557e862b487e8c79ece6f8bcc150f875cf2
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 10 08:24:42 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 10 15:02:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c91f557

dev-cpp/wt: drop 4.10.3

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-cpp/wt/Manifest         |  1 -
 dev-cpp/wt/wt-4.10.3.ebuild | 64 ---------------------------------------------
 2 files changed, 65 deletions(-)

diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest
index b571d47b0..dc7f45196 100644
--- a/dev-cpp/wt/Manifest
+++ b/dev-cpp/wt/Manifest
@@ -1,2 +1 @@
-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.3.ebuild b/dev-cpp/wt/wt-4.10.3.ebuild
deleted file mode 100644
index e9d153bce..000000000
--- a/dev-cpp/wt/wt-4.10.3.ebuild
+++ /dev/null
@@ -1,64 +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"
-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
-}


             reply	other threads:[~2024-06-10 15:03 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-10 15:03 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-04  9:29 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ 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-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=1718031767.4c91f557e862b487e8c79ece6f8bcc150f875cf2.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