gnustep-apps/terminal: 0.9.9 bump
[gentoo.git] / gnustep-apps / textedit / textedit-0.95_pre20100427-r1.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5 inherit eutils gnustep-2
6
7 S=${WORKDIR}/TextEdit
8
9 DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep"
10 HOMEPAGE="http://www.nongnu.org/backbone/"
11 SRC_URI="mirror://gentoo/${P}.tar.gz"
12
13 KEYWORDS="amd64 ~ppc ~x86"
14 LICENSE="GPL-2"
15 SLOT="0"
16 IUSE=""
17
18 src_prepare() {
19         epatch "${FILESDIR}"/${P}-gcc47.patch
20         epatch "${FILESDIR}"/${P}-nsinvalidargument.patch
21 }