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

Collapse All | Expand All

(-)layman/kde/dev-util/kdevelop-extra-plugins/kdevelop-extra-plugins-9999.ebuild (-7 / +7 lines)
Lines 15-34 Link Here
15
SLOT="4"
15
SLOT="4"
16
KEYWORDS=""
16
KEYWORDS=""
17
17
18
PLUGINS="+bazaar +controlflowgraph +css
18
PLUGINS="+controlflowgraph +css +ctest +duchainviewer +includemanager +preprocessor +qtdesigner +ruby +sloc +sql +uistrings +valgrind +vcsprojectintegration +mercurial +xml"
19
	+ctest +duchainviewer +erlang +executebrowser +executescript +gettersetter +git
20
	+includemanager +preprocessor
21
	+qtdesigner +ruby +sloc +sql +uistrings +valgrind +vcsprojectintegration"
22
19
23
#
20
#
24
# configure phase failed (on my box, missing cmake modules, missing deps)
21
# configure phase failed (on my box, missing cmake modules, missing deps)
25
# check coverage crossfire csharp java okteta teamwork veritascpp xdebug xml xtest
22
# check coverage crossfire csharp gettersetter git java okteta teamwork
23
# veritascpp xdebug xtest
26
#
24
#
27
# compile phase failed (most look like c++ issues that may have worked in earlier gcc versions)
25
# compile phase failed (most look like c++ issues that may have worked in earlier gcc versions)
28
# automake cppunit python qmake
26
# automake bazaar csharp cppunit erlang executebrowser executescript java python qmake
29
#
27
#
30
# install phase failed (no target install)
28
# install phase failed (no target install)
31
# mercurial metrics
29
# metrics
32
#
30
#
33
31
34
IUSE="debug ${PLUGINS}"
32
IUSE="debug ${PLUGINS}"
Lines 36-41 Link Here
36
34
37
DEPEND="
35
DEPEND="
38
	>=dev-util/kdevelop-${PV}:${SLOT}
36
	>=dev-util/kdevelop-${PV}:${SLOT}
37
	>=dev-util/kdevelop-pg-qt-${PV}
38
	crossfire? ( >=dev-libs/qjson-0.5 )
39
"
39
"
40
RDEPEND="${DEPEND}"
40
RDEPEND="${DEPEND}"
41
41

Return to bug 321683