| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.3 2012/04/07 14:53:41 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.4 2012/06/07 15:28:04 xmw Exp $ |
| 4 | |
4 | |
| 5 | EAPI=3 |
5 | EAPI=3 |
| 6 | inherit gnustep-2 |
6 | inherit gnustep-2 |
| 7 | |
7 | |
| 8 | DESCRIPTION="A workspace manager for GNUstep" |
8 | DESCRIPTION="A workspace manager for GNUstep" |
| 9 | HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html" |
9 | HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html" |
| 10 | SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" |
10 | SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" |
| 11 | |
11 | |
| 12 | KEYWORDS="amd64 ~ppc x86" |
12 | KEYWORDS="amd64 ppc x86" |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | |
15 | |
| 16 | IUSE="" |
16 | IUSE="" |
| 17 | |
17 | |