Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/osslsigncode/
Date: Sat, 26 Jan 2019 20:27:53
Message-Id: 1548534163.6fdf99ec483e8c948a2b90b7c949afc694c2c0b7.pacho@gentoo
1 commit: 6fdf99ec483e8c948a2b90b7c949afc694c2c0b7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 20:22:43 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 20:22:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdf99ec
7
8 app-crypt/osslsigncode: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-crypt/osslsigncode/Manifest | 1 -
14 app-crypt/osslsigncode/osslsigncode-1.4.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/app-crypt/osslsigncode/Manifest b/app-crypt/osslsigncode/Manifest
18 index 4e6c832a8d5..d750570fbaf 100644
19 --- a/app-crypt/osslsigncode/Manifest
20 +++ b/app-crypt/osslsigncode/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST osslsigncode-1.4.tar.gz 96512 BLAKE2B 8325153d16b7ad5d0701daf3d5d446bef498aaf45b88a78d5472d86c0899a73bff2350c224f9f3e35475d5dd72792fe24328f4710d25984ae23c5f83c6fef967 SHA512 89f82b5cbab5952b7bb0b1a3ea230db0c38d171924e5150e9cd157158e52d312cc10093ac719265d03a097f995bd3a438fe874c50263659859c625482ef0239f
23 DIST osslsigncode-1.7.1.tar.gz 127631 BLAKE2B f0ced06a33968f03558e189fc9ed2340dba2cdfe823422c760d62476446646f198aed1a95f99734f80e7ec71d23cd286a23e68953f7e432a9a6ff048c76cae63 SHA512 cc5a7e0c5baa2a98db93f1d2cc9d86e732e2a8a55fc20bf8e6aa67e2120af37c6be857dfe4b8eb8c82fd40604dbb3c845190b59c7e6b4147f06b710a256b877f
24 DIST osslsigncode-2.0.tar.gz 57951 BLAKE2B 67057c07bb667a546e3a8abc49e8a20a0ef42ae77edacd2e88486a4357e8e8e789307e1c2abd2e13d18401621ba5607bb42af46ed8451546a26bb6855a07e652 SHA512 aec7b101afd96925fbd70ac67a6752997f0dab3987151c0658e5f011d8a6be6f53518d7a4aba6dff696c722a1e669100143a87d07c3f59364cd62693e9f3e4e5
25
26 diff --git a/app-crypt/osslsigncode/osslsigncode-1.4.ebuild b/app-crypt/osslsigncode/osslsigncode-1.4.ebuild
27 deleted file mode 100644
28 index 43d60cc9620..00000000000
29 --- a/app-crypt/osslsigncode/osslsigncode-1.4.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -DESCRIPTION="Platform-independent tool for Authenticode signing of EXE/CAB files"
38 -HOMEPAGE="https://sourceforge.net/projects/osslsigncode"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="curl libressl"
45 -
46 -RDEPEND="
47 - !libressl? ( dev-libs/openssl:0= )
48 - libressl? ( dev-libs/libressl:0= )
49 - curl? ( net-misc/curl )"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig"
52 -
53 -src_configure() {
54 - econf $(use_with curl)
55 -}