From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapers/
Date: Thu, 8 Nov 2018 22:49:37 +0000 (UTC) [thread overview]
Message-ID: <1541715660.71f0f012785e03193997199c6166cc7371bb25ae.monsieurp@gentoo> (raw)
commit: 71f0f012785e03193997199c6166cc7371bb25ae
Author: William Pettersson <william.pettersson <AT> gmail <DOT> com>
AuthorDate: Tue Oct 30 10:02:14 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <william <AT> ewpettersson.se>
Closes: https://github.com/gentoo/gentoo/pull/10306
Signed-off-by: Patrice Clement <monsieurp <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>william@ewpettersson.se</email>
+ <name>William Pettersson</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy maintainers</name>
+ </maintainer>
+ <longdescription>
+ Xapers is a personal document indexing system, geared towards academic journal articles.
+ </longdescription>
+ <upstream>
+ <maintainer status="active">
+ <name>Jameson Graef Rollins</name>
+ <email>jrollins@finestructure.net</email>
+ </maintainer>
+ </upstream>
+</pkgmetadata>
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}]"
next reply other threads:[~2018-11-08 22:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-08 22:49 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-28 10:41 [gentoo-commits] repo/gentoo:master commit in: app-text/xapers/ Joonas Niilola
2020-06-28 10:41 Joonas Niilola
2020-06-28 10:41 Joonas Niilola
2020-09-04 23:23 Sam James
2020-09-04 23:23 Sam James
2021-07-20 10:25 Joonas Niilola
2021-07-22 7:49 Joonas Niilola
2021-07-22 7:49 Joonas Niilola
2022-05-19 2:25 Sam James
2022-05-19 2:25 Sam James
2023-04-02 17:33 Sam James
2024-01-21 4:21 Sam James
2024-05-14 15:05 Joonas Niilola
2024-05-14 15:05 Joonas Niilola
2024-08-30 19:49 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1541715660.71f0f012785e03193997199c6166cc7371bb25ae.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox