Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263772
Collapse All | Expand All

(-)/usr/portage/dev-util/subversion/subversion-1.6.0.ebuild (-17 / +27 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 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/dev-util/subversion/subversion-1.6.0.ebuild,v 1.4 2009/03/23 05:37:31 jer Exp $
3
# $Header: $
4
4
5
EAPI="1"
5
EAPI="2"
6
6
7
WANT_AUTOMAKE="none"
7
WANT_AUTOMAKE="none"
8
8
Lines 13-42 Link Here
13
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2"
13
SRC_URI="http://subversion.tigris.org/downloads/${P/_/-}.tar.bz2"
14
14
15
LICENSE="Subversion"
15
LICENSE="Subversion"
16
SLOT="0"
17
KEYWORDS="~amd64 ~hppa"
16
KEYWORDS="~amd64 ~hppa"
17
SLOT="0"
18
IUSE="apache2 berkdb ctypes-python debug doc +dso emacs extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf"
18
IUSE="apache2 berkdb ctypes-python debug doc +dso emacs extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf"
19
19
RESTRICT="test"
20
RESTRICT="test"
20
21
21
CDEPEND=">=dev-db/sqlite-3.4
22
CDEPEND="
23
	>=dev-db/sqlite-3.4
22
	>=dev-libs/apr-1.3:1
24
	>=dev-libs/apr-1.3:1
23
	>=dev-libs/apr-util-1.3:1
25
	>=dev-libs/apr-util-1.3:1
24
	dev-libs/expat
26
	dev-libs/expat
25
	sys-libs/zlib
27
	sys-libs/zlib
26
	berkdb? ( =sys-libs/db-4* )
28
	berkdb? ( =sys-libs/db-4* )
27
	emacs? ( virtual/emacs )
29
	emacs? ( virtual/emacs )
28
	gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring )
30
	gnome-keyring? (
29
	kde? ( sys-apps/dbus x11-libs/qt-core x11-libs/qt-dbus x11-libs/qt-gui =kde-base/kdelibs-4* )
31
		dev-libs/glib:2
32
		gnome-base/gnome-keyring
33
		sys-apps/dbus
34
	)
35
	kde? (
36
		>=kde-base/kdelibs-4.2.1
37
		x11-libs/qt-gui:4[dbus]
38
	)
30
	ruby? ( >=dev-lang/ruby-1.8.2 )
39
	ruby? ( >=dev-lang/ruby-1.8.2 )
31
	sasl? ( dev-libs/cyrus-sasl )
40
	sasl? ( dev-libs/cyrus-sasl )
32
	webdav-neon? ( >=net-misc/neon-0.28 )
41
	webdav-neon? ( >=net-misc/neon-0.28 )
33
	webdav-serf? ( >=net-libs/serf-0.3.0 )"
42
	webdav-serf? ( >=net-libs/serf-0.3.0 )
34
43
"
35
RDEPEND="${CDEPEND}
44
RDEPEND="${CDEPEND}
36
	java? ( >=virtual/jre-1.5 )
45
	java? ( >=virtual/jre-1.5 )
46
	kde? ( >=kde-base/kwalletd-4.2.1 )
37
	nls? ( virtual/libintl )
47
	nls? ( virtual/libintl )
38
	perl? ( dev-perl/URI )"
48
	perl? ( dev-perl/URI )
39
49
"
40
DEPEND="${CDEPEND}
50
DEPEND="${CDEPEND}
41
	ctypes-python? ( dev-python/ctypesgen )
51
	ctypes-python? ( dev-python/ctypesgen )
42
	doc? ( app-doc/doxygen )
52
	doc? ( app-doc/doxygen )
Lines 44-50 Link Here
44
	java? ( >=virtual/jdk-1.5 )
54
	java? ( >=virtual/jdk-1.5 )
45
	kde? ( dev-util/pkgconfig )
55
	kde? ( dev-util/pkgconfig )
46
	nls? ( sys-devel/gettext )
56
	nls? ( sys-devel/gettext )
47
	webdav-neon? ( dev-util/pkgconfig )"
57
	webdav-neon? ( dev-util/pkgconfig )
58
"
48
59
49
want_apache
60
want_apache
50
61
Lines 83-92 Link Here
83
	fi
94
	fi
84
}
95
}
85
96
86
src_unpack() {
97
src_prepare() {
87
	unpack ${A}
88
	cd "${S}"
89
90
	epatch "${FILESDIR}/${P}-disable_linking_against_unneeded_libraries.patch"
98
	epatch "${FILESDIR}/${P}-disable_linking_against_unneeded_libraries.patch"
91
99
92
	# Various fixes which will be included in 1.6.1.
100
	# Various fixes which will be included in 1.6.1.
Lines 110-116 Link Here
110
	elibtoolize
118
	elibtoolize
111
}
119
}
112
120
113
src_compile() {
121
src_configure() {
114
	local myconf
122
	local myconf
115
123
116
	if use python || use perl || use ruby; then
124
	if use python || use perl || use ruby; then
Lines 159-165 Link Here
159
		--disable-mod-activation \
167
		--disable-mod-activation \
160
		--disable-neon-version-check \
168
		--disable-neon-version-check \
161
		--with-sqlite=/usr
169
		--with-sqlite=/usr
170
}
162
171
172
src_compile() {
163
	einfo
173
	einfo
164
	einfo "Building of core of Subversion"
174
	einfo "Building of core of Subversion"
165
	einfo
175
	einfo
Lines 479-485 Link Here
479
	elog "You should install \"net-misc/memcached\", start memcached"
489
	elog "You should install \"net-misc/memcached\", start memcached"
480
	elog "and configure your FSFS repositories, if you want to use this feature."
490
	elog "and configure your FSFS repositories, if you want to use this feature."
481
	elog "See the documentation for details."
491
	elog "See the documentation for details."
482
	elog
492
	echo
483
	epause 6
493
	epause 6
484
494
485
	if [[ -n "${CHANGED_BDB_VERSION}" ]]; then
495
	if [[ -n "${CHANGED_BDB_VERSION}" ]]; then

Return to bug 263772