summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-electronics/kicad: move doxygen to BDEPEND on 5.1.5Joonas Niilola2019-12-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-meta: Bump to release 5.1.5Zoltan Puskas2019-12-171-0/+29
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/13708 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-i18n: Bump to 5.1.5 versionZoltan Puskas2019-12-172-0/+19
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-templates: Bump to 5.1.5 versionZoltan Puskas2019-12-172-0/+19
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-packages3d: Bump to 5.1.5 versionZoltan Puskas2019-12-172-0/+24
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-footprints: Bump to 5.1.5 versionZoltan Puskas2019-12-172-0/+19
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-symbols: Bump to 5.1.5 versionZoltan Puskas2019-12-172-0/+19
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad: Bump to 5.1.5 versionZoltan Puskas2019-12-175-0/+314
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/netgen: Port to EAPI 7David Seifert2019-12-131-37/+12
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-electronics/pcb: Fix MissingTestRestrictMichał Górny2019-12-122-2/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-112-2/+2
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/gazebo: fix build with openal 1.20Alexis Ballier2019-12-102-1/+20
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sci-electronics/gazebo: Remove oldAlexis Ballier2019-12-104-237/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sci-electronics/librepcb: use xdg-utils.eclassJoonas Niilola2019-12-081-1/+13
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/librepcb: bump version to 0.1.3Victor Kustov2019-12-082-0/+42
| | | | | | | | | | | Bump version to 0.1.3 Add linguist-tools to BDEPEND Closes: https://bugs.gentoo.org/696546 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Victor Kustov <ktrace@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/13837 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/systemc: remove unused patch(es)Michael Mair-Keimberger2019-11-181-21/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13671 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sci-electronics/kicad: Enforce non-deprecated media-libs/glm versionZoltan Puskas2019-11-171-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/699350 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/13673 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad: Add sub-slot operator on boostSven Wegener2019-11-155-6/+6
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* sci-electronics/systemc: drop old EAPIAaron Bauman2019-11-132-72/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sci-electronics/netgen: drop old EAPIAaron Bauman2019-11-132-61/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sci-electronics/irsim: drop old EAPIAaron Bauman2019-11-133-104/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sci-electronics/quartus-prime-lite: Switch to libpng-compatMichał Górny2019-11-082-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/ngspice: rev bump to address several QA issuesThomas Deutschmann2019-11-041-53/+69
| | | | | | | Closes: https://bugs.gentoo.org/699292 Closes: https://bugs.gentoo.org/699280 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sci-electronics/ngspice: Add RESTRICT="!test? ( test )"Michał Górny2019-11-041-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/ngspice: bump to 31, bug 660354Denis Dupeyron2019-11-033-0/+184
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Denis Dupeyron <calchan@gentoo.org>
* sci-electronics/gplcver: Remove last-rited pkgMichał Górny2019-09-284-146/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/geda-suite: Remove oldDavid Seifert2019-08-291-24/+0
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Depend on media-libs/mesa[X(+)]Philipp Ammann2019-08-175-5/+5
| | | | | | | | | This changes any package that depends on media-libs/mesa (though not virtual/opengl) to depend on media-libs/mesa[X(+)] instead. Bug: https://bugs.gentoo.org/560096 Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sci-electronics/klayout: Add missing PYTHON_REQUIRED_USE to 0.25.6Michał Górny2019-08-131-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/klayout: Add missing PYTHON_REQUIRED_USEMichał Górny2019-08-121-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/kicad-meta: Bump to 5.1.4Zoltan Puskas2019-08-101-0/+29
| | | | | | | | Closes: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/12653 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-templates: Bump to 5.1.4Zoltan Puskas2019-08-102-0/+19
| | | | | | | Bug: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-symbols: Bump to 5.1.4Zoltan Puskas2019-08-102-0/+19
| | | | | | | Bug: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-packages3d: Bump to 5.1.4Zoltan Puskas2019-08-102-0/+24
| | | | | | | Bug: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-i18n: Bump to 5.1.4Zoltan Puskas2019-08-102-0/+19
| | | | | | | Bug: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad-footprints: Bump to 5.1.4Zoltan Puskas2019-08-102-0/+19
| | | | | | | Bug: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad: Bump to 5.1.4Zoltan Puskas2019-08-102-0/+131
| | | | | | | Bug: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-electronics/kicad: Fix 5.1.x build issues with swig-4.0.0Zoltan Puskas2019-08-033-0/+14
| | | | | | | | Closes: https://bugs.gentoo.org/690146 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/12568 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* sci-electronics/gwave: Drop 20120229 and 20090213Andreas Sturmlechner2019-07-3111-476/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-electronics/gwave: x86 stable wrt bug #664230Agostino Sarubbo2019-07-311-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-electronics/gwave: amd64 stable wrt bug #664230Agostino Sarubbo2019-07-311-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-electronics/kicad: Works with python3.7Alexey Shvetsov2019-07-301-1/+1
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* sci-electronics/gplcver: Sort KEYWORDSMichał Górny2019-07-151-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/eagle: Sort KEYWORDSMichał Górny2019-07-153-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-electronics/gwave: Use xdg_icon_cache_updateMatt Turner2019-07-011-3/+3
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sci-electronics/gwave: Version bump to 20190116Matt Turner2019-06-305-0/+321
| | | | | Closes: https://bugs.gentoo.org/680440 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sci-electronics/librepcb: Drop 0.1.0 (r0)Andreas Sturmlechner2019-06-301-37/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-electronics/librepcb: Drop unused dependencyAndreas Sturmlechner2019-06-302-1/+36
| | | | | | Closes: https://bugs.gentoo.org/687842 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-electronics/linsmith: x86 stable wrt bug #672080Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"