commit: ef7d15ade8413635ed321a910ac8118da56102b2
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 08:25:13 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 08:39:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7d15ad
app-text/zathura-djvu: drop 0.2.9
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-text/zathura-djvu/Manifest | 1 -
app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild | 30 -------------------------
2 files changed, 31 deletions(-)
diff --git a/app-text/zathura-djvu/Manifest b/app-text/zathura-djvu/Manifest
index 4e459a113152..ae1be9e0a2a6 100644
--- a/app-text/zathura-djvu/Manifest
+++ b/app-text/zathura-djvu/Manifest
@@ -1,2 +1 @@
DIST zathura-djvu-0.2.10.tar.xz 9408 BLAKE2B
f779eeeba40abe444960716b8c14c51c32a3830a3f779074ea773bd9ff0d71736433ed29862bdf137a34ebb934bb562aa14031c07dda5cf97ddf278e47feb750
SHA512
c743e60588e07fe18f7da8db1ae9ae997ffb50ef696258f1901523159ff4d29e5649b13d6e52f53cf79f19429083308390c0b4923081451bf5c4bfb9ac6e8903
-DIST zathura-djvu-0.2.9.tar.xz 8976 BLAKE2B
f0a798e9473ad2d09bdf171f4689231d73fa1e1bbaa0faa750feb82db2e2b029a86bf759e642f92c0ba438ee88b9178969e5d2aec4f30d9cb049bd3bcd69639e
SHA512
3c2815e7f1cdfb9fc594dc6ad65359245f322e5fa27f018fb9431747e4d474734f5efd134aaeb9dabde09b01de603b1d1dc7aede883b1ef81266e067b0490726
diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild
b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild
deleted file mode 100644
index 392cfe24b681..000000000000
--- a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git"
- EGIT_BRANCH="develop"
-else
- KEYWORDS="amd64 arm ~riscv x86"
- SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz"
-fi
-
-DESCRIPTION="DjVu plug-in for zathura"
-HOMEPAGE="https://pwmt.org/projects/zathura-djvu/"
-
-LICENSE="ZLIB"
-SLOT="0"
-
-RDEPEND="app-text/djvu
- >=app-text/zathura-0.3.9
- dev-libs/girara
- dev-libs/glib:2
- x11-libs/cairo"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"