app-crypt/osslsigncode: Drop old
authorMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 11:23:06 +0000 (13:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 16:18:17 +0000 (18:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-crypt/osslsigncode/Manifest
app-crypt/osslsigncode/osslsigncode-1.7.1.ebuild [deleted file]

index d750570fbaf3fd6a8f421260fd905fba5f08faa8..17caabdcebcf6724970bf13156b561a62d75435d 100644 (file)
@@ -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 (file)
index 6962aa2..0000000
+++ /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)
-}