summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-plugins/wmcalendar: add patches to fix horrible missing function declsEli Schwartz2024-04-282-0/+90
| | | | | | | | | | | | | | | | We kill two birds with one stone. It fails the c99 porting tracker and will not compile with Modern C compilers such as gcc 14 or clang 16, and it ALSO fixes LTO errors since -Werror=lto-type-mismatch complained when the implicit function declaration's assumed type was incorrect and didn't match the type of the actual live instance of the function. While we are at it, fix some additional (memory access) errors discovered by LTO in the form of -Waggressive-loop-optimizations. Closes: https://bugs.gentoo.org/875530 Closes: https://bugs.gentoo.org/881461 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmcalendar: fix patchSam James2021-04-201-12/+12
| | | | | Closes: https://bugs.gentoo.org/784302 Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmcalendar: clean up patchesSam James2021-04-192-24/+18
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmcalendar: fix build with -fno-commonBernard Cafarelli2020-03-291-0/+97
| | | | | | Closes: https://bugs.gentoo.org/711692 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-plugins/wmcalendar: EAPI7, improve ebuildMichael Mair-Keimberger2018-07-193-12/+12
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+106
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed