From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/
Date: Thu, 25 Aug 2016 15:06:25 +0000 (UTC) [thread overview]
Message-ID: <1472137399.f785bc8dda9a69b2e312fa88a6fc28ec2c2c44a8.mjo@gentoo> (raw)
commit: f785bc8dda9a69b2e312fa88a6fc28ec2c2c44a8
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 15:02:56 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 15:03:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f785bc8d
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(+)
diff --git a/app-arch/unshield/Manifest b/app-arch/unshield/Manifest
index cb5bc6c..83ad095 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 00000000..04c2fbe
--- /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
next reply other threads:[~2016-08-25 15:06 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-25 15:06 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-14 8:48 [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/ Sam James
2023-05-14 8:48 Sam James
2023-04-28 7:44 Joonas Niilola
2022-11-22 13:46 Arthur Zamarin
2021-09-23 22:47 Marek Szuba
2021-04-30 17:10 Mikle Kolyada
2020-09-05 1:02 Sam James
2019-08-28 9:11 David Seifert
2019-06-05 6:56 Andreas Sturmlechner
2019-06-04 14:45 Thomas Deutschmann
2017-04-28 12:10 Lars Wendler
2016-12-29 10:45 Agostino Sarubbo
2016-12-29 3:03 Aaron Bauman
2016-12-26 23:28 Michael Orlitzky
2016-03-21 22:03 Anthony G. Basile
2015-09-20 13:05 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1472137399.f785bc8dda9a69b2e312fa88a6fc28ec2c2c44a8.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox