commit:     3f3d8af94d73f1504be8a28971ce6f43e0d02ddf
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Sep  3 13:44:32 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 12:36:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3d8af9

app-text/zathura: drop 0.5.2-r4, 0.5.2-r5

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/zathura/Manifest                |  2 -
 app-text/zathura/zathura-0.5.2-r4.ebuild | 68 ------------------------------
 app-text/zathura/zathura-0.5.2-r5.ebuild | 72 --------------------------------
 3 files changed, 142 deletions(-)

diff --git a/app-text/zathura/Manifest b/app-text/zathura/Manifest
index aa627544c1de..0cea5f98a8db 100644
--- a/app-text/zathura/Manifest
+++ b/app-text/zathura/Manifest
@@ -1,5 +1,3 @@
-DIST zathura-0.5.2-manpages.tar.xz 9696 BLAKE2B 
23c6e94d5b44c1e20338ea04afb7644e4c76618cdc4902d2edd436734498c6b17e1522b37269d67a62801632595f535724d8f5d4c9817e017e6341c5365c5842
 SHA512 
3bb431f0564ddc1f67bcd21f019a43f6af95c3e3b42b264b7e1f01f10cebd7c05115e452a868dd176e5a0d65a9085ac3d554d69e553aa53569593ea494036f7c
-DIST zathura-0.5.2.tar.gz 208606 BLAKE2B 
fc7e8042a373a3fd66973fd5d6c7c3e7d6da884fb40269545e4074b42fdbc9b6f286089769a435394812e24a8b24de328521a2fd797bbb13c16115b112dd9a48
 SHA512 
17f2a6535b2b3c6f61986cd8a6ccdef2c1a129d8ebf8c86cbe3c8eac868c2780801f3fe2fdc17c429ca0c63a71a328bbb6c7f814f82714dd7f1a5a4728663b1f
 DIST zathura-0.5.4-manpages.tar.xz 10060 BLAKE2B 
103d2b5ed4ab71bc096305e70addbf94f11539cc989fc867766a1366ec18ca30379ce8f5b9f2b4a4a67507f79bbf6c6136c46f47161d1b74457c04488aa3dcea
 SHA512 
a8251740a8e24e1c37093bec58b0169f04bd318878d743c72f07505a722c58da4f84a2dad5d46ded7789e1b4c5f2a7bab9cc6d023cd0935e49fe4388c9c28bd9
 DIST zathura-0.5.4.tar.gz 216719 BLAKE2B 
94219e1feb22dc5cf3c072ed7d53b984c58e1f5c2d86b7e2b9e67c2d1cde92e9972aa18583930d3af3bc7d9c2afe367221ed3c2141fee682cc7ea54aae603ec4
 SHA512 
16f7291c3742cffe9ba5c6a3137781b2dd0b0bfcd61747e45a3c4b14df97781b49d526a298d2be9f564c84e616f1adef2ff4f5442d539fd42ab5e862baa00922
 DIST zathura-0.5.6.tar.gz 215311 BLAKE2B 
4609fbd38b92aeee55e2f89f0abc15d90a3086ff2e19d497f51fb708016d51d714d3c8a31e6d0574fa01a7f3b4b7b9f758a3296784fc1fa66e6730bac21a0f3b
 SHA512 
df518865bc559b97d7abebde2dae17cbd7bde6b9f8219338bd3a455a5d71b42f62299591b9c12c75a9a6f007b1179cb163722eaaf43ee86e6a6d9e2e25f63465

diff --git a/app-text/zathura/zathura-0.5.2-r4.ebuild 
b/app-text/zathura/zathura-0.5.2-r4.ebuild
deleted file mode 100644
index bf8c8261af3f..000000000000
--- a/app-text/zathura/zathura-0.5.2-r4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson virtualx xdg
-
-DESCRIPTION="A highly customizable and functional document viewer"
-HOMEPAGE="https://pwmt.org/projects/zathura/";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git";
-       EGIT_BRANCH="develop"
-else
-       SRC_URI="
-               https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> 
${P}.tar.gz
-               
https://cdn.turret.cyou/~turret/distfiles/${PN}/${P}-manpages.tar.xz
-       "
-       KEYWORDS="amd64 arm ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="ZLIB"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="seccomp sqlite synctex test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND=">=dev-libs/girara-0.3.7
-       >=dev-libs/glib-2.50:2
-       >=sys-devel/gettext-0.19.8
-       x11-libs/cairo
-       >=x11-libs/gtk+-3.22:3
-       sys-apps/file
-       seccomp? ( sys-libs/libseccomp )
-       sqlite? ( >=dev-db/sqlite-3.5.9:3 )
-       synctex? ( app-text/texlive-core )"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-       test? ( dev-libs/appstream-glib
-               dev-libs/check )
-       virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/zathura-disable-seccomp-tests.patch
-)
-
-src_configure() {
-       local emesonargs=(
-               -Dconvert-icon=disabled
-               -Dmanpages=disabled
-               -Dseccomp=$(usex seccomp enabled disabled)
-               -Dsqlite=$(usex sqlite enabled disabled)
-               -Dsynctex=$(usex synctex enabled disabled)
-               )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       doman "${WORKDIR}"/man/zathura*
-}
-
-src_test() {
-       virtx meson_src_test
-}

diff --git a/app-text/zathura/zathura-0.5.2-r5.ebuild 
b/app-text/zathura/zathura-0.5.2-r5.ebuild
deleted file mode 100644
index 1ad4fe4776d4..000000000000
--- a/app-text/zathura/zathura-0.5.2-r5.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson virtualx xdg
-
-DESCRIPTION="A highly customizable and functional document viewer"
-HOMEPAGE="https://pwmt.org/projects/zathura/";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git";
-       EGIT_BRANCH="develop"
-else
-       SRC_URI="
-               https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> 
${P}.tar.gz
-               
https://cdn.turret.cyou/354c6d33bfd3bbc67c0047af1328498978eef352/${P}-manpages.tar.xz
-       "
-       KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="ZLIB"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="seccomp sqlite synctex test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       >=dev-libs/girara-0.3.7
-       >=dev-libs/glib-2.50:2
-       sys-apps/file
-       >=sys-devel/gettext-0.19.8
-       x11-libs/cairo
-       >=x11-libs/gtk+-3.22:3
-       seccomp? ( sys-libs/libseccomp )
-       sqlite? ( >=dev-db/sqlite-3.5.9:3 )
-       synctex? ( app-text/texlive-core )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-       test? (
-               dev-libs/appstream-glib
-               dev-libs/check
-               x11-base/xorg-server[xvfb]
-       )
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/zathura-disable-seccomp-tests.patch
-)
-
-src_configure() {
-       local emesonargs=(
-               -Dconvert-icon=disabled
-               -Dmanpages=disabled
-               -Dseccomp=$(usex seccomp enabled disabled)
-               -Dsqlite=$(usex sqlite enabled disabled)
-               -Dsynctex=$(usex synctex enabled disabled)
-               )
-       meson_src_configure
-}
-
-src_test() {
-       virtx meson_src_test
-}
-
-src_install() {
-       meson_src_install
-       [[ ${PV} != *9999 ]] && doman "${WORKDIR}"/man/zathura*
-}

Reply via email to