summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libutf8proc: fix phase order; use BROOTSam James2022-09-041-6/+6
| | | | | | | - Fix phase order (reflect execution order, per devmanual) - Use BROOT for test deps Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libutf8proc: fix regression on Prefix.Benda Xu2022-09-041-0/+58
| | | | | | | | | | | | | | | The cleanup of commit 5640fe7f introduced a regression on pkg-config. The make "prefix" variable should start with ${EPREFIX}, so that libutf8proc.pc have prefix=EPREFIX/usr. Otherwise libutf8proc.pc will contain prefix=/usr and inject a -I/usr/include into the cflags, because non-EPREFIX /usr/include is not a system include directory on Gentoo Prefix. This will result in drawing in host headers and error out. Reference: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5640fe7f3dd581cb33d57eda6b4eb932b201d15e Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-libs/libutf8proc: drop oldAkinori Hattori2022-08-124-139/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: x86 stable wrt bug #861761Agostino Sarubbo2022-08-121-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libutf8proc: amd64 stable wrt bug #861761Agostino Sarubbo2022-08-081-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.7.0 ppc64, #861761Arthur Zamarin2022-08-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.7.0 arm, #861761Arthur Zamarin2022-08-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.7.0 sparc, #861761Arthur Zamarin2022-08-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.7.0 arm64, #861761Arthur Zamarin2022-08-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.7.0 ppc, #861761Arthur Zamarin2022-08-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libutf8proc: set QA_PKGCONFIG_VERSIONAkinori Hattori2022-08-063-2/+8
| | | | | | Closes: https://bugs.gentoo.org/861908 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: new upstream releaseAkinori Hattori2022-01-302-0/+58
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* Revert "dev-libs/libutf8proc: reflect new data path of app-i18n/unicode-data"Sam James2021-09-262-20/+2
| | | | | | | This reverts commit 0b234b03472b19154e4a2893909cc85c02c557a2. Bug: https://bugs.gentoo.org/814860 Signed-off-by: Sam James <sam@gentoo.org>
* Revert "app-i18n/ibus, dev-libs/libutf8proc, dev-lua/lua-utf8, ↵Sam James2021-09-262-2/+2
| | | | | | | | | gnome-extra/gucharmap, media-fonts/dejavu: fix type in has_version" This reverts commit 713eef8a1454b7516a962667eb9fdf08360952c5. Bug: https://bugs.gentoo.org/814860 Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/ibus, dev-libs/libutf8proc, dev-lua/lua-utf8, ↵Vadim Misbakh-Soloviov2021-09-262-2/+2
| | | | | | gnome-extra/gucharmap, media-fonts/dejavu: fix type in has_version Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* dev-libs/libutf8proc: reflect new data path of app-i18n/unicode-dataVadim Misbakh-Soloviov2021-09-262-2/+20
| | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* **/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>
* dev-libs/libutf8proc: keyword 2.6.1 for ~riscvMarek Szuba2021-07-281-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/libutf8proc: drop old versionConrad Kostecki2021-07-182-61/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-libs/libutf8proc: drop 2.2.0_p1-r1 (old 'source' variant!)Sam James2021-04-122-35/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libutf8prof: keyword ~x64-macosAaron Bauman2021-03-071-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/libutf8proc: fix Darwin buildAaron Bauman2021-03-071-1/+3
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/libutf8proc: fix testsAkinori Hattori2021-03-031-2/+6
| | | | | | Closes: https://bugs.gentoo.org/773391 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: fix testsAkinori Hattori2021-02-271-1/+1
| | | | | | Closes: https://bugs.gentoo.org/772959 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.5.0 arm, #772905Sam James2021-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libutf8proc: amd64 stable wrt bug #772905Agostino Sarubbo2021-02-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libutf8proc: x86 stable wrt bug #772905Agostino 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>
* dev-libs/libutf8proc: Stabilize 2.5.0 ppc64, #772905Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.5.0 sparc, #772905Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.5.0 arm64, #772905Sam James2021-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libutf8proc: Stabilize 2.5.0 ppc, #772905Sam James2021-02-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libutf8proc: new upstream releaseAkinori Hattori2021-02-252-0/+52
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libutf8proc: add cjk USE flagAkinori Hattori2020-05-063-4/+26
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: tidyAkinori Hattori2020-05-062-2/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: new upstream releaseAkinori Hattori2020-05-063-0/+44
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: add static-libs USE flagAkinori Hattori2020-05-062-27/+3
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: fix testsAkinori Hattori2020-05-063-35/+26
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: tidyAkinori Hattori2020-05-062-17/+14
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: update DESCRIPTIONAkinori Hattori2020-05-062-3/+5
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-libs/libutf8proc: take over maintainershipAkinori Hattori2020-05-061-1/+3
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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>
* */*: [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>
* dev-libs/libutf8proc: arm64 stableAaron Bauman2019-07-291-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* dev-libs/libutf8proc: remove myself as maintainerVirgil Dupras2019-07-051-4/+1
| | | | | Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* dev-libs/libutf8proc: add ~x64-cygwin keywordMichael Haubenwallner2019-06-121-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-libs/libutf8proc: add ~x86-linux ~amd64-linux keywordsMichael Haubenwallner2019-05-141-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-libs/libutf8proc: bump to 2.4.0Virgil Dupras2019-05-112-3/+3
| | | | | | | | Also, propagate ~arm64 which was recently keyworded but not to later versions. Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11