Skip to content

Commit

Permalink
gnustep-apps/projectcenter: bump EAPI
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/819978
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
voyageur committed Nov 7, 2021
1 parent 3c701fc commit 0a39491
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions gnustep-apps/projectcenter/projectcenter-0.6.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit gnustep-2

MY_P=${P/projectc/ProjectC}
S=${WORKDIR}/${MY_P}

DESCRIPTION="An IDE for GNUstep"
HOMEPAGE="http://www.gnustep.org/experience/ProjectCenter.html"
SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE=""

0 comments on commit 0a39491

Please sign in to comment.