summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-electronics/iverilog: optimize RDEPEND for 9999Huang Rui2020-06-181-1/+1
| | | | | | | | | | | | | Change sys-libs/readline:0 to sys-libs/readline:= Readline soname changes between version 7 and 8 so the runtime link is broken unless the iverilog ebuild depends on the subslot so portage knows to trigger a rebuild. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15759 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: optimize RDEPEND sys-libs/readlineHuang Rui2020-06-181-0/+75
| | | | | | | | | | | | | | | Change sys-libs/readline:0 to sys-libs/readline:= Readline soname changes between version 7 and 8 so the runtime link is broken unless the iverilog ebuild depends on the subslot so portage knows to trigger a rebuild. It requires a revbump, so dropped x86 and amd64 stable. Closes: https://bugs.gentoo.org/721022 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-262-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sci-electronics/iverilog: x86 stable wrt bug #713730Agostino Sarubbo2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-electronics/iverilog: amd64 stable wrt bug #713730Mikle Kolyada2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sci-electronics/iverilog: fix build problem in iverilog-9999.ebuildHuang Rui2020-03-082-648/+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 DEPEND's problem for 10.3Huang Rui2020-02-181-0/+2
| | | | | | | | | | Add flex and bison to DEPEND's of the iverilog suggested by @trofi https://github.com/gentoo/gentoo/pull/14619 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/14685 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-electronics/iverilog: fix DEPEND's problem for 9999Huang Rui2020-02-181-0/+2
| | | | | | | | | Add flex and bison to DEPEND's of the iverilog suggested by @trofi https://github.com/gentoo/gentoo/pull/14619 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-electronics/iverilog: fix 10.3 gcc-10 build problemHuang Rui2020-02-172-0/+34
| | | | | | | | | | | | | | 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-302-0/+648
| | | | | | | | | | | 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-302-0/+195
| | | | | | | | | | | 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: use default phase on 9999Joonas Niilola2020-01-071-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: fix trailing whitespace on 9999Joonas Niilola2020-01-071-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: add iverilog-9999.ebuildHuang Rui2020-01-071-0/+72
| | | | | | Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14258 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: fix parallel install in 10.3Huang Rui2020-01-071-3/+3
| | | | | | | | | * Found a better way to fix the build race condition * Removed .NOTPARALLEL: install to speed up build Upstream fix: https://github.com/steveicarus/iverilog/pull/294 Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: bump to 10.3Huang Rui2020-01-053-10/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump iverilog version to 10.3 Follow these URL: * http://iverilog.icarus.com * https://github.com/steveicarus/iverilog Update LICENSE to LGPL-2.1 Rewrite ebuild to download file from iverilog official github repo Update maintainer list, add proxy-maint Add github upstream https://github.com/steveicarus/iverilog Bump the version with bugfixes Replace autoconf.sh to make it utilize the autotools eclass Fix upstream parallel compilation bug Add https://github.com/steveicarus/iverilog in HOMEPAGE array Happy new year 2020 Tested from my overlay: https://github.com/vowstar/vowstar-overlay/ Closes: https://bugs.gentoo.org/687080 Closes: https://bugs.gentoo.org/701122 Closes: https://bugs.gentoo.org/704344 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14096 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/iverilog: Version bump to 10.2xdch472018-01-262-0/+33
| | | | | | | Closes: https://bugs.gentoo.org/563086 Closes: https://bugs.gentoo.org/645340 Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6906
* sci-electronics/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-electronics/iverilog: remove unused patchMichael Mair-Keimberger (asterix)2017-02-011-37/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3740
* 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.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+150
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