summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: reassign np-hardass's packagesJoonas Niilola2022-07-241-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/bumblebee: Call udev_reloadPacho Ramos2022-07-092-4/+20
| | | | | Closes: https://bugs.gentoo.org/852782 Signed-off-by: Pacho Ramos <pacho@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>
* x11-misc/bumblebee: Drop oldPacho Ramos2021-07-085-283/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Stabilize 3.2.1_p20210112-r4 x86, #768039Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: Stabilize 3.2.1_p20210112-r4 amd64, #768039Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: drop old versionConrad Kostecki2021-04-101-94/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/bumblebee: migrate to GLEP 81 (live)Conrad Kostecki2021-04-101-9/+8
| | | | | | Closes: https://bugs.gentoo.org/781596 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/bumblebee: migrate to GLEP 81Conrad Kostecki2021-04-101-0/+93
| | | | | | Bug: https://bugs.gentoo.org/781596 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/bumblebee: use d-m-i in ~archSam James2021-03-261-1/+1
| | | | | | Fixes: b1fee512276f492bf694b2f3a748122b1dbf15eb Reported-by: Pacho Ramos <pacho@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* */*: normalise np-hardass@ emailSam James2021-03-251-2/+2
| | | | | | | The old form confused tools like bug-assign-user-js and is more consistent with the rest of the tree. Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: only depend on display-manager-init in ~archSam James2021-03-252-1/+95
| | | | | Fixes: e14314b134c0fb866cc58f48cfcb6370b4aed00b Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: revbump for d-m-iAisha Tammy2021-03-243-2/+25
| | | | | Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Matt Turner <mattst88@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>
* x11-misc/bumblebee: Stabilize 3.2.1_p20210112 x86, #770556Sam James2021-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: Stabilize 3.2.1_p20210112 amd64, #770556Sam James2021-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: fix double KEYWORDSSam James2021-02-153-5/+2
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: Drop oldPacho Ramos2021-01-132-96/+0
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Version bumpPacho Ramos2021-01-132-0/+96
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Fix indentationPacho Ramos2020-09-191-1/+1
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: you have too many needsRick Farina2020-09-183-2/+3
| | | | | | | | | bumblebee only needs virtualgl when it's installed, the ebuild handles the deps correctly, so downgrade 'need' to 'want' preserving installed behavior and quieting the init script when it's not installed Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* x11-misc/bumblebee: x86 stable wrt bug #733594Agostino Sarubbo2020-08-051-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/bumblebee: amd64 stable wrt bug #733594Agostino Sarubbo2020-07-241-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/bumblebee: Drop oldPacho Ramos2020-06-192-77/+0
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Fix building with gcc-10Pacho Ramos2020-06-192-0/+71
| | | | | | Closes: https://bugs.gentoo.org/726116 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: amd64 stable wrt bug #722528Agostino Sarubbo2020-06-071-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/bumblebee: x86 stable wrt bug #722528Agostino Sarubbo2020-06-061-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-misc/bumblebee: Drop oldPacho Ramos2020-06-052-96/+0
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Readd stable candidatePacho Ramos2020-06-052-0/+96
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: New snapshot with more fixesPacho Ramos2020-06-042-0/+96
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Drop oldPacho Ramos2020-06-042-96/+0
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Fix metadata.xmlPacho Ramos2020-06-041-5/+5
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Co-maintainPacho Ramos2020-06-041-0/+4
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-misc/bumblebee: Bump to latest development commitNP-Hardass2018-07-162-0/+96
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* x11-misc: Update Manifest hashes.Ulrich Müller2017-12-091-2/+2
|
* x11-misc/bumblebee: use HTTPS for GitHub, HOMEPAGE and SRC_URIDavid Hicks2017-07-303-7/+7
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* x11-misc/bumblebee: sync 9999, minor syntax changesNP-Hardass2017-02-162-19/+10
| | | | Package-Manager: portage-2.3.0
* x11-misc/bumblebee: fix live ebuild.Harri Nieminen2017-02-161-8/+7
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3958
* x11-misc/bumblebee: Add snapshot and live ebuildNP-Hardass2017-01-253-0/+203
| | | | Package-Manager: portage-2.3.0
* x11-misc/bumblebee: Update metadata to point to new maintainerPacho Ramos2016-10-221-2/+2
| | | | Package-Manager: portage-2.3.1
* x11-misc/bumblebee: accept user patchesJason A. Donenfeld2016-10-151-1/+5
| | | | Package-Manager: portage-2.3.2
* x11-misc/bumblebee: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* fix <pkg/> reference in metadata.xmlIan Stakenvicius2016-04-191-1/+1
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-3/+3
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>