summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pettersson <william@ewpettersson.se>2020-08-12 15:53:05 +0100
committerSam James <sam@gentoo.org>2020-09-04 23:23:13 +0000
commit7259df774ca7f1f040be819e5a9212b257fc09bd (patch)
tree30c62dde94f47af7143f30f1f5c2a2988d6282eb /app-text
parentapp-text/xapers: bump to 0.9.0 (diff)
downloadgentoo-7259df774ca7f1f040be819e5a9212b257fc09bd.tar.gz
gentoo-7259df774ca7f1f040be819e5a9212b257fc09bd.tar.bz2
gentoo-7259df774ca7f1f040be819e5a9212b257fc09bd.zip
app-text/xapers: Drop old versions
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: William Pettersson <william@ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/17100 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xapers/Manifest1
-rw-r--r--app-text/xapers/xapers-0.8.2-r1.ebuild34
-rw-r--r--app-text/xapers/xapers-0.8.2.ebuild27
3 files changed, 0 insertions, 62 deletions
diff --git a/app-text/xapers/Manifest b/app-text/xapers/Manifest
index f94d93624b8a..db9cbceff7e4 100644
--- a/app-text/xapers/Manifest
+++ b/app-text/xapers/Manifest
@@ -1,2 +1 @@
-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.8.2-r1.ebuild b/app-text/xapers/xapers-0.8.2-r1.ebuild
deleted file mode 100644
index 808db0ee8572..000000000000
--- a/app-text/xapers/xapers-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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/"
-SRC_URI="https://finestructure.net/xapers/releases/${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
-}
diff --git a/app-text/xapers/xapers-0.8.2.ebuild b/app-text/xapers/xapers-0.8.2.ebuild
deleted file mode 100644
index 87eb7f540cf5..000000000000
--- a/app-text/xapers/xapers-0.8.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2016-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_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}]"