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

(-)libcmis-9999.ebuild (-5 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2014 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-cpp/libcmis/libcmis-9999.ebuild,v 1.12 2013/08/09 08:51:25 scarabeus Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 14-20 Link Here
14
[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
14
[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
15
15
16
LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
16
LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
17
SLOT="0.4"
17
SLOT="0.5"
18
18
19
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
19
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
20
[[ ${PV} == 9999 ]] || \
20
[[ ${PV} == 9999 ]] || \
Lines 34-40 Link Here
34
		app-text/docbook2X
34
		app-text/docbook2X
35
		dev-libs/libxslt
35
		dev-libs/libxslt
36
	)
36
	)
37
	test? ( dev-util/cppunit )
37
	test? (
38
		dev-util/cppcheck
39
		dev-util/cppunit
40
	)
38
"
41
"
39
42
40
src_prepare() {
43
src_prepare() {
Lines 49-55 Link Here
49
		$(use_with man) \
52
		$(use_with man) \
50
		$(use_enable static-libs static) \
53
		$(use_enable static-libs static) \
51
		$(use_enable test tests) \
54
		$(use_enable test tests) \
52
		--disable-long-tests \
53
		--enable-client
55
		--enable-client
54
}
56
}
55
57

Return to bug 533140