summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin8 days1-1/+1
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Move {sys-devel → dev-build}/libtoolMichał Górny2024-01-151-3/+3
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34807 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libtomcrypt: unbreak on DarwinFabian Groffen2024-01-121-1/+5
| | | | | | | | | We force LIBTOOL to libtool, assuming it is a script bash can execute, but on Darwin -- historically -- libtool is a linker helper which isn't quite the same as GNU libtool. The upstream buildsystem knows this, and deals with it, but our override squashes that, of course. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-libs/libtomcrypt: Fix cross-compiling by using libtool from SYSROOTJames Le Cuirot2023-12-271-2/+8
| | | | | | | | | | | | | | | | | | libtool is normally generated by configure with the right toolchain settings, but this package does not use autoconf, so it executes the build host libtool with the wrong settings. CC seems to be respected for compiling but not linking for some reason. As much as I hate executing something from SYSROOT, hell will freeze over before libtool stops being a shell script. This seems far easier than any alternative. ${BASH} at least ensures that it is not executed using some prefixed shebang. We'll still allow ${LIBTOOL} to be manually overridden because slibtool does not suffer from this issue. Closes: https://github.com/gentoo/gentoo/pull/34334 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/libtomcrypt: keyword 1.18.2-r4 for ~loongWANG Xuerui2023-07-271-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* */*: marked ~arm64-macosFabian Groffen2023-06-031-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-libs/libtomcrypt: drop 1.18.2-r3Sam James2022-07-261-114/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r4 hppa, #851381Jakov Smolić2022-06-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r4 x86, #851381Sam James2022-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: ppc64 stable wrt bug #851381Agostino Sarubbo2022-06-131-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libtomcrypt: ppc stable wrt bug #851381Agostino Sarubbo2022-06-131-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libtomcrypt: sparc stable wrt bug #851381Agostino Sarubbo2022-06-131-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libtomcrypt: arm64 stable wrt bug #851381Agostino Sarubbo2022-06-131-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libtomcrypt: arm stable wrt bug #851381Agostino Sarubbo2022-06-131-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libtomcrypt: amd64 stable wrt bug #851381Agostino Sarubbo2022-06-131-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libtomcrypt: destabilize 1.18.2-r4Sam James2022-05-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: fix EPREFIX usageSam James2022-05-111-0/+114
| | | | | | Closes: https://bugs.gentoo.org/843632 Thanks-to: François-Xavier Carton <fx.carton91@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: fix paths in libtomcrypt.pcMike Gilbert2021-10-201-0/+4
| | | | | | | | | | | | | | | libtomcrypt.pc looks like this: ``` prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include ``` Set the correct PREFIX and replace the hard-coded "/lib" in libdir. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-libs/libtomcrypt: Keyword 1.18.2-r2 for ~m68kJames Le Cuirot2021-09-271-1/+1
| | | | | | The tests pass. 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>
* dev-libs/libtomcrypt: Stable hppa 1.18.2-r2Matt Turner2021-09-101-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libtomcrypt-1.18.2-r2: add Prefix keywordsFabian Groffen2021-08-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/761235 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-libs/libtomcrypt: keyword 1.18.2-r2 for ~riscvMarek Szuba2021-07-281-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/libtomcrypt: improve slibtool patchSam James2021-04-141-0/+45
| | | | | | | | Includes follow-up patch upstream for slibtool. Thanks-to: orbea <orbea@riseup.net> Bug: https://bugs.gentoo.org/777084 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: use any-ofSam James2021-03-191-1/+1
| | | | | | Bug: https://bugs.gentoo.org/772935 Fixes: 115464be8a78924624f616ab0b9ae9b61708041c Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: fix REQUIRED_USE to enforce at least one math providerSam James2021-03-191-0/+4
| | | | | Closes: https://bugs.gentoo.org/772935 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: fix build with slibtoolSam James2021-03-192-0/+76
| | | | | Closes: https://bugs.gentoo.org/777084 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Added ~mips to KEYWORDSJoshua Kinard2021-02-191-1/+1
| | | | | | Bug: https://bugs.gentoo.org/761235 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2
* dev-libs/libtomcrypt: Keyword 1.18.2-r2 s390, #761235Sam James2021-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r2 x86, #767103Sam James2021-02-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: ~x64-macos keywordedSam James2021-01-301-1/+1
| | | | | | Bug: https://bugs.gentoo.org/761235 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: fix Prefix installSam James2021-01-301-1/+1
| | | | | | Closes: https://bugs.gentoo.org/767808 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r2 amd64, #767103Sam James2021-01-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r2 ppc, #767103Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r2 arm, #767103Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r2 sparc, #767103Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r2 ppc64, #767103Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Stabilize 1.18.2-r2 arm64, #767103Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: fix RDEPENDSam James2021-01-111-0/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: add libtool BDEPENDSam James2021-01-061-2/+5
| | | | | | Closes: https://bugs.gentoo.org/763999 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Keyword 1.18.2-r1 alpha, #761235Matt Turner2020-12-241-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libtomcrypt: keyworded 1.18.2-r1 for ppcSergei Trofimovich2020-12-241-1/+1
| | | | | | | | keyworded wrt bug #761235 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/libtomcrypt: keyworded 1.18.2-r1 for hppaSergei Trofimovich2020-12-241-1/+1
| | | | | | | | keyworded wrt bug #761235 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/libtomcrypt: Keyword 1.18.2-r1 ia64, #761235Sam James2020-12-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Keyword 1.18.2-r1 ppc64, #761235Sam James2020-12-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Keyword 1.18.2-r1 arm64, #761235Sam James2020-12-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: Keyword 1.18.2-r1 arm, #761235Sam James2020-12-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>