Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274218 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- gbdfed-1.4.ebuild
0
++ gbdfed-1.4.ebuild
Lines 2-7 Link Here
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/x11-misc/gbdfed/gbdfed-1.4.ebuild,v 1.2 2008/12/16 09:11:32 pva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbdfed/gbdfed-1.4.ebuild,v 1.2 2008/12/16 09:11:32 pva Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="gbdfed Bitmap Font Editor"
7
DESCRIPTION="gbdfed Bitmap Font Editor"
6
HOMEPAGE="http://www.math.nmsu.edu/~mleisher/Software/gbdfed/"
8
HOMEPAGE="http://www.math.nmsu.edu/~mleisher/Software/gbdfed/"
7
SRC_URI="http://www.math.nmsu.edu/~mleisher/Software/gbdfed/${P}.tbz2"
9
SRC_URI="http://www.math.nmsu.edu/~mleisher/Software/gbdfed/${P}.tbz2"
Lines 21-26 Link Here
21
	unpack ${A}
23
	unpack ${A}
22
	cd "${S}"
24
	cd "${S}"
23
	sed "s:-D.*_DISABLE_DEPRECATED::" -i Makefile.in #248562
25
	sed "s:-D.*_DISABLE_DEPRECATED::" -i Makefile.in #248562
26
	epatch ${FILESDIR}/rename-getline.patch #274218
24
}
27
}
25
28
26
src_install() {
29
src_install() {

Return to bug 274218