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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- dev-util/subversion/subversion-1.5.0.ebuild
0
++ dev-util/subversion/subversion-1.5.1.ebuild
Lines 10-16 Link Here
10
DESCRIPTION="Advanced version control system"
10
DESCRIPTION="Advanced version control system"
11
HOMEPAGE="http://subversion.tigris.org/"
11
HOMEPAGE="http://subversion.tigris.org/"
12
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2
12
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2
13
	mirror://gentoo/${P}-merge-improvements.patch.bz2"
13
	mirror://gentoo/${P}-ra_serf-improvements.patch.bz2"
14
14
15
LICENSE="Subversion"
15
LICENSE="Subversion"
16
SLOT="0"
16
SLOT="0"
Lines 71-79 Link Here
71
	unpack ${A}
71
	unpack ${A}
72
	cd "${S}"
72
	cd "${S}"
73
73
74
	epatch "${FILESDIR}"/1.5.0/http-library.patch
75
	epatch "${FILESDIR}"/1.5.0/disable-unneeded-linking.patch
74
	epatch "${FILESDIR}"/1.5.0/disable-unneeded-linking.patch
76
	epatch "${WORKDIR}"/${P}-merge-improvements.patch
75
	epatch "${WORKDIR}"/${P}-ra_serf-improvements.patch
77
76
78
	sed -i \
77
	sed -i \
79
		-e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \
78
		-e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \

Return to bug 233002