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 389D313835A for ; Fri, 4 Sep 2020 23:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68979E0891; Fri, 4 Sep 2020 23:23:32 +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 4E5F8E0891 for ; Fri, 4 Sep 2020 23:23:32 +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 03C2F33BF21 for ; Fri, 4 Sep 2020 23:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D1F3315 for ; Fri, 4 Sep 2020 23:23:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599261789.742bb4c9b220610521a8fa026fbca8d15eb3b2f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapers/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xapers/Manifest app-text/xapers/xapers-0.9.0.ebuild X-VCS-Directories: app-text/xapers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 742bb4c9b220610521a8fa026fbca8d15eb3b2f3 X-VCS-Branch: master Date: Fri, 4 Sep 2020 23:23:29 +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: 9b7a4a2e-42a7-497b-84cc-39554f05a551 X-Archives-Hash: 63b6df56c52d14daf034c14a37aaade2 commit: 742bb4c9b220610521a8fa026fbca8d15eb3b2f3 Author: William Pettersson ewpettersson se> AuthorDate: Wed Aug 12 14:48:27 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 4 23:23:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742bb4c9 app-text/xapers: bump to 0.9.0 Fixes some issues with tests, python37 updates. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: William Pettersson ewpettersson.se> Signed-off-by: Sam James gentoo.org> app-text/xapers/Manifest | 1 + app-text/xapers/xapers-0.9.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/app-text/xapers/Manifest b/app-text/xapers/Manifest index 637134e5654..f94d93624b8 100644 --- a/app-text/xapers/Manifest +++ b/app-text/xapers/Manifest @@ -1 +1,2 @@ DIST xapers-0.8.2.tar.gz 160938 BLAKE2B cb21d04146f0cca39f1a706641e4cd2a83a796cbf4eb096379367203d91811c20798638a27215e9fdd9ffb32de908a389b0af57200f19bf4d2c8477a9c82ca93 SHA512 cdf1d4791dd48f579f9ee019492c26d10c9855c1ceef2c15bdc81dfdab0f1d74f54db453bb60a9d297a155a55d73cd26ff192875b4ee2b80d8f9f5d35a4bbcc9 +DIST xapers-0.9.0.tar.gz 159928 BLAKE2B d202a3835ccbcb1adfc2123ee40f6e1992e0c10f84cf57fc38eaae27134d649c94b5c625bf3a11ef2f4d119093fb1dcd99a923a9585d8e6b6b37ed9db7c15247 SHA512 0b2e32d215c64842a2d586c776d6cdfd2b77cd3081929c37dde9682fb61e8c58e374773ef33e1123087e8dcf655e12fd19db371005aaf31875492607d6494dd7 diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild new file mode 100644 index 00000000000..56850c3d6e1 --- /dev/null +++ b/app-text/xapers/xapers-0.9.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2016-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Personal document indexing system" +HOMEPAGE="https://finestructure.net/xapers/ https://gitlab.com/jrollins/xapers/" +SRC_URI="https://gitlab.com/jrollins/${PN}/-/archive/${PV}/${P}.tar.gz" +IUSE="test" +RESTRICT="!test? ( test )" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-text/poppler[utils] + dev-libs/xapian-bindings[python,${PYTHON_USEDEP}] + dev-python/pybtex[${PYTHON_USEDEP}] + dev-python/pycurl[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}] + x11-misc/xclip + x11-misc/xdg-utils" + +BDEPEND="test? ( ${RDEPEND} )" + +src_test() { + cd test || die + ./all || die +}