From f785bc8dda9a69b2e312fa88a6fc28ec2c2c44a8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 25 Aug 2016 11:02:56 -0400 Subject: app-arch/unshield: new version 1.3. Gentoo-Bug: 530664 Package-Manager: portage-2.2.28 --- app-arch/unshield/Manifest | 1 + app-arch/unshield/unshield-1.3.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 app-arch/unshield/unshield-1.3.ebuild (limited to 'app-arch/unshield') diff --git a/app-arch/unshield/Manifest b/app-arch/unshield/Manifest index cb5bc6c21b57..83ad09556680 100644 --- a/app-arch/unshield/Manifest +++ b/app-arch/unshield/Manifest @@ -1 +1,2 @@ DIST unshield-0.6_p20120308.tar.xz 31924 SHA256 5f857a496ff54b9e1121b8ce2ceaba78133e91e254203e81340010ee05224da6 SHA512 7eec3c401af4c43f599e1b1abae3efdc6b91bd132a86b6658656bec4f00040eed2b0addede7b555953ecc7b1c976fa03013820a25a68a226cf1b973caffb25c4 WHIRLPOOL 12d307b8345b604d10c42b52c28e1eb4eb9745a7b542da188b2a24c4a993b45cfd98a01740f3f30362c9b2714ba61d5e4c6f66a26e599356b5cef5b76130fc34 +DIST unshield-1.3.tar.gz 31787 SHA256 31a49c43b60e86b3ed731e0a1b988b88d35b755c85d103e93e1507278328bf73 SHA512 bff21eb5200857f5016d5ff55dd3afb67f35180896ffe6ee84fda04ea7b5e6041f43762676465400d6d720a6ae3496c4dd93f8e37aba99818515c6169ac27db1 WHIRLPOOL 5520a1c921ac17530bc5eddd38e4700403ee17aa93b4f9ffbdf3f2c3b26bc862a0fc5db58cac0ed37f539837bcfd98d03bd5de8f4abc7d76b2498205e7d071cd diff --git a/app-arch/unshield/unshield-1.3.ebuild b/app-arch/unshield/unshield-1.3.ebuild new file mode 100644 index 000000000000..04c2fbec0758 --- /dev/null +++ b/app-arch/unshield/unshield-1.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="InstallShield CAB file extractor" +HOMEPAGE="https://github.com/twogood/unshield" +SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" + +# OpenSSL (or LibreSSL) 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 Open/LibreSSL +# unconditionally. +IUSE="libressl" + +DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + sys-libs/zlib" +RDEPEND="${DEPEND}" + +# Without this, the build fails looking for unshield_config.h. +CMAKE_IN_SOURCE_BUILD=y -- cgit v1.2.3-65-gdbad