summaryrefslogtreecommitdiff
path: root/app-misc/tkpasman
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
commitc8a77dfe4d3d307c1d5dd2650b7297447d8b609d (patch)
tree9ea78393bc3ecd6ab4de449383d4e97e5f3648ae /app-misc/tkpasman
parent2891d29af8907ce881662f4a02844926d7a293c7 (diff)
gentoo resync : 12.01.2019
Diffstat (limited to 'app-misc/tkpasman')
-rw-r--r--app-misc/tkpasman/Manifest4
-rw-r--r--app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch4
-rw-r--r--app-misc/tkpasman/tkpasman-2.2b.ebuild16
3 files changed, 13 insertions, 11 deletions
diff --git a/app-misc/tkpasman/Manifest b/app-misc/tkpasman/Manifest
index 0f1cceb0d414..4bccf570fa05 100644
--- a/app-misc/tkpasman/Manifest
+++ b/app-misc/tkpasman/Manifest
@@ -1,4 +1,4 @@
-AUX tkpasman-2.2a-gentoo.patch 771 BLAKE2B 3ac72ed705357db279e5584412146c8a1e8079dca474bb679df89e46ea5e144978b4e6d9d7bc4a987cc9283e1fa22e57296304e018e4ebcac225915500f4d14b SHA512 6d0fca1b86d5e3a980245510ff98979ef4f9cd85cfdee6fee37e19b83824471fbf8154768ad8921d1ea9bced218c5b2a117022907c81f1775d332530680ea260
+AUX tkpasman-2.2a-gentoo.patch 703 BLAKE2B ec2580c2aea4d421197a71b043a76c72bfadbc6c5f0a9110f564f72704fe52d29e79404605dbebcef66810fbefc776ae9c9128035e42980b01a003354eec33a9 SHA512 af303de46041774aa6c95c8b69b7cc656e4c9b5bc9b199e13fe0b23c1a4ffa1ad67ec587fd8784395eeb571aa90175d7415fed0f463c3d7e71d0da044be0786c
DIST TkPasMan-2.2b.tar.gz 31365 BLAKE2B 46588abfdc321b0b57da94b585c3bdc1ec724c8f30f6275aa428c0b5ee21b8ba486a0ac927f8062ff0ed38418933351346d4f44062b601355ee677f0ad1b3a6e SHA512 ca74ed6a5989c21b266ff4bed00963d46eb05e1a7a0822dceeae5c87bcbb7bf36a775eedf86244fa1121008a6df59fa38003e07e8cb6e4ddf98c895b61f24f12
-EBUILD tkpasman-2.2b.ebuild 784 BLAKE2B ab79f669c7e99180d4f0a505033d2ccb1c6b4b9d77f0d917b3a05fa60252e717ffeb3730401d28eb28119ef55a46a25beaaf70e2307ee775f5d92d4eee9e11a9 SHA512 6eacde9f32fd49c317705d52b21a24f936b7ff590c3648d5a456efea94a37fa70fbdb208e8f26b6efc0b507f90585c68f14a0263ec11617e36a1438b58e7c6ae
+EBUILD tkpasman-2.2b.ebuild 785 BLAKE2B f74df278645edd4f6f7a0ac18ef51220e0ba718155b84432719e04847ae782ba564cf716748f42b00b1e02656cd7903f302f29bd20083f31cc862e3bd1f9b89d SHA512 9a1c33aaada4fc755c21f6618f5ef8f73a393e890acc8f1ebeedf94a1832e14603fa6b81b441d7f73ffccc3d21675792dd0e42fb320f43c86f18bf3a54796e52
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch b/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch
index d52d5129b7c7..7fc54fe2b831 100644
--- a/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch
+++ b/app-misc/tkpasman/files/tkpasman-2.2a-gentoo.patch
@@ -1,5 +1,5 @@
---- build.sh 2005-01-01 19:18:44.290385166 +0000
-+++ build.sh 2005-01-01 19:22:45.846161383 +0000
+--- a/build.sh
++++ b/build.sh
@@ -44,8 +44,8 @@
#
# Try to find wish8.3, tclsh8.3 and openssl
diff --git a/app-misc/tkpasman/tkpasman-2.2b.ebuild b/app-misc/tkpasman/tkpasman-2.2b.ebuild
index d731fe173f99..009b2731e9b5 100644
--- a/app-misc/tkpasman/tkpasman-2.2b.ebuild
+++ b/app-misc/tkpasman/tkpasman-2.2b.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-inherit eutils
+EAPI=7
MY_P="TkPasMan-${PV}"
@@ -20,13 +18,17 @@ DEPEND="
>=dev-lang/tcl-8.3:0=
>=dev-lang/tk-8.3:0="
RDEPEND="${DEPEND}
- ssl? ( dev-libs/openssl )
+ ssl? ( dev-libs/openssl:0= )
"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.2a-gentoo.patch
+)
src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.2a-gentoo.patch
+ default
if use ssl; then
sed -i "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config || die