diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-11-22 07:46:09 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-11-22 08:03:27 -0500 |
commit | a38f4333df739bdf75bcb81bfd33c373f1b71612 (patch) | |
tree | 8f707f3a34911ff59aa8d1743e7d3717d9480a60 /app-laptop/hdaps-gl | |
parent | dev-python/urllib3: Enable py3.8 (diff) | |
download | gentoo-a38f4333df739bdf75bcb81bfd33c373f1b71612.tar.gz gentoo-a38f4333df739bdf75bcb81bfd33c373f1b71612.tar.bz2 gentoo-a38f4333df739bdf75bcb81bfd33c373f1b71612.zip |
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>
Diffstat (limited to 'app-laptop/hdaps-gl')
-rw-r--r-- | app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild index bc461ec98a6c..3fafe3240d22 100644 --- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild +++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild @@ -4,8 +4,8 @@ EAPI=7 DESCRIPTION="OpenGL visualization for HDAPS data" -HOMEPAGE="https://github.com/linux-thinkpad/hdaps-gl" -SRC_URI="https://github.com/linux-thinkpad/hdaps-gl/releases/download/${PV}/${P}.tar.xz" +HOMEPAGE="https://github.com/linux-thinkpad/${PN}" +SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |