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