summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-libs/pixman: Drop old versionsMatt Turner2020-06-242-64/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: stable 0.40.0 for hppa, bug #727768Rolf Eike Beer2020-06-241-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/pixman: arm64 stable (bug #727768)Sam James (sam_c)2020-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/pixman: x86 stable wrt bug #727768Agostino Sarubbo2020-06-151-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>
* x11-libs/pixman: sparc stable wrt bug #727768Agostino Sarubbo2020-06-151-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/pixman: s390 stable wrt bug #727768Agostino Sarubbo2020-06-151-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/pixman: ppc64 stable wrt bug #727768Agostino Sarubbo2020-06-151-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/pixman: ppc stable wrt bug #727768Agostino Sarubbo2020-06-151-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/pixman: arm stable wrt bug #727768Agostino Sarubbo2020-06-151-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>
* x11-libs/pixman: amd64 stable wrt bug #727768Agostino Sarubbo2020-06-151-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>
* x11-libs/pixman: Version bump to 0.40.0Matt Turner2020-04-193-1/+61
| | | | | Closes https://bugs.gentoo.org/694094 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Reintroduce static-libs USE flagJames Le Cuirot2020-04-191-1/+2
| | | | | | | | | | | A couple of packages actually depend on this, even though it looks static libs have not been installed since the transition to Meson. The tree hasn't broken because they use [static-libs(+)]. Closes: https://bugs.gentoo.org/698548 Closes: https://github.com/gentoo/gentoo/pull/12925 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-262-3/+3
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | 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-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-libs/pixman: Switch USE=altivec -> CPU_FLAGS_PPC=altivecMatt Turner2019-09-111-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Remove unnecessary src_unpack()Matt Turner2019-08-261-5/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Switch USE=neon -> CPU_FLAGS_ARM=neonMatt Turner2019-08-261-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Limit test suite $(makeopts_jobs) threadsMatt Turner2019-07-132-2/+4
| | | | | | | | | | Otherwise we would run as many OpenMP threads as there are CPU cores and ignore MAKEOPTS. Since we're running tests in parallel *and* the tests spawn multiple threads, we will still exceed $(makeopts_jobs) threads total, but I don't think that can be helped. Closes: https://bugs.gentoo.org/688926 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Use tc-has-openmpMatt Turner2019-06-172-4/+10
| | | | | Closes: https://bugs.gentoo.org/684656 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Drop old versionsMatt Turner2019-05-012-31/+0
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* x11-libs/pixman-0.38.4: hppa stable, bug 682846Matt Turner2019-05-011-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: stable 0.38.4 for sparc, bug #682846Rolf Eike Beer2019-04-281-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/pixman: s390 stable wrt bug #682846Mikle Kolyada2019-04-281-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="s390"
* x11-libs/pixman-0.38.4: ppc64 stable, bug 682846Matt Turner2019-04-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman-0.38.4: ppc stable, bug 682846Matt Turner2019-04-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman-0.38.4: alpha stable, bug 682846Matt Turner2019-04-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: stable 0.38.4 for ia64, bug #682846Sergei Trofimovich2019-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/pixman: x86 stable wrt bug #682846Mikle Kolyada2019-04-271-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* x11-libs/pixman: arm stable wrt bug #682846Mikle Kolyada2019-04-271-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* x11-libs/pixman: amd64 stable wrt bug #682846Aaron Bauman2019-04-271-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* x11-libs/pixman: arm64 stable (bug #682846)Aaron Bauman2019-04-261-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* x11-libs/pixman: Drop old versionsMatt Turner2019-04-103-119/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Version bump to 0.38.4Matt Turner2019-04-102-0/+60
| | | | | Closes: https://bugs.gentoo.org/683042 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Version bump to 0.38.2Matt Turner2019-04-072-0/+60
| | | | | | Closes: https://bugs.gentoo.org/680802 Closes: https://bugs.gentoo.org/681178 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Run the test suite with a longer timeoutMatt Turner2019-04-071-1/+1
| | | | | | | Standard Meson test timeout is too short for slow ARM/iwMMXt and MIPS/Loongson systems. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Add iwmmxt2 supportMatt Turner2019-04-071-1/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Configure with -Dopenmp=autoMatt Turner2019-03-182-0/+2
| | | | | Closes: https://bugs.gentoo.org/680802 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Version bump to 0.38.0Matt Turner2019-03-172-0/+58
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: Convert build to mesonMatt Turner2019-03-171-18/+45
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: mark s390 stableMikle Kolyada2019-02-161-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* x11-libs/pixman: Drop old versionsMatt Turner2019-01-312-31/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman-0.36.0: alpha stable, bug 675818Matt Turner2019-01-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/pixman: stable 0.36.0 for ppc64, bug #675818Sergei Trofimovich2019-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/pixman: stable 0.36.0 for ppc, bug #675818Sergei Trofimovich2019-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/pixman: stable 0.36.0 for hppa, bug #675818Sergei Trofimovich2019-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/pixman: x86 stable (bug #675818)Thomas Deutschmann2019-01-241-1/+1
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/pixman: arm64 stable (bug #675818)Mart Raudsepp2019-01-221-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>