summaryrefslogtreecommitdiff
path: root/dev-lisp/roswell
AgeCommit message (Collapse)Author
2024-07-03dev-lisp/roswell: 23.10.14.114PF4Public
Signed-off-by: PF4Public <PF4Public@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/36798 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-05-02dev-lisp/roswell: mark as LTO-unsafeEli Schwartz
Listen, I definitely know it's LTO-unsafe. I can't actually get it to compile, but either way, it's definitely LTO-unsafe... The next compilation error is: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: warning: resources.o: missing .note.GNU-stack section implies executable stack /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker resources.o:(.rsrc$01+0x80): dangerous relocation: R_AMD64_IMAGEBASE with __ImageBase undefined resources.o:(.rsrc$01+0x90): dangerous relocation: R_AMD64_IMAGEBASE with __ImageBase undefined collect2: error: ld returned 1 exit status make[2]: *** [Makefile:436: ros] Error 1 ``` As you can tell from the linker error, it appears to be lisp code... if anyone can figure out why it happens you're welcome to it but I am not spending more time on lisp so this is me backing away now that the LTO bug can be closed. So long! Closes: https://bugs.gentoo.org/856106 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-04-20dev-lisp/roswell: add 22.12.14.113YUE Daian
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35485 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-10-31dev-lisp/roswell: update EAPI 7 -> 8, adjust deps for 21.10.14.111Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-10-31dev-lisp/roswell: Bump to version 21.10.14.111YUE Daian
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22610 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-03-20dev-lisp/roswell: drop 20.01.14.104, 20.04.14.105Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-03-16*/*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny
Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16*/*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny
Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-15dev-lisp/roswell: purge outdated versionsYUE Daian
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16968 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-16dev-lisp/roswell: bump copyright yearsJoonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-16dev-lisp/roswell: bump version to 20.04.14.106YUE Daian
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15802 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-16dev-lisp/roswell: bump version to 20.04.14.105YUE Daian
Signed-off-by: YUE Daian <sheepduke@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-02-24dev-lisp/roswell: add bug # to explain file collision blockerJoonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-02-24dev-lisp/roswell: bump version to 20.01.14.104YUE Daian
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14736 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-01-06dev-lisp/roswell: add bug# for soft blockerJoonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-01-06dev-lisp/roswell: bump version to 19.12.13.103YUE Daian
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14176 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2019-10-10dev-lisp/roswell: bump version to 19.09.12.102YUE Daian
Closes: https://bugs.gentoo.org/696698 Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13198 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2019-09-24dev-lisp/roswell: delete version 19.3.10.97YUE Daian
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12897 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2019-09-24dev-lisp/roswell: bump version to 19.08.10.101YUE Daian
Signed-off-by: YUE Daian <sheepduke@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2019-08-10dev-lisp/roswell: fix fill collision with libroutersosYUE Daian
Bug: https://bugs.gentoo.org/691754 Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12664 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2019-08-01dev-lisp/roswell: Add roswell ebuildDanny YUE
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10684 Signed-off-by: Joonas Niilola <juippis@gentoo.org>