summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-misc/xflux-gui: add python3.8 supportConrad Kostecki2019-12-171-2/+3
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-libs/fox: fix bump to stableJason A. Donenfeld2019-12-162-2/+2
| | | | | | This was accidental. These should be unstable. Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* x11-libs/fox: bump versionsJason A. Donenfeld2019-12-164-2/+2
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* x11-misc/picom: add local description and enable by default USE=docBernard Cafarelli2019-12-163-2/+3
| | | | | | | | | The flag controls doc and man pages build at same time, detail this and enable so users get man pages Closes: https://bugs.gentoo.org/702940 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-misc/xlockmore: Removed oldLars Wendler2019-12-162-116/+0
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* x11-misc/xlockmore: Bump to version 5.61. Removed oldLars Wendler2019-12-162-1/+1
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* x11-misc/qtfm: Update live ebuildJeroen Roovers2019-12-152-40/+3
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/qtfm: OldJeroen Roovers2019-12-153-101/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/qtfm: x86 stable wrt bug #699380Agostino Sarubbo2019-12-151-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/mugshot: drop old versionConrad Kostecki2019-12-151-70/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/mugshot: add python3_8 supportConrad Kostecki2019-12-151-0/+79
| | | | | | | | | | Also fixing QA error by calling python_optimize and adding DISTUTILS_USE_SETUPTOOLS. Updated dependencies, since not all deps are needed in DEPEND. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/qtfm: amd64 stable wrt bug #699380Agostino Sarubbo2019-12-151-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/j4-dmenu-desktop: don't use ${PN} in HOMEPAGEConrad Kostecki2019-12-142-4/+8
| | | | | | | Also updated metadata.xml, as proxy-maint project was missing. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/xscreensaver: Add IUSE=capsJeroen Roovers2019-12-132-2/+6
| | | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Bug: https://bugs.gentoo.org/702652 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/py3status: version bumpAlexys Jacob2019-12-122-1/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
* x11-misc/xfractint: Fix LICENSE.Ulrich Müller2019-12-111-1/+1
| | | | | | Closes: https://bugs.gentoo.org/702540 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-119-19/+19
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-118-2/+10
| | | | | | | | | | | | | | | | | | 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>
* x11-misc/picom: add live ebuildBernard Cafarelli2019-12-101-0/+49
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-misc/vdpauinfo: Version 1.3Jeroen Roovers2019-12-102-0/+30
| | | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Closes: https://bugs.gentoo.org/702400 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/picom: fix compilation with USE=-openglBernard Cafarelli2019-12-102-0/+31
| | | | | | Closes: https://bugs.gentoo.org/702376 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-misc/redshift: Fix for PYTHON_TARGETS= USE=-gtkSebastian Pipping2019-12-091-2/+2
| | | | | | Closes: https://bugs.gentoo.org/702314 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* x11-misc/picom: fix HOMEPAGEBernard Cafarelli2019-12-091-1/+1
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-misc/xlockmore: Use HTTPSJeroen Roovers2019-12-084-8/+8
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/xlockmore: Version 5.61_alpha1Jeroen Roovers2019-12-082-1/+1
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/shared-mime-info-1.10-r1: arm stable, bug 700672Matt Turner2019-12-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/xtrace: remove inactive proxy-maintainerJoonas Niilola2019-12-071-12/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/xtrace: drop oldWim Muskee2019-12-072-36/+0
| | | | | | | Closes: https://bugs.gentoo.org/698800 Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13399 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/xtrace: bump to 1.4.0Wim Muskee2019-12-072-0/+35
| | | | | | Closes: https://bugs.gentoo.org/696770 Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/menumaker: add python3.8 supportJoonas Niilola2019-12-071-1/+1
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/menumaker: add Python 3.7 supportChris Mayo2019-12-071-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13887 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/picom: add missing xcb part dependenciesBernard Cafarelli2019-12-071-0/+2
| | | | | | Closes: https://bugs.gentoo.org/702212 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-misc/picom: fix typos on DEPEND vars and "_" in USE flagBernard Cafarelli2019-12-062-6/+6
| | | | | | | Thanks Yaroslav for the notification (also spotted by qa-reports) Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-misc/picom: initial importBernard Cafarelli2019-12-063-0/+74
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-misc/projecteur: New packageConrad Kostecki2019-12-063-0/+62
| | | | | | | | | | Newer presenter hardware by Logitech contains a windows software, which provides additional software features like a virtual laser pointer. This open source software tries to bring those features to linux. Closes: https://github.com/gentoo/gentoo/pull/12000 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/mugshot: drop unnecessary slash strip ${ED%/}Conrad Kostecki2019-12-051-1/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/j4-dmenu-desktop: add missing RESTRICT="!test? ( test )"Conrad Kostecki2019-12-031-0/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/xflux: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/xflux-gui: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/mugshot: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/j4-dmenu-desktop: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/redshift: drop oldAaron Bauman2019-12-023-258/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* x11-misc/redshift: amd64/arm64/x86 stableAaron Bauman2019-12-021-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* */*: Reassign dev-zero@'s packagesMichał Górny2019-11-291-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-misc/shared-mime-info: stable 1.10-r1 for hppa, bug #700672Rolf Eike Beer2019-11-271-1/+1
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/xkeyboard-config: Drop old versionsMatt Turner2019-11-262-52/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/xkeyboard-config: x86 stable (bug #700310)Thomas Deutschmann2019-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-misc/xkeyboard-config: stable 2.28 for hppa, bug #700310Rolf Eike Beer2019-11-251-1/+1
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/redshift: AppArmor + python_optimizeSebastian Pipping2019-11-251-0/+88
| | | | | | Closes: https://bugs.gentoo.org/698732 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16
* x11-misc/xkeyboard-config-2.28: alpha stable, bug 700310Matt Turner2019-11-221-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>