Diff wmtop-0.85 with a wmtop-0.85-r1

/usr/portage/x11-plugins/wmtop/wmtop-0.85-r1.ebuild 2023-10-09 14:52:35.976368514 +0300
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=6
4
EAPI=8
5

  
5 6
inherit autotools
6 7

  
7
DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory"
8
DESCRIPTION="Dockapp for monitoring the top three processes using cpu or memory"
8 9
HOMEPAGE="https://www.dockapps.net/wmtop"
9 10
SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
11
# Incorrect path in this tarball version
12
S="${WORKDIR}/dockapps-be3f170"
10 13

  
11
LICENSE="GPL-2"
14
LICENSE="GPL-2+"
12 15
SLOT="0"
13
KEYWORDS="amd64 ~ppc x86"
14
IUSE=""
16
KEYWORDS="~amd64 ~ppc ~x86"
15 17

  
16 18
RDEPEND=">=x11-libs/libdockapp-0.7:=
17 19
	x11-libs/libX11
......
20 22
DEPEND="${RDEPEND}
21 23
	x11-base/xorg-proto"
22 24

  
23
# Incorrect path in this tarball version
24
S=${WORKDIR}/dockapps-be3f170
25

  
26 25
src_prepare() {
27 26
	eapply_user
28

  
29 27
	eautoreconf
30 28
}
Thank you!