Diff wmSpaceWeather-1.04_p19-r1 with a wmSpaceWeather-1.04_p19-r2

/usr/portage/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r2.ebuild 2023-10-09 14:52:35.968368513 +0300
1
# Copyright 1999-2021 Gentoo Authors
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 6
inherit toolchain-funcs
7 7

  
......
11 11
MY_P_ORIG="${MY_PN}_${MY_PV_ORIG}.orig"
12 12
MY_P_PATCH="${MY_PN}_${MY_PV_PATCH}.diff"
13 13

  
14
DESCRIPTION="dockapp showing weather at geosynchronous orbit"
14
DESCRIPTION="Dockapp showing weather at geosynchronous orbit"
15 15
HOMEPAGE="https://www.dockapps.net/wmspaceweather"
16 16
SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz
17 17
	    mirror://debian/pool/main/w/${MY_PN}/${MY_P_PATCH}.gz"
18
S="${WORKDIR}/${MY_P_ORIG/_/-}/${PN}"
18 19

  
19 20
SLOT="0"
20
LICENSE="GPL-2"
21
KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86"
21
LICENSE="GPL-2+"
22
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
22 23

  
23 24
DOCS=( ../{BUGS,CHANGES,HINTS,README} )
24 25

  
......
31 32
	net-misc/curl
32 33
	dev-lang/perl"
33 34

  
34
S="${WORKDIR}/${MY_P_ORIG/_/-}/${PN}"
35

  
36 35
src_prepare() {
37 36
	default
38 37

  
Thank you!