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 E91D41394FF for ; Fri, 25 Jun 2021 10:11:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 400ABE090E; Fri, 25 Jun 2021 10:11:28 +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 26EE1E0916 for ; Fri, 25 Jun 2021 10:11:28 +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 37740340955 for ; Fri, 25 Jun 2021 10:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 653CD7C0 for ; Fri, 25 Jun 2021 10:11:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1624570678.e678fe8a2b405455e2ce07982de8c6f0a0962673.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/epubgrep/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/epubgrep/Manifest app-text/epubgrep/epubgrep-0.5.0.ebuild X-VCS-Directories: app-text/epubgrep/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e678fe8a2b405455e2ce07982de8c6f0a0962673 X-VCS-Branch: master Date: Fri, 25 Jun 2021 10:11:22 +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: 7c16a8cc-ffc3-4c9e-b189-62cb4ee7ba39 X-Archives-Hash: 0a10939cd92b04db2412bbc9290f004a commit: e678fe8a2b405455e2ce07982de8c6f0a0962673 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Jun 24 21:22:03 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jun 24 21:37:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e678fe8a app-text/epubgrep: Remove old ebuild. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> app-text/epubgrep/Manifest | 1 - app-text/epubgrep/epubgrep-0.5.0.ebuild | 47 --------------------------------- 2 files changed, 48 deletions(-) diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest index af95ced3d..7890d34c7 100644 --- a/app-text/epubgrep/Manifest +++ b/app-text/epubgrep/Manifest @@ -1,3 +1,2 @@ -DIST epubgrep-0.5.0.tar.gz 253335 BLAKE2B 43a0fff1368a4173797355b8e408ea740ec2810fc13d2a96fb96fda861d076b28c2ce1ce66ddeea64370be21f0873327a96bddca249c73427f6874476dd1d628 SHA512 87deba97675f827dd7e8914b7cf537d903f22a91504e0316e70fd04e567e0282998c729d1a7cef0d0bfaaaa8cf2bd4765afa18c41403248f261bc4240dd08c1a DIST epubgrep-0.5.1.tar.gz 269799 BLAKE2B 11f67e7584a33d0ba4249e2b8d210c3d74d67a6d6f5a44b2ed8f6d50d52e6ceb4f6db18458afcefa004b185acf4848e724da85286ec7c9ee155dafc4c76f6668 SHA512 dc8550f0802ce92344c7f24d2ffb57c656bef81914414e47310c703ad5c302d1508b3cf3b28459a939156dc5772a702a6a28a8ec28a946218c541c4e690da3c5 DIST epubgrep-0.6.0.tar.gz 271553 BLAKE2B 6693c6bb61cf8b778145b5dcf1976ecf17716e8a42e01f9754e4fd82a72c136a09baf12f197029a84aeea727af2d95d4a56aacaf9b4aac5bae81e3ed6b356226 SHA512 4e28c041d434d85ea8dfa4c43f3e0ae7263e11714330ead356b782968ec96642baefbb4d2f37d28cabfd0e53610edb04ec8409dff7232a970f01eb8a5755befe diff --git a/app-text/epubgrep/epubgrep-0.5.0.ebuild b/app-text/epubgrep/epubgrep-0.5.0.ebuild deleted file mode 100644 index 35dd9fa50..000000000 --- a/app-text/epubgrep/epubgrep-0.5.0.ebuild +++ /dev/null @@ -1,47 +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 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] - dev-libs/libfmt - dev-libs/pugixml -" -DEPEND=" - ${RDEPEND} - dev-cpp/termcolor - dev-cpp/nlohmann_json - 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 -}