Diff projectcenter-0.6.2-r1 with a projectcenter-0.7.0
| /usr/portage/gnustep-apps/projectcenter/projectcenter-0.7.0.ebuild 2024-07-02 13:51:45.781851503 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 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 | 14 |
KEYWORDS="amd64 ppc x86" |
| 15 | 15 |
LICENSE="GPL-2" |