summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {sys-devel → dev-build}/slibtoolMichał Górny2024-01-155-134/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 hppa, #920467Matoro Mahri2024-01-021-2/+2
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sys-devel/slibtool: add missing m4 bdepJoonas Niilola2023-12-222-2/+4
| | | | | Closes: https://bugs.gentoo.org/908684 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 x86, #920467Joonas Niilola2023-12-221-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 ppc64, #920467Sam James2023-12-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 arm64, #920467Arthur Zamarin2023-12-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 amd64, #920467Sam James2023-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 arm, #920467Sam James2023-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 sparc, #920467Sam James2023-12-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.35 ppc, #920467Arthur Zamarin2023-12-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/slibtool: add 0.5.35orbea2023-11-172-0/+39
| | | | | | | | | | Closes: https://bugs.gentoo.org/780054 Upstream-Commit: https://dev.midipix.org/cross/slibtool/c/5e02698d061d467abbf21ff857e9862e37060f89 Closes: https://bugs.gentoo.org/789804 Upstream-Commit: https://dev.midipix.org/cross/slibtool/c/a126a7f68ef374d65d014226195380eb7dceb634 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/33846 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: add missing keywords for the live ebuildorbea2023-11-171-1/+1
| | | | | | | These are from the 0.5.34 ebuild. Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
* Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATHMike Gilbert2023-10-312-2/+2
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 ppc, #907859Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 x86, #907859Joonas Niilola2023-06-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 ppc64, #907859Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 amd64, #907859Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 sparc, #907859Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 arm, #907859Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 arm64, #907859Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Stabilize 0.5.34 hppa, #907859Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: remove shell workaroundorbea2023-05-071-1/+0
| | | | | | | | | | | slibtool now uses CONFIG_SHELL like autoconf instead of accepting the SHELL variable which may not be a bourne compatible shell. Bug: https://bugs.gentoo.org/905721 Upstream-Commit: https://git.foss21.org/slibtool/commit/?id=667d348ca9d54b31857fd20c08b97c642ae9f815 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30908 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: fix the build in some chrootsorbea2023-05-052-6/+8
| | | | | | | | | | | | | When building slibtool in a chroot where the SHELL is set as /sbin/nologin the sofort configure will fail. This can be worked around for now by explicitly setting the shell as /bin/sh during configure. Also fixes the libdir path and updates to EAPI=8. Closes: https://bugs.gentoo.org/905721 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30878 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Fix build with self-hosted clangorbea2022-05-072-0/+2
| | | | | | | | | | | | | | | When building slibtool with a self-hosted clang as documented on the gentoo wiki the build will fail with many undefined references. The problem is because the ebuild has neglected to use --libdir and the sofort build system will then append -L/usr/lib instead of the correct -L/usr/lib64. Reference: https://wiki.gentoo.org/wiki/Clang#Bootstrapping_the_Clang_toolchain Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25373 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: [QA] fix tc-get* quotingSam James2022-03-202-4/+4
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: drop 0.5.33Sam James2022-01-012-38/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Move {app-crypt → sec-keys}/openpgp-keys-midipixMichał Górny2021-12-183-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/slibtool: Keyword 0.5.34 for ~m68kJames Le Cuirot2021-09-211-1/+1
| | | | | Closes: https://bugs.gentoo.org/777435 Signed-off-by: James Le Cuirot <chewi@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>
* sys-devel/slibtool: Dropped myself from metadataLars Wendler2021-09-071-4/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/slibtool: Keyword 0.5.34 s390, #777435Sam James2021-09-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Added ~mips to KEYWORDSJoshua Kinard2021-07-311-1/+1
| | | | | | Bug: https://bugs.gentoo.org/777435 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3
* sys-devel/slibtool: Use BROOT for verify-sig key pathMichał Górny2021-07-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/slibtool: Keyword 0.5.34 alpha, #777435Matt Turner2021-07-241-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-devel/slibtool: keyword 0.5.34 for ~riscvMarek Szuba2021-06-251-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* sys-devel/slibtool: Removed oldLars Wendler2021-05-122-38/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/slibtool: Version bump to 0.5.34Lars Wendler2021-05-122-0/+38
| | | | | Thanks-to: orbea <orbea@riseup.net> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/slibtool: add verify-sig supportSam James2021-04-264-1/+24
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Keyword 0.5.33 arm64, #777435Sam James2021-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: drop 0.5.31Sam James2021-04-052-25/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: sync live (KEYWORDS)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: add 0.5.33Sam James2021-04-052-0/+30
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: x86 keyworded (bug #777435)Thomas Deutschmann2021-04-011-1/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-devel/slibtool: restore ~hppa ~ppc ~ppc64Sam James2021-03-282-2/+2
| | | | | Bug: https://bugs.gentoo.org/777435 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: keyworded 0.5.31 for ppc64Sergei Trofimovich2021-03-271-1/+1
| | | | | | | | keyworded wrt bug #777435 Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/slibtool: keyworded 0.5.31 for ppcSergei Trofimovich2021-03-271-1/+1
| | | | | | | | keyworded wrt bug #777435 Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/slibtool: keyworded 0.5.31 for hppaSergei Trofimovich2021-03-271-1/+1
| | | | | | | | keyworded wrt bug #777435 Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/slibtool: ~x64-macos keywordedSam James2021-03-252-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/slibtool: Don't call cc directlyLars Wendler2021-03-223-3/+21
| | | | | Closes: https://bugs.gentoo.org/765754 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/slibtool: Added myself as co-maintainerLars Wendler2021-03-221-0/+4
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>