summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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>
* media-gfx/opencsg: fix metadata emailBernd Waibel2021-02-071-1/+1
| | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-gfx/opencsg: meatadata QA FixJonas Stein2020-12-281-1/+1
| | | | | | | Corrected tag Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* media-gfx/opencsg: arm64 keyworded (bug #734822)Sam James2020-08-251-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/opencsg: x86 stable wrt bug #716134Agostino Sarubbo2020-04-141-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/opencsg: amd64 stable wrt bug #716134Agostino Sarubbo2020-04-141-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/opencsg: restrict testingBernd Waibel2020-04-131-0/+1
| | | | | | | | Closes: https://bugs.gentoo.org/717104 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15319 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/opencsg: Drop 1.4.2 (r0)Andreas Sturmlechner2020-04-051-42/+0
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-gfx/opencsg: fix build failure with GLES2Bernd Waibel2020-04-053-12/+41
| | | | | | | | | | | | Fix an issue where qmake isn't able to find opengles2 feature. Add myself as proxy-maintainer. Closes: https://bugs.gentoo.org/639314 Reported-by: Toralf Förster <toralf@gentoo.org> Package-Manager: Portage-2.3.96-r1, Repoman-2.3.22 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13537 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: reassign mattm@'s packagesMichał Górny2019-11-291-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/opencsg: Attempt fix for Bug #639314Matthew Marlowe2018-10-232-0/+47
| | | | | Signed-off-by: Matthew Marlowe <mattm@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* media-gfx/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* media-gfx/opencsg: whitespaceMichael Palimaka2017-09-031-5/+15
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-gfx/opencsg: remove 1.4.0Michael Palimaka2017-09-032-45/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* media-gfx/opencsg: fix build with GCC 6maurerpe2017-07-062-5/+30
| | | | | Gentoo-bug: 623840 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-gfx/opencsg: version bump 1.4.2Michael Palimaka2017-07-042-0/+43
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-gfx/opencsg: new version 1.4.0 to fix two bugs.Michael Orlitzky2016-08-063-41/+46
| | | | | | | | | | | | | | | | This fixes a version bump request from one of our users, and also a build failure. Version 1.3.2 tried to link with QtGui, even though that wasn't a declared dependency, causing the build to fail when it was missing. The new v1.4.0 doesn't seem to have that problem, so the build failure should be gone. In the process, the ebuild was updated to use EAPI=6 and qmake-utils.eclass. Gentoo-Bug: 514210 Gentoo-Bug: 515124 Package-Manager: portage-2.2.28
* media-gfx/opencsg: Cleanup per bug #66633Pacho Ramos2016-08-061-4/+0
| | | | Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* 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>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+54
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed