Versions
v0.0.7 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 x86
Dependencies
media-libs / freeglut : A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library
media-libs / glu : The OpenGL Utility Library
Runtime Dependencies
media-libs / freeglut : A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library
media-libs / glu : The OpenGL Utility Library
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-laptop/hdaps-gl: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-laptop/hdaps-gl: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
app-laptop/hdaps-gl: remove "unused" hdaps-gl-0.0.5.ebuild.
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
app-laptop/hdaps-gl: maintainer stabilize v0.0.7 on amd64/x86.
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
app-laptop/hdaps-gl: revert "fix ${HOMEPAGE} in SRC_URI QA issue."
With regards to commit a38f4333d: you too, buddy. This isn't a QA issue. If you don't want to see the 100% false positives that this retarded warning generates, then turn off the warning. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* 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> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
app-laptop/hdaps-gl: fix ${HOMEPAGE} in SRC_URI QA issue
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
app-laptop/hdaps-gl: Revert "[QA] expand HOMAPAGE in SRC_URI"
Putting the "[QA]" tag at the beginning of your commit message doesn't give you any special powers to change things unrelated to published QA policies. This package was unmaintained, EAPI=4, and package.masked. To clean it up, I... * Took over as maintainer. * Unmasked it. * Made a new EAPI=7 revision. * Contacted upstream about moving the project to github. * Formed a new github organization, linux-thinkpad, to consolidate hdaps, tp_smapi, and hdaps-gl development. * Forked the SourceForge repository. * Found a license issue that no one was aware of, and dug through hundreds of mailing list posts to track down everyone with a copyright claim to the code. * Emailed all of those people, and waited to hear back so that we can be reasonably sure that this code is actually GPL-2. * Gave the project a real autotools build system (fixing a linking bug). * Updated the code to display a better error message when you're missing the hardware. * Merged some other Github contributions that people made while the project was "dead." * Made an official v0.0.7 release on Github. * Added v0.0.7 to Gentoo, eliminating the need for all non-default phase functions and the patch that we've been carrying around. * Fixed some missing (linked) dependencies in the ebuild in the process. And you want to make this sort of thing even *more* work, by fighting over whether SRC_URI fits on an 80 character line or contains a variable? When there's no QA policy about it either way? Just no. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-laptop/hdaps-gl: [QA] expand HOMAPAGE in SRC_URI
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
app-laptop/hdaps-gl: new version 0.0.7.
I took over as upstream, moved the project to Github, and gave it a sane build system. This commit reflects all of that. Oh, and I added a missing dependency for a library that we link against. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
app-laptop/hdaps-gl: new EAPI=7 revision.
The ancient v0.0.5 is still the latest version, but surprisingly it still works well. The new revision just cleans things up a bit. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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