summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-electronics/iverilog: remove unused patchMichael Mair-Keimberger2021-03-011-97/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/19725 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sci-electronics/iverilog: Fixed build with ~sys-devel/autoconf-2.70Lars Wendler2021-01-041-0/+304
| | | | | | Closes: https://bugs.gentoo.org/749870 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sci-electronics/iverilog: fix compile errorFelix Neumärker2020-09-141-0/+97
| | | | | | | Closes: https://bugs.gentoo.org/734760 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Felix Neumärker <xdch47@posteo.de> Signed-off-by: Sam James <sam@gentoo.org>
* sci-electronics/iverilog: fix build problem in iverilog-9999.ebuildHuang Rui2020-03-081-644/+0
| | | | | | | | | | Removed unused patch because it merged into upstream https://github.com/steveicarus/iverilog/pull/300 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14809 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: fix 10.3 gcc-10 build problemHuang Rui2020-02-171-0/+33
| | | | | | | | | | | | | | gcc-10 and above flipped a default from -fcommon to -fno-common: https://gcc.gnu.org/PR85678 Usually all it takes is to add a few 'extern' declarations and move definitions from header files to modules. I've port iverilog to gcc-10. Closes: https://bugs.gentoo.org/706366 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14619 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-electronics/iverilog: fix install bug of 9999Huang Rui2020-01-301-0/+644
| | | | | | | | | | | The upstream's Makefile used a very unusual installation method. It may cause overwrite installation bug. Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14375 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: fix install bug of 10.3Huang Rui2020-01-301-0/+191
| | | | | | | | | | | The upstream's Makefile used a very unusual installation method. It may cause overwrite installation bug. Closes: https://bugs.gentoo.org/705412 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: remove unused patchMichael Mair-Keimberger (asterix)2017-02-011-37/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3740
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+37
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