summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-libs/ilmbase: stable 2.5.7 for hppa, bug #787452Rolf Eike Beer2021-08-051-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/ilmbase: stable 2.5.7 for sparc, bug #787452Rolf Eike Beer2021-07-221-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.7 x86, #787452Sam James2021-07-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.7 arm64, #787452Sam James2021-07-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: drop 2.5.5Bernd Waibel2021-07-102-43/+0
| | | | | | | | Security cleanup #776808 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: John Helmert III <ajak@gentoo.org>
* media-libs/ilmbase: amd64 stable wrt bug #787452Agostino Sarubbo2021-07-101-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.6 ppc64, #776808Sam James2021-07-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.6 ppc, #776808Sam James2021-07-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: add ~riscv keywordYe Cao2021-06-251-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ye Cao <ye.c@rioslab.org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-libs/ilmbase: bump to 2.5.7Bernd Waibel2021-06-222-0/+42
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: stable 2.5.6 for hppa, bug #776808Rolf Eike Beer2021-06-171-1/+1
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/ilmbase: stable 2.5.6 for sparc, bug #776808Rolf Eike Beer2021-06-051-1/+1
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.6 arm64, #776808Sam James2021-06-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.6 amd64, #776808Sam James2021-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.6 x86, #776808Sam James2021-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: bump to 2.5.6Bernd Waibel2021-06-012-0/+42
| | | | | | | Bug: https://bugs.gentoo.org/791136 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: drop 2.3.0Bernd Waibel2021-03-314-359/+0
| | | | | | | | Security cleanup Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/ilmbase: drop 2.5.4Bernd Waibel2021-02-272-43/+0
| | | | | | | | | Security cleanup. See #770229 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/19684 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: drop 2.5.2Bernd Waibel2021-02-273-100/+0
| | | | | | | | Security cleanup. See #770229 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: stable 2.5.5 for hppa, bug #770229Rolf Eike Beer2021-02-261-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.5 amd64, #770229Sam James2021-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: x86 stable wrt bug #770229Agostino Sarubbo2021-02-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.5 arm64, #770229Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.5 ppc64, #770229Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.5 ppc, #770229Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Stabilize 2.5.5 sparc, #770229Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: bump to 2.5.5Bernd Waibel2021-02-162-0/+43
| | | | | | | Bug: https://bugs.gentoo.org/770229 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: stable 2.5.4 for hppa/sparc, bug #762862Rolf Eike Beer2021-02-091-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/ilmbase: fix metadata emailBernd Waibel2021-02-071-1/+1
| | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-libs/ilmbase: drop old 2.5.3Bernd Waibel2021-01-242-46/+0
| | | | | | | Bug: https://bugs.gentoo.org/746794 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: bump to 2.5.4Bernd Waibel2021-01-243-0/+67
| | | | | | | | | | Bug: https://bugs.gentoo.org/746794 Bug: https://bugs.gentoo.org/762862 Bug: https://bugs.gentoo.org/762901 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: restore ~armSam James2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: bump to 2.5.3Bernd Waibel2020-12-272-0/+46
| | | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: ~arm keywordedSam James2020-12-221-1/+1
| | | | | | | | | | | | media-libs/ilmbase and media-libs/openexr have been marked -arm since 2009. It's (hopefully!) not relevant anymore as tests pass on both. Bug: https://bugs.gentoo.org/626966 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: x86 stable (bug #717474)Thomas Deutschmann2020-09-201-1/+1
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/ilmbase: stable 2.5.2 for hppa, bug #717474Rolf Eike Beer2020-09-141-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/ilmbase: fix build against muslBernd Waibel2020-08-182-0/+52
| | | | | | | | | Reported-by: tonemgub@cool.fr.nf <tonemgub@cool.fr.nf> Closes: https://bugs.gentoo.org/737474 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17152 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/ilmbase: stable 2.5.2 for sparc, bug #717474Rolf Eike Beer2020-08-121-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>
* media-libs/ilmbase: amd64 stable wrt bug #717474Agostino Sarubbo2020-08-071-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>
* media-libs/ilmbase: Stabilize 2.5.2 arm64, #717474Sam James2020-08-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: Add new proxied maintainerAndreas Sturmlechner2020-07-211-0/+8
| | | | | | | | Bernd was doing the last two major version bumps anyway and already maintains dev-python/pyilmbase. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/ilmbase: bump to 2.5.2Bernd Waibel2020-07-213-1/+54
| | | | | | | | | | | The bump switches to EAPI 7 and uses cmake instead of autotools. Although autotools is currently still supported upstream, they have switched to default cmake build system starting with 2.4. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14832 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/ilmbase: fix bashisms in configure scriptRémi Cardona2020-07-022-2/+219
| | | | | | Closes: https://bugs.gentoo.org/728222 Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Rémi Cardona <remi@gentoo.org>
* Remove MULTILIB_USEDEP from all virtual/pkgconfig dependenciesMike Gilbert2020-06-131-1/+1
| | | | | Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/ilmbase: stable 2.3.0 for hppa, bug #620324Rolf Eike Beer2019-06-151-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>