Diff projectcenter-0.6.2-r1 with a projectcenter-0.7.0

/usr/portage/gnustep-apps/projectcenter/projectcenter-0.7.0.ebuild 2023-10-09 14:52:31.168368392 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit gnustep-2
6 6

  
7 7
MY_P=${P/projectc/ProjectC}
......
9 9

  
10 10
DESCRIPTION="An IDE for GNUstep"
11 11
HOMEPAGE="https://gnustep.github.io/experience/ProjectCenter.html"
12
SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz"
12
SRC_URI="https://github.com/gnustep/apps-projectcenter/releases/download/projectcenter-${PV//./_}/${P}.tar.gz"
13 13

  
14
KEYWORDS="amd64 ppc x86"
14
KEYWORDS="~amd64 ~ppc ~x86"
15 15
LICENSE="GPL-2"
16 16
SLOT="0"
17 17
IUSE=""
Thank you!