Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121637 - update zile ebuild to use ncurses
Summary: update zile ebuild to use ncurses
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All GNU/kFreeBSD
: High enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 02:19 UTC by Robert Millan
Modified: 2006-03-05 19:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Millan 2006-02-05 02:19:14 UTC
zile migrated to ncurses already.  Please, could you depend on it instead of the old libtermcap library?

--- zile-2.0.7.ebuild.old       2006-02-05 11:09:28 +0000
+++ zile-2.0.7.ebuild   2006-02-05 11:09:39 +0000
@@ -14,7 +14,7 @@
 KEYWORDS="~x86 ~alpha ~ppc ~amd64"
 IUSE=""

-RDEPEND="sys-libs/libtermcap-compat"
+RDEPEND="sys-libs/ncurses"
 DEPEND="${RDEPEND}
        >=dev-util/gperf-2.7.2
        >=sys-apps/texinfo-4.3"
Comment 1 Thomas Dickey 2006-02-11 16:35:53 UTC
What does "tty" show in that sort of configuration?
Comment 2 Robert Millan 2006-02-11 22:32:27 UTC
You mean on GNU/kFreeBSD?

On single mode, /dev/console.  On virtual terminal, /dev/ttyv[0-f].  Both with TERM=cons25.

On pty, /dev/ttyp[0-9].
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2006-03-05 19:22:44 UTC
I updated zile to verison 2.2.13 in portage.  It contains the ncurses dependency and removes the termcap one.  Thanks for the bug report.