summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/ncurses: drop 6.4, 6.4_p20230424, 6.4_p20230506Sam James2023-06-021-417/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: drop dead prefix targetsSam James2023-05-291-5/+0
| | | | | | The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove x64-cygwin keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-libs/ncurses: build native tools w/ --without-adaSam James2023-05-211-1/+1
| | | | | | | | There's no need for it when building the native tools just for tinfo etc for a 'cross' build. This doesn't affect the installed files. Closes: https://bugs.gentoo.org/823776 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: keyword ~arm64-macosSam James2023-04-221-1/+1
| | | | | Bug: https://bugs.gentoo.org/904474 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stop embedding RCS IDsPeter Foley2023-02-241-1/+0
| | | | | | | | | | | | | | | | | | It's unclear if this is still useful, and it causes a ton of warnings like: /var/tmp/portage/sys-libs/ncurses-6.4/work/ncurses-6.4/ncurses/curses.priv.h:60:41: warning: ‘Ident’ defined but not used [-Wunused-const-variable=] 60 | #define MODULE_ID(id) static const char Ident[] = id; | ^~~~~ /var/tmp/portage/sys-libs/ncurses-6.4/work/ncurses-6.4/ncurses/tinfo/lib_napms.c:55:1: note: in expansion of macro ‘MODULE_ID’ 55 | MODULE_ID("$Id: lib_napms.c,v 1.27 2020/08/15 19:45:23 tom Exp $") | ^~~~~~~~~ [sam: This has been there since the very beginning, going back to 2000-08-03, 495ec043da885fd0d7826ac39147aab1b8173910] Signed-off-by: Peter Foley <pefoley2@pefoley.com> Closes: https://github.com/gentoo/gentoo/pull/29756 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Fix cygwin buildPeter Foley2023-02-221-12/+7
| | | | | | | | | | Force -DBUILDING_NCURCES for build tools to avoid dllimport errors. Update tic build to use get_exeext, which fixes native builds. Bug: https://bugs.gentoo.org/852665 Signed-off-by: Peter Foley <pefoley2@pefoley.com> Closes: https://github.com/gentoo/gentoo/pull/29713 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: add 6.4Sam James2023-01-011-0/+428
Signed-off-by: Sam James <sam@gentoo.org>