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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBE4E13835A for ; Sun, 30 May 2021 12:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38F54E076B; Sun, 30 May 2021 12:40:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EBBEE076B for ; Sun, 30 May 2021 12:40:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DB1A335C39 for ; Sun, 30 May 2021 12:40:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CB4878E for ; Sun, 30 May 2021 12:40:31 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1622377025.35a710433f98ad9788b64e6da9c05650fe46f44b.tastytea@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.3.1.ebuild X-VCS-Directories: app-text/epubgrep/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 35a710433f98ad9788b64e6da9c05650fe46f44b X-VCS-Branch: dev Date: Sun, 30 May 2021 12:40:31 +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: ceafa465-bbf3-4046-b890-d6c3537f8b1e X-Archives-Hash: efa26904dafd2e77ad220c09d5ae6382 commit: 35a710433f98ad9788b64e6da9c05650fe46f44b Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sun May 30 12:14:52 2021 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sun May 30 12:17:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35a71043 app-text/epubgrep: Delete old ebuild. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> app-text/epubgrep/Manifest | 1 - app-text/epubgrep/epubgrep-0.3.1.ebuild | 45 --------------------------------- 2 files changed, 46 deletions(-) diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest index fa0f3a4fc..5a283250d 100644 --- a/app-text/epubgrep/Manifest +++ b/app-text/epubgrep/Manifest @@ -1,3 +1,2 @@ -DIST epubgrep-0.3.1.tar.gz 221043 BLAKE2B 26c7cd1bfa366cdfdd8c4c271cfefa893866db84769edd900dbec6bc543fad6ce18ebeadd7c4c652322adc9152a93911cf649632a9c2668eb53cd8742cc54259 SHA512 1846b9a5b0c3f92d0194a832bc3f560eaae95b811b2def5a38d1346cac5e84534116d9bc27d7d0925a8fe73722326d7000e7cea9318fdcd899bc808358719be7 DIST epubgrep-0.3.2.tar.gz 241538 BLAKE2B 77de3e45ae79e957bf6ecaaccb55b1944b845894dce9ec2e6eb2f8440d0e90a6ee4185824a04435351726d72ea4cacef2d63d14265ae1f9c952d6ad341126533 SHA512 ea9eb953a05cfa1cb9cf54d27341d1b0af6fb95835495d975405e43c7c01d6c74e69f20e36aaf4ac238e55f9cf0ede7ecb42822d717b40e068e7a6aaef798ec3 DIST epubgrep-0.4.0.tar.gz 247541 BLAKE2B f193ea359edc56343cfaab85b33c52f1fda832e335b58a7d2f6d6b98538870e043d6a1b56e8e3f562bd2dff8ddd809aeacad88bf047b2a6e7933a68b29312f49 SHA512 ae6005b62c8fc0ce8d3ae00fb4c04b2f6d84aca4c3497722be52c064b4403a15bc30aa33b4f59bc834d0501bee984f4df1c4a5c620ad14f83186776c46a73fa5 diff --git a/app-text/epubgrep/epubgrep-0.3.1.ebuild b/app-text/epubgrep/epubgrep-0.3.1.ebuild deleted file mode 100644 index 46a105b76..000000000 --- a/app-text/epubgrep/epubgrep-0.3.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Search tool for EPUB ebooks" -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] - dev-libs/libfmt -" -DEPEND=" - ${RDEPEND} - dev-cpp/termcolor - test? ( dev-cpp/catch ) -" -BDEPEND=" - sys-devel/gettext - app-text/asciidoc -" - -src_configure() { - local mycmakeargs=( - "-DWITH_TESTS=$(usex test)" - "-DFALLBACK_BUNDLED=NO" - ) - - cmake_src_configure -} - -src_test() { - BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test -}