commit: 2da41a1eab627fb1aed840b13a6181fe40ff78c3 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 09:15:50 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 09:43:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da41a1e
media-gfx/jpeginfo: drop 1.6.1-r1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> media-gfx/jpeginfo/Manifest | 1 - .../files/jpeginfo-1.6.0-parallel_install.patch | 11 ------- media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild | 36 ---------------------- 3 files changed, 48 deletions(-) diff --git a/media-gfx/jpeginfo/Manifest b/media-gfx/jpeginfo/Manifest index d0cd10cf2b36..acc3b2004c71 100644 --- a/media-gfx/jpeginfo/Manifest +++ b/media-gfx/jpeginfo/Manifest @@ -1,2 +1 @@ -DIST jpeginfo-1.6.1.tar.gz 64856 BLAKE2B 5d9748a4af26087e45f2ae3fa709bb2099547f22aaeaf1fde529d92d633b1bc665dfde301a9ecaf4a8e4fa190ef637126d6f4ee43118bb31f5782a402d4a08d1 SHA512 9cc9367b8b3e38ba46bff9477b8f61e63b55bd41a67ea2895cca9c097abba2a7a3ae068c235ecfea72c99af52bba91cbb1eb92feb019ba4eb08e826a7083c68b DIST jpeginfo-1.7.1.tar.gz 448213 BLAKE2B 4fa8a875a14b85b6b04bb8cd436dd5b6f68867ad10324ca56da24d247c46b6051fa566ac5f13c469cf90ffcdbc3f16bf6296cdda3f3c794e0986468971b5f31b SHA512 16c670b4f7eb2355fa2e1a665225d45bc135021565b4a950f8193bd0dbc1f55eed7af4e37ca71ea7df325aeb0c13ee52b0cc71e71b06ed39b013cc3377eca63b diff --git a/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch b/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch deleted file mode 100644 index 84de25bafca6..000000000000 --- a/media-gfx/jpeginfo/files/jpeginfo-1.6.0-parallel_install.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -79,7 +79,7 @@ - groff -Tps -mandoc ./$(PKGNAME).1 >$(PKGNAME).ps - groff -Tascii -mandoc ./$(PKGNAME).1 | tee $(PKGNAME).prn | sed 's/.//g' >$(PKGNAME).txt - --install.man: -+install.man: install.dirs - $(INSTALL) -m 644 $(PKGNAME).1 $(INSTALL_ROOT)/$(mandir)/man1/$(PKGNAME).1 - - install.dirs: diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild deleted file mode 100644 index e036302e556a..000000000000 --- a/media-gfx/jpeginfo/jpeginfo-1.6.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools toolchain-funcs - -DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files" -HOMEPAGE="https://www.kokkonen.net/tjko/projects.html" -SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -RDEPEND="media-libs/libjpeg-turbo:=" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-1.6.0-parallel_install.patch ) - -src_prepare() { - default - - # Clang 16 - eautoreconf -} - -src_configure() { - tc-export CC - econf -} - -src_install() { - emake INSTALL_ROOT="${D}" install - dodoc README -}
