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

Collapse All | Expand All

(-)devtodo-0.1.20.ebuild.orig (-2 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 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/app-misc/devtodo/devtodo-0.1.20.ebuild,v 1.15 2010/08/15 16:33:28 grobian Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20.ebuild,v 1.14 2010/06/15 14:37:44 jlec Exp $
4
4
5
EAPI="3"
5
EAPI="3"
6
6
Lines 12-18 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
15
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
16
IUSE=""
16
IUSE=""
17
17
18
RDEPEND="
18
RDEPEND="
Lines 21-26 Link Here
21
DEPEND="${RDEPEND}"
21
DEPEND="${RDEPEND}"
22
22
23
src_prepare() {
23
src_prepare() {
24
	# "#include <regex.h>" gets confused with Regex.h on case insensitive fs.
25
	# See the (unhandled) upstream bug: http://swapoff.org/ticket/107
26
	epatch "${FILESDIR}/${P}-fix-case-insensitives-fs.patch"
27
	mv -v "util/Regex.h" "util/DTRegex.h" || die "mv failed"
28
	# Backport of a changeset from the trunk (http://swapoff.org/changeset/491)
29
	# that hasn't been included in the tarball.
30
	epatch "${FILESDIR}/${P}-xml-database.patch"
31
24
	epatch "${FILESDIR}/${P}-gentoo.diff"
32
	epatch "${FILESDIR}/${P}-gentoo.diff"
25
	epatch "${FILESDIR}/${P}-gcc43.patch"
33
	epatch "${FILESDIR}/${P}-gcc43.patch"
26
	eautoreconf
34
	eautoreconf

Return to bug 332235