summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/watchman: add 2022.08.15.00Sam James2022-08-152-0/+218
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: Fix __fsword_t type not defined on muslbrahmajit das2022-08-132-0/+21
| | | | | | | | | | | | | | __fsword_t is a glibc specific internal type, hence cannot be used on musl. According to the fstatfs man page [1], we can use unsigned integer instead of __fsword_t. But we are using unsigned long due the definition of __FSWORD_T_TYPE seemes to be long [2]. [1]: https://man7.org/linux/man-pages/man2/fstatfs.2.html [2]: [2]: https://code.woboq.org/qt5/include/bits/typesizes.h.html#46 Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/26850 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.08.08.00Sam James2022-08-132-0/+217
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: update ManifestSam James2022-07-091-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.07.04.00Sam James2022-07-092-0/+283
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: amd64 stable wrt bug #835760Agostino Sarubbo2022-05-161-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/watchman: drop 2022.04.04.00Sam James2022-04-172-211/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.04.11.00, drop 2022.03.21.00Sam James2022-04-162-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: drop 2022.03.14.00Sam James2022-04-052-211/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.04.04.00Sam James2022-04-052-0/+211
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: drop 2022.02.28.00, 2022.03.07.00Sam James2022-04-013-422/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.03.28.00Sam James2022-04-012-0/+211
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.03.21.00Sam James2022-03-222-0/+211
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: drop 4.9.0Sam James2022-03-214-208/+0
| | | | | | Closes: https://bugs.gentoo.org/795600 Closes: https://bugs.gentoo.org/804516 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: delete my name from list of maintainers.Patrice Clement2022-03-211-4/+0
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-util/watchman: add 2022.03.14.00Sam James2022-03-182-0/+211
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.03.07.00Sam James2022-03-092-0/+211
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.02.28.00Sam James2022-03-076-0/+416
| | | | | Closes: https://github.com/gentoo/gentoo/pull/24372 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: disable automagic dev-cpp/folly (non-existent usage)Sam James2022-03-021-1/+2
| | | | | | | Currently testing out folly for a future bump but the old version of watchman will pick up and try to use folly if it's installed. But it won't build anyway. Signed-off-by: Sam James <sam@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-util/watchman: add python 3.9 to PYTHON_COMPAT.Andrew Foster2021-06-121-2/+2
| | | | | | | | Closes: https://bugs.gentoo.org/795087 Closes: https://github.com/gentoo/gentoo/pull/21180 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andrew Foster <gentoothings@liquid.me.uk> Signed-off-by: Patrice Clement <monsieurp@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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/watchman: indent metadata.xml correctly.Patrice Clement2020-11-131-2/+2
| | | | | | | ... and clear QA warning. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-util/watchman: new package.Adrian Moennich2020-11-125-0/+229
Watchman is a file watching service. Signed-off-by: Adrian Moennich <adrian@planetcoding.net> Package-Manager: Portage-3.0.4, Repoman-3.0.1 Closes: https://github.com/gentoo/gentoo/pull/17433 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>