Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/projectcenter/
Date: Sun, 07 Nov 2021 08:14:26
Message-Id: 1636272852.0a39491131d1c9e08a822b887b98510039da0dce.voyageur@gentoo
1 commit: 0a39491131d1c9e08a822b887b98510039da0dce
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 08:08:59 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 08:14:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a394911
7
8 gnustep-apps/projectcenter: bump EAPI
9
10 Closes: https://bugs.gentoo.org/819978
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 .../projectcenter/projectcenter-0.6.2-r1.ebuild | 17 +++++++++++++++++
15 1 file changed, 17 insertions(+)
16
17 diff --git a/gnustep-apps/projectcenter/projectcenter-0.6.2-r1.ebuild b/gnustep-apps/projectcenter/projectcenter-0.6.2-r1.ebuild
18 new file mode 100644
19 index 00000000000..43115381275
20 --- /dev/null
21 +++ b/gnustep-apps/projectcenter/projectcenter-0.6.2-r1.ebuild
22 @@ -0,0 +1,17 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +inherit gnustep-2
28 +
29 +MY_P=${P/projectc/ProjectC}
30 +S=${WORKDIR}/${MY_P}
31 +
32 +DESCRIPTION="An IDE for GNUstep"
33 +HOMEPAGE="http://www.gnustep.org/experience/ProjectCenter.html"
34 +SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz"
35 +
36 +KEYWORDS="~amd64 ~ppc ~x86"
37 +LICENSE="GPL-2"
38 +SLOT="0"
39 +IUSE=""