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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79DBD158089 for ; Wed, 8 Nov 2023 22:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1AAC2BC014; Wed, 8 Nov 2023 22:03:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 967AC2BC014 for ; Wed, 8 Nov 2023 22:03:29 +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 793F8335C31 for ; Wed, 8 Nov 2023 22:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D49AAC for ; Wed, 8 Nov 2023 22:03:26 +0000 (UTC) From: "Cara Salter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cara Salter" Message-ID: <1699480831.48fe8cfc67c848d0ca18bc7c865d07f6ce0f6f7b.cara@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/epubgrep/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/epubgrep/Manifest app-text/epubgrep/epubgrep-0.6.0-r1.ebuild X-VCS-Directories: app-text/epubgrep/ X-VCS-Committer: cara X-VCS-Committer-Name: Cara Salter X-VCS-Revision: 48fe8cfc67c848d0ca18bc7c865d07f6ce0f6f7b X-VCS-Branch: dev Date: Wed, 8 Nov 2023 22:03:26 +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: 46ae307c-d0d7-41e5-b26b-4eaab3d08721 X-Archives-Hash: d4eadfd96c3a36250452660b05df93eb commit: 48fe8cfc67c848d0ca18bc7c865d07f6ce0f6f7b Author: Cara Salter devcara com> AuthorDate: Wed Nov 8 22:00:17 2023 +0000 Commit: Cara Salter devcara com> CommitDate: Wed Nov 8 22:00:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48fe8cfc app-text/epubgrep: drop 0.6.0-r1 Depends on old version of dev-libs/libfmt, no longer in ::gentoo Signed-off-by: Cara Salter devcara.com> app-text/epubgrep/Manifest | 1 - app-text/epubgrep/epubgrep-0.6.0-r1.ebuild | 43 ------------------------------ 2 files changed, 44 deletions(-) diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest index 0c91921323..d917c67f67 100644 --- a/app-text/epubgrep/Manifest +++ b/app-text/epubgrep/Manifest @@ -1,2 +1 @@ -DIST epubgrep-0.6.0.tar.gz 271925 BLAKE2B b45f32d8850166bdb112c80adbc2c16c95b4fc03dcee51861b6033493e6297899a4018f7f4f1d83fe47ad1bb4400f682271bf98540458e9ce5fd80d6ec1cc199 SHA512 ff81f3a4a2d5cbc11d2799b7b90bb6758939d78e1e5b7ee2774d6985a55b68102b1172f54d8d07be09dad2aa1efed16429aca48fb733367147dcf989286f4289 DIST epubgrep-0.6.2.tar.gz 274558 BLAKE2B c70e199e7d3cb8df828e3cd2f91eab70b8302da2205b5e206e15c3b61ad7cc86f2e4e5cd01e35a5d69ad298e5d3106c9e8dfc4821432c2cf9a692f9ab169fc4f SHA512 f310c33ac08e4154a821b7d674e2eeaa70925dfd27d1e5481cc5792e84ac53f2b7e4931db29ac1c208a83ff989c77b80904bfb4471770266180ab04789f2132c diff --git a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild b/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild deleted file mode 100644 index b7f322ed51..0000000000 --- a/app-text/epubgrep/epubgrep-0.6.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Search tool for EPUB e-books" -HOMEPAGE="https://schlomp.space/tastytea/epubgrep" -SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/boost[nls] - app-arch/libarchive[bzip2,iconv,lzma,zlib(+)] -