diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 10:53:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 12:27:54 +0200 |
commit | c95df2848611b4fa16d68eb9653a51a332a79978 (patch) | |
tree | 9512675ffd4410ea24cb382940114798962adc0a /app-arch | |
parent | sci-libs/libspatialindex: drop 1.9.3-r1 (diff) | |
download | gentoo-c95df2848611b4fa16d68eb9653a51a332a79978.tar.gz gentoo-c95df2848611b4fa16d68eb9653a51a332a79978.tar.bz2 gentoo-c95df2848611b4fa16d68eb9653a51a332a79978.zip |
app-arch/unshield: drop 1.4.3
Closes: https://bugs.gentoo.org/906316
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unshield/Manifest | 1 | ||||
-rw-r--r-- | app-arch/unshield/files/unshield-1.4.3-mandir.patch | 21 | ||||
-rw-r--r-- | app-arch/unshield/unshield-1.4.3.ebuild | 28 |
3 files changed, 0 insertions, 50 deletions
diff --git a/app-arch/unshield/Manifest b/app-arch/unshield/Manifest index a50d4d0da250..a91788422420 100644 --- a/app-arch/unshield/Manifest +++ b/app-arch/unshield/Manifest @@ -1,2 +1 @@ -DIST unshield-1.4.3.tar.gz 58822 BLAKE2B 89e23462610d7ffd25358cb1d9f234b5c80a580deb60e85610ddacc8e3aa92420cb0e885e80375089e93786565824813f23c54f7c4d60b7773f23d174c98e5d7 SHA512 2f058e0a28d0497e2afe231ded1b1bb16745401398eb1035e628d263351b10a1343c9664f3937b8912755db9dc5236a1b43e9bcba596affb7aa8b036f49382aa DIST unshield-1.5.1.tar.gz 67454 BLAKE2B 7def714e8d74312de8b822b0add92a803fadda0394252587219c7379791ec33680bf9430c6811e71354fd2e9ccc91e28697e31a2377ecc16aa43edea1ce30e57 SHA512 acb130c461bed66dc3804394be067a68aea96a7cd20b348e713f64a11bf642b74f68fc172f220a9790b44573abbe01ed4585191158f27c40e863918a7342c1ca diff --git a/app-arch/unshield/files/unshield-1.4.3-mandir.patch b/app-arch/unshield/files/unshield-1.4.3-mandir.patch deleted file mode 100644 index 49f634fa8631..000000000000 --- a/app-arch/unshield/files/unshield-1.4.3-mandir.patch +++ /dev/null @@ -1,21 +0,0 @@ -From cf53f87fae324e1a4c5d9ebd49b88947a9b02267 Mon Sep 17 00:00:00 2001 -From: Dan Church <amphetamachine@gmail.com> -Date: Fri, 2 Nov 2018 11:00:20 -0500 -Subject: [PATCH] Fix man page install path - -Use the standard CMake variable to determine location. ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index e0c20d3..0aeecb5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -87,5 +87,5 @@ endif () - add_subdirectory(lib) - add_subdirectory(src) - --install(FILES man/unshield.1 DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/man/man1) -+install(FILES man/unshield.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libunshield.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) diff --git a/app-arch/unshield/unshield-1.4.3.ebuild b/app-arch/unshield/unshield-1.4.3.ebuild deleted file mode 100644 index 2980dff623fa..000000000000 --- a/app-arch/unshield/unshield-1.4.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="InstallShield CAB file extractor" -HOMEPAGE="https://github.com/twogood/unshield" -SRC_URI="https://github.com/twogood/unshield/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" - -# OpenSSL is detected at build time, and used to determine -# whether or not a hand-rolled md5 implementation is used. The build -# system prefers OpenSSL's implementation if it's available, and OpenSSL -# is common enough, so we prefer it too. Since the dependency is -# automagic (there's no way to hide it), we require OpenSSL -# unconditionally. - -DEPEND=" - dev-libs/openssl:0= - sys-libs/zlib" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-mandir.patch" ) |