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 1B622138334 for ; Thu, 8 Nov 2018 22:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 004AFE0AB7; Thu, 8 Nov 2018 22:49:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B43CFE0AB7 for ; Thu, 8 Nov 2018 22:49:41 +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 46FEE335CF2 for ; Thu, 8 Nov 2018 22:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80576462 for ; Thu, 8 Nov 2018 22:49:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1541715660.71f0f012785e03193997199c6166cc7371bb25ae.monsieurp@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/metadata.xml app-text/xapers/xapers-0.8.2.ebuild X-VCS-Directories: app-text/xapers/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 71f0f012785e03193997199c6166cc7371bb25ae X-VCS-Branch: master Date: Thu, 8 Nov 2018 22:49:37 +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-Archives-Salt: fd82056b-fe29-4526-8635-555de4ba9aad X-Archives-Hash: 9c633365bbd57a97a0c53ddffea3b2ff commit: 71f0f012785e03193997199c6166cc7371bb25ae Author: William Pettersson gmail com> AuthorDate: Tue Oct 30 10:02:14 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 8 22:21:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f0f012 app-text/xapers: new package. Xapers is a personal document indexing system, geared towards academic journal articles. Signed-off-by: William Pettersson ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/10306 Signed-off-by: Patrice Clement gentoo.org> app-text/xapers/Manifest | 1 + app-text/xapers/metadata.xml | 21 +++++++++++++++++++++ app-text/xapers/xapers-0.8.2.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/app-text/xapers/Manifest b/app-text/xapers/Manifest new file mode 100644 index 00000000000..637134e5654 --- /dev/null +++ b/app-text/xapers/Manifest @@ -0,0 +1 @@ +DIST xapers-0.8.2.tar.gz 160938 BLAKE2B cb21d04146f0cca39f1a706641e4cd2a83a796cbf4eb096379367203d91811c20798638a27215e9fdd9ffb32de908a389b0af57200f19bf4d2c8477a9c82ca93 SHA512 cdf1d4791dd48f579f9ee019492c26d10c9855c1ceef2c15bdc81dfdab0f1d74f54db453bb60a9d297a155a55d73cd26ff192875b4ee2b80d8f9f5d35a4bbcc9 diff --git a/app-text/xapers/metadata.xml b/app-text/xapers/metadata.xml new file mode 100644 index 00000000000..b2b0bbc66d7 --- /dev/null +++ b/app-text/xapers/metadata.xml @@ -0,0 +1,21 @@ + + + + + william@ewpettersson.se + William Pettersson + + + proxy-maint@gentoo.org + Proxy maintainers + + + Xapers is a personal document indexing system, geared towards academic journal articles. + + + + Jameson Graef Rollins + jrollins@finestructure.net + + + diff --git a/app-text/xapers/xapers-0.8.2.ebuild b/app-text/xapers/xapers-0.8.2.ebuild new file mode 100644 index 00000000000..d835d91dec9 --- /dev/null +++ b/app-text/xapers/xapers-0.8.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 2016-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Personal document indexing system" +HOMEPAGE="https://finestructure.net/xapers/" +SRC_URI="https://finestructure.net/xapers/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-text/poppler[utils] + dev-libs/xapian-bindings[python,${PYTHON_USEDEP}] + dev-python/bibtexparser[${PYTHON_USEDEP}] + dev-python/pycurl[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}] + x11-misc/xclip + x11-misc/xdg-utils" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"