diff options
Diffstat (limited to 'app-arch/unshield/unshield-1.4.3.ebuild')
-rw-r--r-- | app-arch/unshield/unshield-1.4.3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
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" ) |