Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/stuffit/
Date: Sat, 02 Jul 2022 20:07:17
Message-Id: 1656792420.bbe7d4700dcc4804159d614c6c7b2ce8ec3b6fef.soap@gentoo
1 commit: bbe7d4700dcc4804159d614c6c7b2ce8ec3b6fef
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 20:07:00 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 20:07:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe7d470
7
8 app-arch/stuffit: update EAPI 6 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...tuffit-5.2.0.611.ebuild => stuffit-5.2.0.611-r1.ebuild} | 14 +++++---------
13 1 file changed, 5 insertions(+), 9 deletions(-)
14
15 diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611-r1.ebuild
16 similarity index 89%
17 rename from app-arch/stuffit/stuffit-5.2.0.611.ebuild
18 rename to app-arch/stuffit/stuffit-5.2.0.611-r1.ebuild
19 index f951829d1fe4..4edbd3e01728 100644
20 --- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild
21 +++ b/app-arch/stuffit/stuffit-5.2.0.611-r1.ebuild
22 @@ -1,23 +1,21 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 MY_P="stuffit520.611linux-i386"
31
32 DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander"
33 HOMEPAGE="http://www.stuffit.com/"
34 SRC_URI="http://my.smithmicro.com/downloads/files/${MY_P}.tar.gz"
35 +S="${WORKDIR}"
36
37 LICENSE="Stuffit"
38 SLOT="0"
39 KEYWORDS="-* amd64 x86"
40 -IUSE=""
41 RESTRICT="fetch strip"
42
43 -S="${WORKDIR}"
44 -
45 -INSTALLDIR=/opt/stuffit
46 +INSTALLDIR="/opt/stuffit"
47
48 pkg_nofetch() {
49 einfo "Please download stuffit from"
50 @@ -49,12 +47,10 @@ src_install() {
51 doman man/man1/*
52
53 # Also add the executables to the path
54 - dodir /etc/env.d
55 - cat > "${T}"/10stuffit <<- EOF || die
56 + newenvd - 10stuffit <<- EOF
57 PATH="${EPREFIX}${INSTALLDIR}/bin"
58 ROOTPATH="${EPREFIX}${INSTALLDIR}/bin"
59 EOF
60 - doenvd "${T}"/10stuffit
61 }
62
63 pkg_postinst() {