Diff renaissance-0.9.0-r1 with a renaissance-0.9.0-r2

/usr/portage/gnustep-libs/renaissance/renaissance-0.9.0-r2.ebuild 2023-10-09 14:52:31.168368392 +0300
1
# Copyright 1999-2017 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 gnustep-2
6 7

  
7 8
DESCRIPTION="GNUstep Renaissance allows to describe user interfaces XML files"
8
HOMEPAGE="http://www.gnustep.it/Renaissance/index.html"
9
HOMEPAGE="https://github.com/gnustep/libs-renaissance"
9 10
SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz"
11
S="${WORKDIR}/${P/r/R}"
10 12

  
11
KEYWORDS="amd64 ppc x86"
12
LICENSE="LGPL-2.1"
13
KEYWORDS="~amd64 ~ppc ~x86"
14
LICENSE="LGPL-2.1+"
13 15
SLOT="0"
14
IUSE=""
15

  
16
S=${WORKDIR}/${P/r/R}
17 16

  
18 17
PATCHES=( "${FILESDIR}"/${PN}-0.8.1_pre20070522-docpath.patch )
Thank you!