summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-games/clanlib: update EAPI 7 -> 8Eli Schwartz2024-07-033-1/+184
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-games/clanlib: fix ignored USE=static-libs in slot 2.3Eli Schwartz2024-07-031-0/+120
| | | | | | | | | | | | | | | | | | It is a no-op. In gentoo-historical-2.git, the addition of version 2.4.3 to the tree reworked the econf flags and dropped the functionality of actually passing $(use_enable) based on this USE flag. https://gitweb.gentoo.org/archive/repo/gentoo-2.git/commit/?id=dde0b5c459de07f06abeea223a9fe5612bdc0ab1 One might ponder why the flag should exist at all, if no one used it. In fact, due to EAPI 7 it was always installed. :( That being said, the other slots for this package supported it correctly, which means by default they weren't installed. Fix this slot to act the same way: correctly. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-games/clanlib: mark as strict-aliasing unsafeEli Schwartz2024-07-031-1/+8
| | | | | | | | Fixed in newer slots. Closes: https://bugs.gentoo.org/855308 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-games/clanlib: add patch to successfully eautoreconfEli Schwartz2024-07-032-1/+34
| | | | | | | | | | It uses a heavily vintage autoconf 2.59 and libtool 1.5.22, which emits an autoconf-based Modern C warning in configure probes and isn't currently patch'able for e.g. LTO warning flags by elibtoolize. Closes: https://bugs.gentoo.org/898980 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-122-4/+4
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/clanlib: Stabilize 4.1.0 amd64, #914809Sam James2023-09-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: Stabilize 4.1.0 x86, #914809Sam James2023-09-271-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: fix build w/ gcc 12Sam James2023-02-062-1/+14
| | | | | Closes: https://bugs.gentoo.org/877301 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: replace dead SRC_URI/HOMEPAGE in old slotsIonen Wolkens2022-12-192-5/+5
| | | | | Closes: https://bugs.gentoo.org/881253 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/clanlib: enable USE=sound by defaultIonen Wolkens2022-12-192-3/+3
| | | | | | | sound being disabled typically doesn't make much sense on games and their libraries, and the alsa dependency is trivial Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/clanlib: drop 2.3.7-r2Ionen Wolkens2022-12-191-108/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/clanlib: Stabilize 2.3.7-r3 amd64, #885753Arthur Zamarin2022-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-games/clanlib: Stabilize 2.3.7-r3 x86, #885753Arthur Zamarin2022-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-games/clanlib: Update dependencyPacho Ramos2022-10-291-1/+1
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* dev-games/clanlib: Drop .la files, fix dependencies and fixes from FedoraPacho Ramos2022-10-296-0/+315
| | | | | | | Closes: https://bugs.gentoo.org/842165 Closes: https://bugs.gentoo.org/599634 Closes: https://bugs.gentoo.org/819396 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* dev-games/clanlib: drop 4.0.0, EAPI-6--Andreas Sturmlechner2022-08-174-129/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-games/clanlib: drop 0.8.1-r1, 2.3.7-r1Ionen Wolkens2021-10-212-199/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/clanlib: stabilize 2.3.7-r2 for amd64, x86Ionen Wolkens2021-10-211-1/+1
| | | | | | | Even if glibc-2.34 won't be stabled anytime soon, still want fixes (bug #811591) in stable before it's keyworded. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/clanlib: fix :2.3 build on x86 with USE=openglIonen Wolkens2021-10-212-0/+20
| | | | | | | This likely been broken in stable for a long time, perhaps since the switch to libglvnd (assuming it was tested and ever worked). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/clanlib: stabilize 0.8.1-r2 for amd64, x86Ionen Wolkens2021-10-211-1/+1
| | | | | | | Even if glibc-2.34 won't be stabled anytime soon, still want fixes (bug #808707) in stable before it's keyworded. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/clanlib: fix consumers when built against glibc-2.34Ionen Wolkens2021-10-084-0/+235
| | | | | | | | | | Code to avoid issues was pre-existing but not enabled on Linux. Affected 0.8 and 2.3 slots, >=4.0 is no longer using this function. Closes: https://bugs.gentoo.org/808707 Closes: https://bugs.gentoo.org/811591 Signed-off-by: Ionen Wolkens <ionen@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-games/clanlib: add 4.1.0Sam James2021-06-132-0/+78
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: tidy up patches, respect ${PKG_CONFIG}Sam James2021-04-199-36/+21
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: remove unused flag-o-matic eclassMichael Mair-Keimberger2021-04-111-1/+1
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-games/clanlib: drop 0.8.1, 2.3.7Sam James2021-03-122-174/+0
| | | | | Bug: https://bugs.gentoo.org/772824 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: Stabilize 2.3.7-r1 x86, #772824Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: Stabilize 0.8.1-r1 x86, #772824Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: Stabilize 2.3.7-r1 amd64, #772824Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: Stabilize 0.8.1-r1 amd64, #772824Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: Fix #735858Azamat H. Hackimov2021-02-252-0/+96
| | | | | | | | | Fixes compilation with LLVM (#735858), fixes installing README files. Closes: https://bugs.gentoo.org/735858 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19644 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: fix DOCSSam James2021-02-251-1/+1
| | | | | | Closes: https://bugs.gentoo.org/772869 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: port 2.3.7 to EAPI 7Sam James2021-02-254-8/+112
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: minor touchupsSam James2021-02-251-17/+27
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: fixes to 0.8.1 versionAzamat H. Hackimov2021-02-255-8/+120
| | | | | | | | | | | | Fix pkg-config files (#739358), update ebuild to EAPI7, fix documentation installation, unify patches for eapply's -p1 level, remove deprecated eclasses. Bug: https://bugs.gentoo.org/739358 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17486 Signed-off-by: Sam James <sam@gentoo.org>
* dev-games/clanlib: Use pkg-config to find freetypeLars Wendler2021-01-112-1/+15
| | | | | | Closes: https://bugs.gentoo.org/764902 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}David Seifert2020-02-221-1/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-games/clanlib: [QA] inherit ltprune.eclass directlyDavid Seifert2020-02-151-2/+2
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-games/clanlib: Replaced freetype-config with pkg-configLars Wendler2018-06-252-11/+41
| | | | | Bug: https://bugs.gentoo.org/658424 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-games/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-04-301-2/+2
|
* dev-games/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-games/clanlib: Fix building with GCC-6Peter Levine2017-10-132-1/+18
| | | | | | Closes: https://bugs.gentoo.org/596112 Closes: https://github.com/gentoo/gentoo/pull/5915 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-7/+10
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-games/clanlib: Version bump to 4.0.0David Seifert2017-01-073-0/+103
| | | | | | * EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-games/clanlib: libsdl needs the X use flag (bug #581394)Michael Sterrett2016-04-271-2/+2
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-games/clanlib: fix dev-db/sqlite slot dep (bug 570652)Michael Sterrett2016-01-021-1/+1
| | | | Package-Manager: portage-2.2.24