summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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-gfx/iscan: Version bump to 3.65Marcin Deranek2021-02-032-0/+104
| | | | | | Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/19244 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: fix build due to `bool` mismatchHector Martin2021-01-152-1/+26
| | | | | | | | | | | | | Use <stdbool.h> instead of a custom bool type when available, to avoid build failures if other packages include <stdbool.h> later, which redefines it to _Bool. This causes build failures due to mismatch between declarations and definitions. Closes: https://bugs.gentoo.org/755884 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Hector Martin <marcan@marcan.st> Closes: https://github.com/gentoo/gentoo/pull/18938 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: Drop 3.62.0Andreas Sturmlechner2020-11-202-90/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media=gfx/iscan: switch media-gfx/gimp-2.10 to SLOT="0/2"Sergey Torokhov2020-11-081-1/+1
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/iscan: Allow to build with >=sys-devel/autoconf-2.70_beta2Marcin Deranek2020-11-052-0/+35
| | | | | | | Closes: https://bugs.gentoo.org/749693 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/18119 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: Add missing use flag dependenciesMarcin Deranek2020-09-131-1/+2
| | | | | | Closes: https://bugs.gentoo.org/737298 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/iscan: add media-fonts/dejavu as test dep for 3.63Joonas Niilola2020-08-151-1/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: Version bump to 3.63 with tests supportMarcin Deranek2020-08-156-0/+419
| | | | | | | | Closes: https://bugs.gentoo.org/733148 Closes: https://bugs.gentoo.org/708368 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/16970 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: Explicitly use pthreads so we can use gold linkerMarcin Deranek2020-07-161-0/+2
| | | | | | | Closes: https://bugs.gentoo.org/720994 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15879 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: Be more specific about ignoring warningsMarcin Deranek2020-05-171-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/711416 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15741 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: fix building with boost 1.73 when gui use enabledMarcin Deranek2020-05-141-0/+11
| | | | | | | Bug: https://bugs.gentoo.org/721696 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15742 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-gfx/iscan: fix building with boost 1.73Marcin Deranek2020-05-102-0/+34
| | | | | | | Closes: https://bugs.gentoo.org/721696 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15737 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: fix building with gcc 10Marcin Deranek2020-05-102-0/+21
| | | | | | | Closes: https://bugs.gentoo.org/721812 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15718 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: Drop proxied maintainer by requestAndreas Sturmlechner2020-04-221-4/+0
| | | | | | Bug: https://bugs.gentoo.org/716776 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: Drop 3.61.0Andreas Sturmlechner2020-04-222-54/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: reorder metadata.xmlJoonas Niilola2020-04-131-4/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: take maintainershipMarcin Deranek2020-04-131-0/+4
| | | | | | Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Closes: https://github.com/gentoo/gentoo/pull/14907 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: version bump to 3.62.0Marcin Deranek2020-04-132-0/+86
| | | | | | | Closes: https://bugs.gentoo.org/711866 Bug: https://bugs.gentoo.org/713554 Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: Depend on imagemagick[cxx], bug 713554Andreas K. Huettel2020-03-281-1/+1
| | | | | | Closes: https://bugs.gentoo.org/713554 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* media-gfx/iscan: Drop 2.30.3.1Andreas Sturmlechner2020-03-252-140/+0
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: x86 stable wrt bug #714180Agostino Sarubbo2020-03-251-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>
* media-gfx/iscan: amd64 stable wrt bug #714180Agostino Sarubbo2020-03-251-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/iscan: Fix build with >=imagemagick-7Andreas Sturmlechner2020-02-162-6/+59
| | | | | | | | | | Non-maintainer commit. See also: https://github.com/utsushi/utsushi/issues/43 Closes: https://bugs.gentoo.org/704706 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: fix AbsoluteSymlink CI issueJoonas Niilola2020-01-281-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: Add patch for IJG libjpegDavid Seifert2020-01-162-1/+48
| | | | | | Closes: https://bugs.gentoo.org/704062 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/iscan: Remove local USE="gui"David Seifert2020-01-121-3/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/iscan: Biggish version bumpAndreas K. Hüttel2019-12-283-0/+60
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-gfx/iscan: Remove humongous relative symlink hackMichał Górny2019-12-161-1/+1
| | | | | | | The gimp plugin directory path is predictable, we do not need to call realpath for it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/iscan: Removed ${ED} for PMS-compliant package managers.Matthew Schultz2019-11-201-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/699498 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Matthew Schultz <mattsch@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13607 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: 2.30.4.2 version bumpMatthew Schultz2019-09-213-0/+174
| | | | | | | | Closes: https://bugs.gentoo.org/693994 Signed-off-by: Matthew Schultz <mattsch@gmail.com> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/12901 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/iscan: Drop 2.30.2.2*Andreas Sturmlechner2019-06-053-341/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: x86 stable wrt bug #676962Agostino 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"
* media-gfx/iscan: amd64 stable wrt bug #676962Mikle Kolyada2019-04-061-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* media-gfx/iscan: fixed x86 compilation failureMatthew Schultz2019-04-042-1/+13
| | | | | | | | | Closes: https://bugs.gentoo.org/678046 Reported-by: Thomas Deutschmann <whissi@gentoo.org> Signed-off-by: Matthew Schultz <mattsch@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11226 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: 2.30.3.1 version bumpAndreas Sturmlechner2019-01-062-0/+139
| | | | | | Closes: https://bugs.gentoo.org/674674 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/iscan: [QA] CleanupDavid Seifert2018-01-202-4/+170
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/iscan: remove oldAmy Liffey2018-01-202-177/+0
| | | | | Closes: https://bugs.gentoo.org/593412 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-gfx/iscan: Remove linguas_* from IUSE.Ulrich Müller2018-01-052-8/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/iscan: remove unused patches/fileMichael Mair-Keimberger2017-12-235-191/+0
|
* media-gfx/*: Update Manifest hashesMichał Górny2017-12-101-4/+4
|
* media-gfx/iscan: stabilise 2.30.2.2 for amd64/x86Michael Palimaka2017-09-301-2/+2
| | | | | Closes: https://bugs.gentoo.org/632376 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* media-gfx/iscan: version bump, bug 596942Matthew Schultz2017-09-263-0/+189
| | | | | Closes: https://bugs.gentoo.org/596942 Closes: https://bugs.gentoo.org/595776
* media-gfx/iscan: remove old deprecated eapiAmy Liffey2017-08-063-339/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-gfx/iscan: Migrate from LINGUAS to L10N.Ulrich Müller2016-06-273-16/+16
| | | | Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* 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.