commit:     1255cee8ed64cb6dc9e3befd6cb801f26aae6124
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  6 18:13:46 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  6 18:17:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1255cee8

app-text/djvu: drop 3.5.28-r4, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/djvu/Manifest              |  1 -
 app-text/djvu/djvu-3.5.28-r4.ebuild | 71 -------------------------------------
 2 files changed, 72 deletions(-)

diff --git a/app-text/djvu/Manifest b/app-text/djvu/Manifest
index 4c541f3902bc..16318006d16f 100644
--- a/app-text/djvu/Manifest
+++ b/app-text/djvu/Manifest
@@ -1,2 +1 @@
-DIST djvulibre-3.5.28.tar.gz 3701161 BLAKE2B 
74681f00d5f116ab08ccadb6c6f536f5d23f1fafdfae1239add6d800c0446298e65cd5dad293e28aa4d309dc93eaeec9036a7144f6fa42ff1104a4b945ca6bce
 SHA512 
db3b8a5b56d700e911be32057f721a2a597e6f52e6fade203ad75ad76ab2d8facff2e474fd18beea703ccd5fa6425352e619a8fda40e69add1724dbee26050c6
 DIST djvulibre-3.5.29.tar.gz 3716911 BLAKE2B 
e811fc22f92182d275715c0c07a691c044e2040d196d4672b4934c29a9237e14f5acd68bafc6ebd49db5fba59414b736345e35c4a17600591e9d01a5ba570c79
 SHA512 
701745aa8d93e596d39fa0e772d575bd530efdb120fd02449eddac2a98b08afef8a1fa099cb6354cef23304dcec4323722299ecb64c2ac33056b45a5074c51f1

diff --git a/app-text/djvu/djvu-3.5.28-r4.ebuild 
b/app-text/djvu/djvu-3.5.28-r4.ebuild
deleted file mode 100644
index 1a0f5149d112..000000000000
--- a/app-text/djvu/djvu-3.5.28-r4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic optfeature xdg
-
-MY_P="${PN}libre-${PV#*_p}"
-DESCRIPTION="DjVu viewers, encoders and utilities"
-HOMEPAGE="https://djvu.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/djvu/${MY_P}.tar.gz";
-S="${WORKDIR}/${MY_P%%.3}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="debug doc jpeg tiff xml"
-
-RDEPEND="jpeg? ( media-libs/libjpeg-turbo:= )
-       tiff? ( media-libs/tiff:= )"
-DEPEND="${RDEPEND}"
-
-# inkscape/rsvg-convert are used to generate icons at build-time only
-BDEPEND="app-arch/unzip
-       || ( gnome-base/librsvg media-gfx/inkscape )"
-
-DOCS=( NEWS README )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.5.28-drop-register-keyword-clang16.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       use debug && append-cppflags "-DRUNTIME_DEBUG_ONLY"
-
-       # We install all desktop files by hand.
-       econf \
-               $(use_enable xml xmltools) \
-               $(use_with jpeg) \
-               $(use_with tiff) \
-               --disable-desktopfiles
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-
-       use doc && dodoc -r doc
-
-       # Install desktop files.
-       cd desktopfiles || die
-       for i in {22,32,48,64}; do
-               insinto /usr/share/icons/hicolor/${i}x${i}/mimetypes
-               newins prebuilt-hi${i}-djvu.png image-vnd.djvu.png
-       done
-
-       insinto /usr/share/mime/packages
-       doins djvulibre-mime.xml
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       optfeature "djviewer or browser plugin" app-text/djview
-}

Reply via email to