diff options
Diffstat (limited to 'app-text/xapers')
-rw-r--r-- | app-text/xapers/Manifest | 4 | ||||
-rw-r--r-- | app-text/xapers/xapers-0.9.0.ebuild | 33 | ||||
-rw-r--r-- | app-text/xapers/xapers-0.9.2.ebuild | 36 |
3 files changed, 0 insertions, 73 deletions
diff --git a/app-text/xapers/Manifest b/app-text/xapers/Manifest index 7ad976922e45..58788d02e23d 100644 --- a/app-text/xapers/Manifest +++ b/app-text/xapers/Manifest @@ -1,7 +1,3 @@ -DIST xapers-0.9.0.tar.gz 159928 BLAKE2B d202a3835ccbcb1adfc2123ee40f6e1992e0c10f84cf57fc38eaae27134d649c94b5c625bf3a11ef2f4d119093fb1dcd99a923a9585d8e6b6b37ed9db7c15247 SHA512 0b2e32d215c64842a2d586c776d6cdfd2b77cd3081929c37dde9682fb61e8c58e374773ef33e1123087e8dcf655e12fd19db371005aaf31875492607d6494dd7 -DIST xapers-0.9.2.tar.bz2 155239 BLAKE2B 918ce421b154291deeb636b50c0dd0db2e523405d66105e3799a7abb054411b15b02cc5fa55e9667fb7c8fe98664778fb90e7c77aaa716b66c0f4dc4d463aae7 SHA512 73604490278bcdb228333dc677be12f6110cc11ab96a8a0d3c4590c5e6383d0869db2e82fbed88e4bf82fd997025ca831b6412bb00a54a7ab8ba3309b755d84b DIST xapers-0.9.3.tar.bz2 155307 BLAKE2B e448303ae6ee5fba41fd38814dc63d44b8b362f778677f55d8deecbb3b27572b7db5b4f274b5d33dc6d052b87b7379b34246eca6b182989511e5da635219be22 SHA512 84ef543b4fd3400ac796944e9baec92a4df9c09d2779184595cc582d2c91f6b8a9f500956d77266f733a830ca5416b3db8a189323781b7d5283ebfc8aece94b0 -EBUILD xapers-0.9.0.ebuild 767 BLAKE2B 977b19aed2961a390fcc7700c58fab2b547903811af39d1a39dc9f898a06f2ca21e310499e71174fc02c9107b1b44884b5e8dad5fafe87468ba562ba05c48c52 SHA512 b622dd83f6b590601769cc232b880c7f3d577922efeee1b829424f36f4d0aed2d3a168a5a2aa65bd746ff709afd81aded0b517a1d366471e832ae46ebedf097d -EBUILD xapers-0.9.2.ebuild 862 BLAKE2B 14ec25c90da2e51bf7080c623a83c5765b55eaee37cee1bbf33c5c35f99a31dae54d20d666b9ca62be6f9e0fa69e680ac2a377b90ca599d2801b04aca6bfe9ad SHA512 beaf0206beb8df1775f331d866748aaf87710689221d7052d01062b3da48b516cef090bdbeb80be50329d02680c75c91ec7568a086beb5eabab1f3c4473457b5 EBUILD xapers-0.9.3.ebuild 862 BLAKE2B 73c8a47020381fe27221ef5bb80172ec271c3f7ebf3e1bded536884152be19763616474de573cc2b5dd21f4df80f6a227fd96ad2cffb73fef3302aa59d38ea7c SHA512 8932d315f5c1fee4fcf4ad4ff79b2e79b5624b599e9d4cf5cd96aec4dd6fdbd83d5358cf17abaa8434f16c80947c09716064a78ad346416c794b56edf185f00a MISC metadata.xml 504 BLAKE2B 2e2c42f56d09b8845ca6f8ce22244d4dcf82345b625f90e7642302d159845cf7dfb6259e7a4c44768f2059907ddc8b926c6dde451394c40f1448ff399d4aa2d0 SHA512 77032da6ba922ad74905e79c4db3d75bef11dce77f52b36ff3b97af4bd7c477d6afd7611bb372bc8a78d017e705251be3ab53b5a9c30e4410053903fadde06e8 diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild deleted file mode 100644 index f2d6b0f70140..000000000000 --- a/app-text/xapers/xapers-0.9.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2016-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) - -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} )" - -python_test() { - cd test || die - ./all || die -} diff --git a/app-text/xapers/xapers-0.9.2.ebuild b/app-text/xapers/xapers-0.9.2.ebuild deleted file mode 100644 index cee8778f4ad9..000000000000 --- a/app-text/xapers/xapers-0.9.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2016-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Personal document indexing system" -HOMEPAGE="https://gitlab.com/wpettersson/xapers/" -SRC_URI="https://gitlab.com/wpettersson/${PN}/-/archive/${PV}/${P}.tar.bz2" -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="dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( ${RDEPEND} )" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_test() { - cd test || die - ./all || die -} |