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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79B47158042 for ; Tue, 5 Nov 2024 12:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B24E0869; Tue, 5 Nov 2024 12:37:00 +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 76DF1E0869 for ; Tue, 5 Nov 2024 12:37:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 879F833FEF1 for ; Tue, 5 Nov 2024 12:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9552A197F for ; Tue, 5 Nov 2024 12:36:57 +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: <1730810211.bc552b6102260820126bf4ac05da73dfad1477a3.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: bc552b6102260820126bf4ac05da73dfad1477a3 X-VCS-Branch: dev Date: Tue, 5 Nov 2024 12:36:57 +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: b012aa71-bc60-45cf-91c1-a734bef9e657 X-Archives-Hash: 1a2b483159fd1c7596ed622918e6c685 commit: bc552b6102260820126bf4ac05da73dfad1477a3 Author: David Roman gmail com> AuthorDate: Tue Nov 5 12:36:51 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Nov 5 12:36:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc552b61 dev-cpp/wt: drop 4.10.4 Signed-off-by: David Roman gmail.com> dev-cpp/wt/Manifest | 1 - dev-cpp/wt/wt-4.10.4.ebuild | 65 --------------------------------------------- 2 files changed, 66 deletions(-) diff --git a/dev-cpp/wt/Manifest b/dev-cpp/wt/Manifest index ae4c36452..23c0730d6 100644 --- a/dev-cpp/wt/Manifest +++ b/dev-cpp/wt/Manifest @@ -1,3 +1,2 @@ -DIST wt-4.10.4.tar.gz 10449928 BLAKE2B 19516d506612590fda1ba626487631397102c5634772e3435a911470d85da42803885368996a59a816400eaf623baad07dccd23c9fe769c6965b27372575aa23 SHA512 f41efec1e77bd76f6f66ffb4ff38c98cfc590debb194682e3c6eb3f7b4366c30f8e2bbc16f4c33faa45f6f49d28812215538d20f4abc6c4dc3a226ae9b10ac71 DIST wt-4.11.0.tar.gz 10563042 BLAKE2B c49427437298cccc930017d3f03badc33cfcacd370e88b0d18e96a0d4302843fac161d02f3af012cda26a24bac2585329d620324f00cdebad1e78cf59217608d SHA512 67557e39f97871855250d38434b1260d507d9bc27fe0d64e5bf3176eedc3b02269bb3167a9e31d61a30817a852e98fd594672bc5e0debd807523cc5f8db4d17f DIST wt-4.11.1.tar.gz 10573506 BLAKE2B 832088ba70af307d2abc374c384f5c41920f07439b43e6a53705c34d634e4b412fb075342883f6bf6dda7418ff4277bacd264133afc61567b29ba9bcdfb92257 SHA512 b3afab7327abc7a61ec8963af79bd9b3a23127031416fda4115db74287c130a09d5dd99465c0643e28ef9f2feaabe6ea51a8a22f698ae487243c2ae0e635a412 diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild deleted file mode 100644 index 27ba7c4f3..000000000 --- a/dev-cpp/wt/wt-4.10.4.ebuild +++ /dev/null @@ -1,65 +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 opengl pdf postgres ssl" - -DEPEND=" - firebird? ( dev-db/firebird ) - mysql? ( virtual/mysql ) - opengl? ( virtual/opengl ) - postgres? ( dev-db/postgresql ) - ssl? ( dev-libs/openssl ) -