summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libva: Rename from x11-libs/libvaMatt Turner2022-10-153-3/+3
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-apps/waypipe: add Python 3.10Sam James2022-05-172-4/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: [QA] drop implicit -Dwerror=false for meson ebuildsSam James2022-05-173-3/+0
| | | | | | | | | | Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's always set for Meson builds, so we don't need to repeat it in ebuilds. Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/waypipe: Drop drm USE dependency on x11-libs/libvaIgor V. Kovalenko2022-03-293-3/+3
| | | | | | Closes: https://bugs.gentoo.org/835463 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-apps/waypipe: drop no-op IUSE=neonSam James2022-02-273-6/+6
| | | | | | Use CPU_FLAGS_ARM_NEON. Signed-off-by: Sam James <sam@gentoo.org>
* */*: reassign aisha's packagesJoonas Niilola2021-11-211-8/+1
| | | | | Bug: https://bugs.gentoo.org/719632 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/waypipe: Set USE-defaults for mesa[egl,gbm]Matt Turner2021-10-313-3/+3
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> 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>
* gui-apps/waypipe: remove unused patchMichael Mair-Keimberger2021-06-171-12/+0
| | | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21288 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-apps/waypipe: version bump to 0.8.0Aisha Tammy2021-06-032-0/+74
| | | | | | | | | Closes: https://bugs.gentoo.org/782757 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19728 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/waypipe: fix emesonargs and move to CPU_FLAGS_ARMAisha Tammy2021-06-033-30/+37
| | | | | | | | Closes: https://bugs.gentoo.org/782745 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> 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>
* profiles/use.desc: add global man flagAisha Tammy2021-02-201-1/+0
| | | | | | Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19455 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/waypipe: patch accepted upstream in 9999Aisha Tammy2021-02-081-2/+1
| | | | | | Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19245 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* gui-apps/waypipe: transparent proxy for wayland over networksAisha Tammy2021-01-256-0/+219
Allows for using wayland through network sockets much like ssh -X, so that GUIs can be viewed remotely. A much lighter protocol than VNC as there is no need for sending frames over the tunnell. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18789 Signed-off-by: Aaron Bauman <bman@gentoo.org>