summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/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/rss-glx: Remove bashism from configure scriptAlexander Miller2021-06-032-0/+12
| | | | | | | Closes: https://bugs.gentoo.org/788649 Signed-off-by: Alexander Miller <alex.miller@gmx.de> Closes: https://github.com/gentoo/gentoo/pull/20725 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/rss-glx: Add missing #include for GCC 11Alexander Miller2021-06-032-0/+11
| | | | | | Closes: https://bugs.gentoo.org/787119 Signed-off-by: Alexander Miller <alex.miller@gmx.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/rss-glx: stable 0.9.1-r3 for sparc, bug #786186Rolf Eike Beer2021-04-301-1/+1
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/rss-glx: Stabilize 0.9.1-r3 x86, #786186Sam James2021-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/rss-glx: Stabilize 0.9.1-r3 amd64, #786186Sam James2021-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/rss-glx: Stabilize 0.9.1-r3 ppc, #786186Sam James2021-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/rss-glx: Fix matrixview segmentation faults with USE=-bzip2Alexander Miller2021-03-262-0/+28
| | | | | | | | | Patch by Edward Sheldrake taken from the linked sourceforge bug. https://sourceforge.net/p/rss-glx/bugs/12/ Signed-off-by: Alexander Miller <alex.miller@gmx.de> Closes: https://github.com/gentoo/gentoo/pull/20061 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/rss-glx: Workaround hanging processesAlexander Miller2021-03-262-0/+15
| | | | | | | | | Add a patch that ensures a signalled process doesn't hang indefinitely if the GL driver got stuck. Closes: https://bugs.gentoo.org/478074 Signed-off-by: Alexander Miller <alex.miller@gmx.de> 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>
* x11-misc/rss-glx: Remove oldDavid Seifert2021-02-211-128/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* x11-misc/rss-glx: Set myself as maintainerAlexander Miller2021-02-211-1/+8
| | | | | Signed-off-by: Alexander Miller <alex.miller@gmx.de> Signed-off-by: David Seifert <soap@gentoo.org>
* x11-misc/rss-glx: EAPI=7 and cleanupAlexander Miller2021-02-211-22/+29
| | | | | | | | | | * Set EAPI=7, split out BDEPEND, EPREFIXify. * Drop unused eclasses (eutils, multilib). * Get rid of static libs and .la files. * Add missing apostrophes to hack names. Signed-off-by: Alexander Miller <alex.miller@gmx.de> Signed-off-by: David Seifert <soap@gentoo.org>
* x11-misc/rss-glx: Fix C++11 narrowing issuesAlexander Miller2021-02-212-0/+151
| | | | | | | | | | This fixes building with clang. Thanks to Malcolm Lashley for the patch. Closes: https://bugs.gentoo.org/742755 Signed-off-by: Alexander Miller <alex.miller@gmx.de> Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* x11-misc/rss-glx: drop project desktop-miscJonas Stein2021-01-221-4/+1
| | | | | | | Drop project desktop-misc from the list of maintainers. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* */*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}David Seifert2020-02-221-2/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Depend on media-libs/mesa[X(+)]Philipp Ammann2019-08-171-1/+1
| | | | | | | | | This changes any package that depends on media-libs/mesa (though not virtual/opengl) to depend on media-libs/mesa[X(+)] instead. Bug: https://bugs.gentoo.org/560096 Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* Revert "x11-misc/rss-glx: Do not install static libraries"Jeroen Roovers2019-04-031-129/+0
| | | | | | | | | | | | | | | | | With --disable-static, matrixview surprisingly fails: libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 150 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 114 Current serial number in output stream: 115 This reverts commit 57ba9eb2ff8dbe8fddf90cb326a84f38826d189c. Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/rss-glx: Do not install static librariesJeroen Roovers2019-04-031-0/+129
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/rss-glx: OldJeroen Roovers2018-12-291-119/+0
| | | | | Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* x11-misc/rss-glx: stable 0.9.1-r1 for sparcRolf Eike Beer2018-07-111-1/+1
| | | | | | Bug: https://bugs.gentoo.org/641198 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* x11-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-212-3/+3
|
* x11-misc/rss-glx: x86 stable (bug #641198)Thomas Deutschmann2018-02-061-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* x11-misc/rss-glx: stable 0.9.1-r1 for ppc, bug #641198Sergei Trofimovich2017-12-251-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* x11-misc/rss-glx: amd64 stableJason Zaman2017-12-191-1/+1
| | | | | Gentoo-bug: 641198 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* x11-misc: Update Manifest hashes.Ulrich Müller2017-12-091-1/+1
|
* app-arch/dpkg: Fix building against >=media-gfx/imagemagick-7 (bug #619456).Jeroen Roovers2017-05-252-0/+307
| | | | 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>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* 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>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+162
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