summaryrefslogtreecommitdiff
path: root/dev-lisp/clisp
AgeCommit message (Collapse)Author
35 hoursdev-lisp/clisp: Stabilize 2.49.92-r3 ppc64, #967210Sam James
Signed-off-by: Sam James <sam@gentoo.org>
35 hoursdev-lisp/clisp: Stabilize 2.49.92-r3 ppc, #967210Sam James
Signed-off-by: Sam James <sam@gentoo.org>
35 hoursdev-lisp/clisp: Stabilize 2.49.92-r3 amd64, #967210Sam James
Signed-off-by: Sam James <sam@gentoo.org>
35 hoursdev-lisp/clisp: Stabilize 2.49.92-r3 x86, #967210Eli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib depsMichał Górny
Done via: ``` git grep -l 'virtual/zlib ' | xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g' ``` with some manual reverts. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-13dev-lisp/clisp: fix build issue on muslZ. Liu
patch from upstream Thanks-to: Tom Gillespie <tgbugs@gmail.com> Closes: https://bugs.gentoo.org/957726 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42539 Closes: https://github.com/gentoo/gentoo/pull/42539 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-28dev-lisp/clisp: add bug ref for x86 -falign-functions=Sam James
Bug: https://bugs.gentoo.org/585182 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-28dev-lisp/clisp: further style tweaksSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-28dev-lisp/clisp: update db to 5.3 & fix build issueZ. Liu
patches are cherry picked from upstream Closes: https://bugs.gentoo.org/919233 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/40803 Closes: https://github.com/gentoo/gentoo/pull/40803 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-28dev-lisp/clisp: pass further workaroundsSam James
My earlier workaround was insufficient. While here, make sure we respect CC/CFLAGS/LDFLAGS, and wire up src_test (while restricted, as at least one test (socket?) segfaults). Bug: https://bugs.gentoo.org/932564 Closes: https://bugs.gentoo.org/954892 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-28dev-lisp/clisp: misc fixesSam James
* Fix build w/ GCC 15 (bug #932564). I've only added a workaround for this as there's proper fixes upstream. * Improve general style like: ** use an array for configure arguments and edo; ** use emake, not make || die (but pass -j1 as that was likely the intent here); ** more modern style for dependencies * Fix USE=hyperspec doc path (bug #905704) * Drop unnecessary slash (bug #905704) Closes: https://bugs.gentoo.org/905704 Signed-off-by: Sam James <sam@gentoo.org>
2024-09-12*/*: remove use ia64 callsArthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-05-02dev-lisp/clisp: mark as LTO-unsafeEli Schwartz
Closes: https://bugs.gentoo.org/856103 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-05-02dev-lisp/clisp: add gitlab upstream metadataEli Schwartz
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2023-09-16dev-lisp/clisp: Specify LICENSE more precisely, update EAPI to 8Ulrich Müller
Closes: https://bugs.gentoo.org/880171 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-10-20dev-lisp/clisp: align longdescription opening and closing tagsPetr Vaněk
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
2022-10-15dev-lisp/clisp: fix VariableScopeSam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-05-14dev-lisp/clisp: Keyword 2.49.92-r1 riscv, #840239Raymond Wong
Closes: https://bugs.gentoo.org/840239 Signed-off-by: Raymond Wong <infiwang@pm.me> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-04-28dev-lisp/clisp: Keyword 2.49.92-r1 mips, #840239Raymond Wong
Signed-off-by: Raymond Wong <infiwang@pm.me> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-02-28dev-lisp/clisp: fix WhitespaceFoundSam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-02-28dev-lisp/clisp: Stabilize 2.49.92-r1 sparc, #828735Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-02-17dev-lisp/clisp: Stabilize 2.49.92-r1 ppc64, #828735Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-01-19dev-lisp/clisp: Keyword 2.49.92-r1 ppc64, #831429Sam James
Signed-off-by: Sam James <sam@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-06-22dev-lisp/clisp: add virtual/libcrypt dependencySam James
Needed for upcoming libxcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
2021-06-03dev-lisp/clisp: fix BadDefaultUseFlagsSam James
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
2021-04-16dev-lisp/clisp: eutils--Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-10-10dev-lisp/clisp: Needs rebuilding with gdbm subslot bumpsPacho Ramos
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2020-09-01dev-lisp/clisp: clean old versionsAndrey Grozin
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
2020-04-03*/*: Drop stable ia64 keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-02-11*/*: Bump copyright on files touched this yearMichał Górny
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-25*/*: Drop stable alpha keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2019-06-16dev-lisp/clisp: Remove old.Ulrich Müller
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2019-06-16dev-lisp/clisp-2.49.92-r0: alpha stableTobias Klausmann
Bug: http://bugs.gentoo.org/687220 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
2019-06-14dev-lisp/clisp: x86 stable wrt bug #687220Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
2019-06-14dev-lisp/clisp: ia64 stable wrt bug #687220Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
2019-06-14dev-lisp/clisp: amd64 stable wrt bug #687220Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
2019-06-14dev-lisp/clisp: ppc stable wrt bug #687220Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
2018-10-16dev-lisp/clisp-2.49.90-r0: add ~alpha keywordTobias Klausmann
Gentoo-Bug: http://bugs.gentoo.org/649816 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
2018-08-20dev-lisp/clisp: update links to mailing list and bug tracker.Francesco Turco
2018-08-20dev-lisp/clisp: update HOMEPAGE.Francesco Turco
Closes: https://github.com/gentoo/gentoo/pull/9563
2018-06-21dev-lisp/clisp: Bump version to 2.49.92Chema Alonso Josa
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-05-11dev-lisp/clisp: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis
2018-04-20dev-lisp/clisp: Remove pari use flagHarri Nieminen
It requires ancient version of sci-mathematics/pari Package-Manager: Portage-2.3.31, Repoman-2.3.9
2018-03-28dev-lisp/clisp: STRIP_MASK removalChema Alonso Josa
Closes: https://bugs.gentoo.org/651436 Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-03-25dev-lisp/clisp: keyworded 2.49.90 for ia64, bug #649816Sergei Trofimovich
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
2018-03-18dev-lisp/clisp: Scrub XDG variablesDavid Seifert
Closes: https://bugs.gentoo.org/649932 Package-Manager: Portage-2.3.24, Repoman-2.3.6