summaryrefslogtreecommitdiff
path: root/app-editors/vim-core/vim-core-9.0.1363.ebuild
AgeCommit message (Collapse)Author
2023-05-01app-editors/vim-core: drop 9.0.1363Oskari Pirhonen
Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2023-04-04app-editors/vim-core: remove some useless sedOskari Pirhonen
- The libc.h mentioned in bug #43885 has moved to 9libs/libc.h so it's no longer relevant. And the sed was broken due to whitespace changes anyway. - Finding the path to xsubpp is handled through autoconf and substituted into src/auto/config.mk which is read by src/Makefile. Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30359 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-03-04app-editors/vim-core: configure implicit function declarationsOskari Pirhonen
Ignore implicit function declarations for platform-specific functions, `acl()` is for Solaris and `statacl()` is for AIX. Closes: https://bugs.gentoo.org/898406 Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29907 Signed-off-by: Sam James <sam@gentoo.org>
2023-02-28app-editors/vim-core: add 9.0.1363Ben Kohler
Signed-off-by: Ben Kohler <bkohler@gentoo.org>