summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: reassign aisha's packagesJoonas Niilola2021-11-211-4/+0
| | | | | Bug: https://bugs.gentoo.org/719632 Signed-off-by: Joonas Niilola <juippis@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>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-2/+2
| | | | | | | | | | | | 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>
* gui-apps/swappy: Remove obsolete sedEmily Mills2021-03-101-7/+0
| | | | | | | | | | | This fix has been merged upstream See: https://github.com/jtheoof/swappy/pull/99 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Emily Mills <emily@emlove.me> Closes: https://github.com/gentoo/gentoo/pull/19854 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/swappy: fix werror for meson buildAisha Tammy2021-03-042-0/+16
| | | | | | | | Closes: https://bugs.gentoo.org/774162 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19762 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/swappy: sync live ebuildJoonas Niilola2021-03-041-7/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/swappy: tidify 1.3.1 ebuildJoonas Niilola2021-03-041-7/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/swappy: Wayland native snapshot toolEmily Mills2021-03-044-0/+119
Allows editing and modifying snapshots along with support for other native wayland tools like grim and wl-clipboard Signed-off-by: Emily Mills <emily@emlove.me> Closes: https://github.com/gentoo/gentoo/pull/18652 Signed-off-by: Joonas Niilola <juippis@gentoo.org>