diff options
author | 2013-03-28 15:03:25 +0000 | |
---|---|---|
committer | 2013-03-28 15:03:25 +0000 | |
commit | 52560849a2199fb281ef257528df7c88918dcb53 (patch) | |
tree | 47583b0ee724d4c0690170ee26d85faccb3360ab /gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild | |
parent | amd64 stable, wrt bug #463554 (diff) | |
download | gentoo-2-52560849a2199fb281ef257528df7c88918dcb53.tar.gz gentoo-2-52560849a2199fb281ef257528df7c88918dcb53.tar.bz2 gentoo-2-52560849a2199fb281ef257528df7c88918dcb53.zip |
Fix NSInvalidArgumentException on document creation, patch from Debian in bug #462786
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild')
-rw-r--r-- | gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild new file mode 100644 index 000000000000..c0caf9d96fe4 --- /dev/null +++ b/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/textedit/textedit-0.95_pre20100427-r1.ebuild,v 1.1 2013/03/28 15:03:25 voyageur Exp $ + +EAPI=5 +inherit eutils gnustep-2 + +S=${WORKDIR}/TextEdit + +DESCRIPTION="A text editor with font, color, and style capabilities for GNUstep" +HOMEPAGE="http://www.nongnu.org/backbone/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +src_prepare() { + epatch "${FILESDIR}"/${P}-gcc47.patch + epatch "${FILESDIR}"/${P}-nsinvalidargument.patch +} |