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

Collapse All | Expand All

(-)ncurses-5.6-r2.ebuild (-1 / +19 lines)
Lines 16-20 Link Here
16
SLOT="5"
16
SLOT="5"
17
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
17
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
18
IUSE="debug doc gpm minimal nocxx profile trace unicode"
18
IUSE="ada debug doc gpm minimal nocxx profile trace unicode"
19
19
20
DEPEND="gpm? ( sys-libs/gpm )"
20
DEPEND="gpm? ( sys-libs/gpm )"
Lines 52-55 Link Here
52
		do_compile ${myconf} --enable-widec --includedir=/usr/include/ncursesw
52
		do_compile ${myconf} --enable-widec --includedir=/usr/include/ncursesw
53
	fi
53
	fi
54
55
	if use ada ; then
56
		# install libAdaCurses.a (the narrow version only)
57
		dolib.a "${WORKDIR}"/narrowc/Ada95/src/libAdaCurses.a || die "install error"
58
59
		# and the adacurses-config file:
60
		newbin ${FILESDIR}/ncurses-5.5-adacurses-config adacurses-config || die "install error"
61
	fi
62
54
}
63
}
55
do_compile() {
64
do_compile() {
Lines 76-79 Link Here
76
		--disable-termcap \
85
		--disable-termcap \
77
		--enable-symlinks \
86
		--enable-symlinks \
87
                $(use_with ada) \
78
		--with-rcs-ids \
88
		--with-rcs-ids \
79
		--with-manpage-format=normal \
89
		--with-manpage-format=normal \
Lines 146-149 Link Here
146
	dodoc ANNOUNCE MANIFEST NEWS README* TO-DO doc/*.doc
156
	dodoc ANNOUNCE MANIFEST NEWS README* TO-DO doc/*.doc
147
	use doc && dohtml -r doc/html/
157
	use doc && dohtml -r doc/html/
158
159
        if use ada ; then
160
		# install libAdaCurses.a (the narrow version only)
161
		dolib.a "${WORKDIR}"/narrowc/Ada95/src/libAdaCurses.a || die "install error"
162
163
		# and the adacurses-config file:
164
		newbin ${FILESDIR}/ncurses-5.5-adacurses-config adacurses-config || die "install error"
165
	fi
148
}
166
}
149
167

Return to bug 167849