diff options
Diffstat (limited to 'gnustep-apps/projectcenter/projectcenter-0.5.0.ebuild')
-rw-r--r-- | gnustep-apps/projectcenter/projectcenter-0.5.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/projectcenter/projectcenter-0.5.0.ebuild b/gnustep-apps/projectcenter/projectcenter-0.5.0.ebuild new file mode 100644 index 000000000000..28f0f119e496 --- /dev/null +++ b/gnustep-apps/projectcenter/projectcenter-0.5.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/projectcenter-0.5.0.ebuild,v 1.1 2008/10/28 09:49:04 voyageur Exp $ + +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 ~x86-fbsd" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=">=sys-devel/gdb-6.0" |