summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/fftw: x86 stable wrt bug #733576Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/fftw: arm stable wrt bug #733576Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/fftw: stable 3.3.8-r1 for ppc64Sergei Trofimovich2020-08-011-1/+1
| | | | | | | | stable wrt bug #733576 Package-Manager: Portage-3.0.1, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-libs/fftw: stable 3.3.8-r1 for ppcSergei Trofimovich2020-08-011-1/+1
| | | | | | | | stable wrt bug #733576 Package-Manager: Portage-3.0.1, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-libs/fftw: stable 3.3.8-r1 for hppa, bug #733576Rolf Eike Beer2020-07-271-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-libs/fftw: arm64 stable (bug #733576)Sam James2020-07-251-1/+1
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/fftw: stable 3.3.8-r1 for sparc, bug #733576Rolf Eike Beer2020-07-251-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sci-libs/fftw: amd64 stable wrt bug #733576Agostino Sarubbo2020-07-241-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/fftw: re-add CPU_FLAGS_PPCGeorgy Yakovlev2020-06-093-7/+7
| | | | | | | | | | changes made in 480391553a377349046f7fd2b62e2df37ef29752 were lost in 67a3fff18cedaf357e1a8cff0eae5f8aaf4824eb re-add them back Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sci-libs/fftw: Workaround missing -mavx2 with avx2 flagMichał Górny2020-05-131-0/+4
| | | | | Bug: https://bugs.gentoo.org/698572 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-032-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sci-libs/fftw: fix build with mpichChristoph Junghans2020-03-292-20/+196
| | | | | | Closes: https://bugs.gentoo.org/699650 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
* sci-libs/fftw: update live ebuild, migrate to CPU_FLAGS_PPCGeorgy Yakovlev2020-03-241-3/+3
| | | | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14975 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-112-2/+2
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | 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-libs/fftw: Fix usage of tc-getCC().Arfrever Frehtes Taifersar Arahesis2019-05-053-5/+5
| | | | | | Fixes: https://bugs.gentoo.org/618282 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sci-libs/fftw: arm64 stable (bug #641648)Aaron Bauman2019-04-141-2/+2
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* sci-libs/fftw: bump to version 3.3.8Conrad Kostecki2018-09-022-0/+182
| | | | | | Closes: https://bugs.gentoo.org/651028 Closes: https://bugs.gentoo.org/608990 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sci-libs/fftw: fix doc build for live ebuildChristoph Junghans2018-01-121-5/+4
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sci-libs/fftw: live ebuild update (bug #643128)Christoph Junghans2018-01-101-28/+35
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sci-libs/fftw: live ebuild update (bug #642726)Christoph Junghans2018-01-011-5/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sci-libs/fftw: add ~arm64, bug #624098Markus Meier2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm64"
* sci-libs: Update Manifest hashes.Ulrich Müller2017-12-101-2/+2
|
* sci-libs/fftw: Remove oldDavid Seifert2017-10-306-872/+0
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sci-libs/fftw: arm stable, bug #631770Markus Meier2017-10-191-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* sci-libs/fftw: stable 3.3.6_p2 for sparc, bug #631770 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-09-251-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* sci-libs/fftw: x86 stable (bug #631770)Thomas Deutschmann2017-09-231-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sci-libs/fftw: stable 3.3.6_p2 for ppc, bug #631770Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* sci-libs/fftw: stable 3.3.6_p2 for ia64, bug #631770Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* sci-libs/fftw: stable 3.3.6_p2 for ppc64, bug #631770Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* sci-libs/fftw-3.3.6_p2-r0: alpha stableTobias Klausmann2017-09-231-1/+1
| | | | Gentoo-Bug: 631770
* sci-libs/fftw-3.3.6_p2-r0: amd64 stableTobias Klausmann2017-09-231-1/+1
| | | | Gentoo-Bug: 631770
* sci-libs/fftw: stable 3.3.6_p2 for hppa, bug #631770Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa"
* sci-libs/fftw: keyword ~arm64Alexis Ballier2017-06-161-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sci-libs/fftw: Version bump to 3.3.6-pl2David Seifert2017-05-262-0/+181
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sci-libs/fftw: added ~sparc, bug 592468Matt Turner2017-03-162-3/+3
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-287-7/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-libs/fftw: Version bump to 3.3.6_p1David Seifert2017-02-142-0/+183
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-libs/fftw: Stable for PPC64 (bug #600616).Jeroen Roovers2017-01-201-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* sci-libs/fftw: Stable for HPPA (bug #600616).Jeroen Roovers2017-01-201-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* sci-libs/fftw: ia64 stable wrt bug #600616Agostino Sarubbo2017-01-171-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/fftw: ppc stable wrt bug #600616Agostino Sarubbo2017-01-151-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/fftw: sparc stable wrt bug #600616Agostino Sarubbo2017-01-111-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/fftw: x86 stable wrt bug #600616Agostino Sarubbo2017-01-101-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/fftw: arm stable, bug #600616Markus Meier2017-01-081-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* sci-libs/fftw: Fix parallel test failureDavid Seifert2017-01-072-2/+112
| | | | | | | Gentoo-bug: 603352 * Also conditionally delete .la files Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-libs/fftw: amd64 stable wrt bug #601714Aaron Bauman2017-01-071-1/+1
|
* sci-libs/fftw-2.1.5-r9: stable on alphaTobias Klausmann2016-11-241-1/+1
| | | | Gentoo-Bug: 600616