forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnustep-apps/projectcenter: add 0.7.0
Signed-off-by: Bernard Cafarelli <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST ProjectCenter-0.6.2.tar.gz 492409 BLAKE2B d34bd88c0a1b0cae86886a8f2ff322e595d002112c82883f14af66d2a33d2c66fbebee4b8f03ef8049aa054d255c88d594b2f0ffc5982fdbcf84d6ed97670d7d SHA512 91e6712fa03fcb7b6e8239f64ddf89dabb1b4c54f4799204e8e535c9c6ad430a5e98644e28af5b9727a0b5b57a866b4e0837f09e8aedfac863673508a7c67a78 | ||
DIST projectcenter-0.7.0.tar.gz 488364 BLAKE2B 528fefbc7c22487bdd69585a79a9051edf7e95137b4bccfd5cb6745f67e78059c7bc1ee5c7f6d59dad7d0161f35ff5bd45a94bd557a7616708dcdbcd0e1c09b3 SHA512 7125574d21c4931173c5618124618908fae81a4e0ea8f390ce7b9202ba542646ca0fb95f8c280aa166ff2cc6b010bc1a9420f9b085927a55b72bc6ea0f5dd941 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo GNUstep Project</name> | ||
</maintainer> | ||
<longdescription> | ||
ProjectCenter is GNUstep's integrated developement environment (IDE). It is based in part on NeXT's original Project Builder. It assists you in starting new projects and lets you manage your project files using a intuitive and well ordered graphical user interface. | ||
</longdescription> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo GNUstep Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">gnustep/apps-projectcenter</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
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="https://github.com/gnustep/apps-projectcenter/releases/download/projectcenter-${PV//./_}/${P}.tar.gz" | ||
|
||
KEYWORDS="~amd64 ~ppc ~x86" | ||
LICENSE="GPL-2" | ||
SLOT="0" | ||
IUSE="" |