Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tkpasman/files/, app-misc/tkpasman/
Date: Mon, 07 Jan 2019 17:00:31
Message-Id: 1546880409.d27e7ce775713ca07a7c5be0c83d70932aaa05ab.polynomial-c@gentoo
1 commit: d27e7ce775713ca07a7c5be0c83d70932aaa05ab
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 16:30:20 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 17:00:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27e7ce7
7
8 app-misc/tkpasman: Adjusted (sub-)slot dependency on dev-libs/openssl
9
10 Bumped to EAPI-7
11
12 Package-Manager: Portage-2.3.54, Repoman-2.3.12
13 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
14
15 app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch | 4 ++--
16 app-misc/tkpasman/tkpasman-2.2b.ebuild | 16 +++++++++-------
17 2 files changed, 11 insertions(+), 9 deletions(-)
18
19 diff --git a/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch b/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch
20 index d52d5129b7c..7fc54fe2b83 100644
21 --- a/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch
22 +++ b/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch
23 @@ -1,5 +1,5 @@
24 ---- build.sh 2005-01-01 19:18:44.290385166 +0000
25 -+++ build.sh 2005-01-01 19:22:45.846161383 +0000
26 +--- a/build.sh
27 ++++ b/build.sh
28 @@ -44,8 +44,8 @@
29 #
30 # Try to find wish8.3, tclsh8.3 and openssl
31
32 diff --git a/app-misc/tkpasman/tkpasman-2.2b.ebuild b/app-misc/tkpasman/tkpasman-2.2b.ebuild
33 index d731fe173f9..009b2731e9b 100644
34 --- a/app-misc/tkpasman/tkpasman-2.2b.ebuild
35 +++ b/app-misc/tkpasman/tkpasman-2.2b.ebuild
36 @@ -1,9 +1,7 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 +# Copyright 1999-2019 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 -EAPI=5
42 -
43 -inherit eutils
44 +EAPI=7
45
46 MY_P="TkPasMan-${PV}"
47
48 @@ -20,13 +18,17 @@ DEPEND="
49 >=dev-lang/tcl-8.3:0=
50 >=dev-lang/tk-8.3:0="
51 RDEPEND="${DEPEND}
52 - ssl? ( dev-libs/openssl )
53 + ssl? ( dev-libs/openssl:0= )
54 "
55
56 -S=${WORKDIR}/${MY_P}
57 +S="${WORKDIR}/${MY_P}"
58 +
59 +PATCHES=(
60 + "${FILESDIR}"/${PN}-2.2a-gentoo.patch
61 +)
62
63 src_prepare() {
64 - epatch "${FILESDIR}"/${PN}-2.2a-gentoo.patch
65 + default
66
67 if use ssl; then
68 sed -i "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config || die