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

Collapse All | Expand All

(-)/usr/portage/kde-misc/semantik/semantik-0.7.3_p20091013.ebuild (-9 / +5 lines)
Lines 9-20 Link Here
9
9
10
DESCRIPTION="Mindmapping-like tool for document generation."
10
DESCRIPTION="Mindmapping-like tool for document generation."
11
HOMEPAGE="http://freehackers.org/~tnagy/semantik.html"
11
HOMEPAGE="http://freehackers.org/~tnagy/semantik.html"
12
SRC_URI="http://semantik.googlecode.com/files/semantik-snapshot.tar.bz2 -> ${P}.tar.bz2"
12
SRC_URI="https://semantik.googlecode.com/files/${P}.tar.bz2"
13
13
14
LICENSE="GPL-3"
15
SLOT="4"
14
SLOT="4"
16
KEYWORDS="~amd64"
15
LICENSE="GPL-3"
17
IUSE=""
16
KEYWORDS="~amd64 ~x86"
17
IUSE="debug"
18
18
19
DEPEND="
19
DEPEND="
20
	dev-lang/ocaml
20
	dev-lang/ocaml
Lines 26-42 Link Here
26
	x11-libs/qt-xmlpatterns:4
26
	x11-libs/qt-xmlpatterns:4
27
	dev-lang/python[xml]
27
	dev-lang/python[xml]
28
"
28
"
29
30
S="${WORKDIR}/semantik-0.7.4"
31
WAF_BINARY="${S}/waf"
29
WAF_BINARY="${S}/waf"
32
33
PATCHES=(
30
PATCHES=(
34
	"${FILESDIR}/${P}"-wscript_ldconfig.patch
31
	"${FILESDIR}/${P}"-wscript_ldconfig.patch
35
	"${FILESDIR}/${P}"-wscript_libstr.patch
36
)
32
)
37
33
38
src_configure() {
34
src_configure() {
39
	CCFLAGS="${CFLAGS}" CPPFLAGS="${CXXFLAGS}" LINKFLAGS="${LDFLAGS}" \
35
	CCFLAGS="${CFLAGS}" CPPFLAGS="${CXXFLAGS}" LINKFLAGS="${LDFLAGS}" \
40
		"${WAF_BINARY}" "--prefix=${EPREFIX}/usr" --want-rpath=0 \
36
		"${WAF_BINARY}" "--prefix=${EPREFIX}/usr" \
41
		configure || die "configure failed"
37
		configure || die "configure failed"
42
}
38
}

Return to bug 435484