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 1CF8215812D for ; Thu, 02 Jan 2025 21:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41807E0893; Thu, 02 Jan 2025 21:48:46 +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 2506AE0895 for ; Thu, 02 Jan 2025 21:48:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 390D033BF60 for ; Thu, 02 Jan 2025 21:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BA5C1148 for ; Thu, 02 Jan 2025 21:48:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1735854395.50bd4cf89e002a0bfbaa2f19978213b7116c2451.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/qtads/Manifest games-engines/qtads/qtads-3.3.0-r1.ebuild X-VCS-Directories: games-engines/qtads/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 50bd4cf89e002a0bfbaa2f19978213b7116c2451 X-VCS-Branch: master Date: Thu, 02 Jan 2025 21:48:43 +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: 31372198-bd59-4d5f-9fa1-462d64188c20 X-Archives-Hash: 699cfa1a3602c6e44d0709f997bfe9b2 commit: 50bd4cf89e002a0bfbaa2f19978213b7116c2451 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 2 20:21:44 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 2 21:46:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bd4cf8 games-engines/qtads: drop 3.3.0-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> games-engines/qtads/Manifest | 1 - games-engines/qtads/qtads-3.3.0-r1.ebuild | 47 ------------------------------- 2 files changed, 48 deletions(-) diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest index 6f6e586eed16..277afedd3630 100644 --- a/games-engines/qtads/Manifest +++ b/games-engines/qtads/Manifest @@ -1,2 +1 @@ -DIST qtads-3.3.0-source.tar.xz 6085960 BLAKE2B 516d9c38c1bed36d88f60ef746f1f8b7a82db14505e640c0d3024995a74c9efb68e7783111007db6ca7a2b6adbf7e5b96b6b1e7db1c0cce6441436e1ca81381b SHA512 7e2a647fc4bb81e9784a0b05b3fdee3e6306767aebd32466f6451dc8b2e0f61e01a5657d0bfb8ba091bdd8365c9fed4fd2ab5cd2a27bf5403a5192d42472f7b2 DIST qtads-3.4.0-source.tar.xz 6059316 BLAKE2B 0aa1bd755aed6fe60a712754d5496a464296f990f99bb7fd3cf93e20ce86881837352739f77a0fe9b630cb67fc78f91fbabf3896e8105e2b51ffa7a46be90ce6 SHA512 b4d40ec3f757803beeb7e22afa7b2ae6a612970c11615378ed145870d577e30b5734cd316c4739e4a3726917654e268034e6ecf1132ebbe1e120dc56aa9a2e3b diff --git a/games-engines/qtads/qtads-3.3.0-r1.ebuild b/games-engines/qtads/qtads-3.3.0-r1.ebuild deleted file mode 100644 index 1df8c43516c6..000000000000 --- a/games-engines/qtads/qtads-3.3.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils xdg - -DESCRIPTION="Multimedia interpreter for TADS text adventures" -HOMEPAGE="https://realnc.github.io/qtads" -SRC_URI="https://github.com/realnc/qtads/releases/download/v${PV}/${P}-source.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+sound" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5[jpeg,png] - dev-qt/qtimageformats:5[mng] - dev-qt/qtnetwork:5[ssl] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5[png] - sound? ( - media-libs/libsdl2[sound] - media-libs/libsndfile - media-libs/libvorbis - media-sound/fluidsynth:0= - media-sound/mpg123 - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 \ - PREFIX="${EPREFIX}/usr" \ - DOCDIR="${EPREFIX}/usr/share/${PF}" \ - $(usev !sound CONFIG+=disable-audio) \ - -after CONFIG-=silent -} - -src_install() { - emake INSTALL_ROOT="${D}" install -}