From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 30F881584AD for ; Tue, 29 Apr 2025 11:37:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 13629342FB6 for ; Tue, 29 Apr 2025 11:37:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 10A751102BE; Tue, 29 Apr 2025 11:37:58 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 00FF71102BE for ; Tue, 29 Apr 2025 11:37:57 +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 A7C58342FB6 for ; Tue, 29 Apr 2025 11:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DF37C3A for ; Tue, 29 Apr 2025 11:37:56 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1745926658.e71d96ceb5d6fe11cf83695eb5f4037d19c96dd7.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/crwx-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild X-VCS-Directories: app-text/crwx-ng/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: e71d96ceb5d6fe11cf83695eb5f4037d19c96dd7 X-VCS-Branch: master Date: Tue, 29 Apr 2025 11:37:56 +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: 76881921-7b7e-4439-8e48-45043863e335 X-Archives-Hash: 64beb562e5e3bdcb9031f2bccdbc2541 commit: e71d96ceb5d6fe11cf83695eb5f4037d19c96dd7 Author: Andrey Grozin gentoo org> AuthorDate: Tue Apr 29 11:37:38 2025 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Tue Apr 29 11:37:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71d96ce app-text/crwx-ng: remove old revision Signed-off-by: Andrey Grozin gentoo.org> app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild deleted file mode 100644 index 8d503c432457..000000000000 --- a/app-text/crwx-ng/crwx-ng-0.3.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -WX_GTK_VER="3.2-gtk3" -inherit cmake wxwidgets xdg - -DESCRIPTION="Cross-platform e-book reader" -HOMEPAGE="https://gitlab.com/coolreader-ng/crwx-ng" -SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc" - -CDEPEND=">=app-text/crengine-ng-0.9.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=] - x11-libs/wxGTK:${WX_GTK_VER}[X]" -BDEPEND="${CDEPEND}" -RDEPEND="${CDEPEND} - virtual/ttf-fonts" - -pkg_prepare() { - setup-wxwidgets -}