diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:23:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:18:17 +0200 |
commit | fdc2ef3cd20850dab05ad5d4ebc777066a23efae (patch) | |
tree | a03b7e918253b49a5ec079b123cb7663f4984d43 /app-crypt | |
parent | app-admin/yadm: Drop old (diff) | |
download | gentoo-fdc2ef3cd20850dab05ad5d4ebc777066a23efae.tar.gz gentoo-fdc2ef3cd20850dab05ad5d4ebc777066a23efae.tar.bz2 gentoo-fdc2ef3cd20850dab05ad5d4ebc777066a23efae.zip |
app-crypt/osslsigncode: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/osslsigncode/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/osslsigncode/osslsigncode-1.7.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/app-crypt/osslsigncode/Manifest b/app-crypt/osslsigncode/Manifest index d750570fbaf3..17caabdcebcf 100644 --- a/app-crypt/osslsigncode/Manifest +++ b/app-crypt/osslsigncode/Manifest @@ -1,2 +1 @@ -DIST osslsigncode-1.7.1.tar.gz 127631 BLAKE2B f0ced06a33968f03558e189fc9ed2340dba2cdfe823422c760d62476446646f198aed1a95f99734f80e7ec71d23cd286a23e68953f7e432a9a6ff048c76cae63 SHA512 cc5a7e0c5baa2a98db93f1d2cc9d86e732e2a8a55fc20bf8e6aa67e2120af37c6be857dfe4b8eb8c82fd40604dbb3c845190b59c7e6b4147f06b710a256b877f DIST osslsigncode-2.0.tar.gz 57951 BLAKE2B 67057c07bb667a546e3a8abc49e8a20a0ef42ae77edacd2e88486a4357e8e8e789307e1c2abd2e13d18401621ba5607bb42af46ed8451546a26bb6855a07e652 SHA512 aec7b101afd96925fbd70ac67a6752997f0dab3987151c0658e5f011d8a6be6f53518d7a4aba6dff696c722a1e669100143a87d07c3f59364cd62693e9f3e4e5 diff --git a/app-crypt/osslsigncode/osslsigncode-1.7.1.ebuild b/app-crypt/osslsigncode/osslsigncode-1.7.1.ebuild deleted file mode 100644 index 6962aa2c45f2..000000000000 --- a/app-crypt/osslsigncode/osslsigncode-1.7.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Platform-independent tool for Authenticode signing of EXE/CAB files" -HOMEPAGE="https://sourceforge.net/projects/osslsigncode" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl libressl" - -BDEPEND="virtual/pkgconfig" -RDEPEND=" - curl? ( net-misc/curl ) - !libressl? ( =dev-libs/openssl-1.0*:0= ) - libressl? ( dev-libs/libressl:0= ) -" -DEPEND="${RDEPEND}" - -src_configure() { - econf $(use_with curl) -} |