summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lisp/roswell: 23.10.14.114PF4Public2024-07-033-0/+64
| | | | | | 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>
* dev-lisp/roswell: mark as LTO-unsafeEli Schwartz2024-05-023-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* dev-lisp/roswell: add 22.12.14.113YUE Daian2024-04-202-1/+27
| | | | | | Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35485 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: update EAPI 7 -> 8, adjust deps for 21.10.14.111Joonas Niilola2021-10-311-3/+5
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: Bump to version 21.10.14.111YUE Daian2021-10-312-0/+24
| | | | | | Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22610 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-lisp/roswell: drop 20.01.14.104, 20.04.14.105Joonas Niilola2021-03-203-47/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | 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>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | 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>
* dev-lisp/roswell: purge outdated versionsYUE Daian2020-08-154-70/+0
| | | | | | Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16968 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: bump copyright yearsJoonas Niilola2020-07-162-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: bump version to 20.04.14.106YUE Daian2020-07-162-0/+23
| | | | | | Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15802 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: bump version to 20.04.14.105YUE Daian2020-07-162-0/+23
| | | | | Signed-off-by: YUE Daian <sheepduke@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: add bug # to explain file collision blockerJoonas Niilola2020-02-241-0/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: bump version to 20.01.14.104YUE Daian2020-02-242-0/+23
| | | | | | | 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>
* dev-lisp/roswell: add bug# for soft blockerJoonas Niilola2020-01-061-0/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: bump version to 19.12.13.103YUE Daian2020-01-062-0/+23
| | | | | | | 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>
* dev-lisp/roswell: bump version to 19.09.12.102YUE Daian2019-10-102-0/+23
| | | | | | | | 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>
* dev-lisp/roswell: delete version 19.3.10.97YUE Daian2019-09-242-35/+0
| | | | | | Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12897 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: bump version to 19.08.10.101YUE Daian2019-09-242-0/+23
| | | | | Signed-off-by: YUE Daian <sheepduke@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lisp/roswell: fix fill collision with libroutersosYUE Daian2019-08-101-0/+2
| | | | | | | 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>
* dev-lisp/roswell: Add roswell ebuildDanny YUE2019-08-013-0/+53
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10684 Signed-off-by: Joonas Niilola <juippis@gentoo.org>