public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-11-10 13:26 Michael Orlitzky
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2019-11-10 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f8831134bc77f253c97b4ec55dda95fbcbc8a0e8
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 13:19:09 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 13:24:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8831134

app-laptop/hdaps-gl: add myself as maintainer.

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 app-laptop/hdaps-gl/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-laptop/hdaps-gl/metadata.xml b/app-laptop/hdaps-gl/metadata.xml
index 4d89b7be778..1b35bde263c 100644
--- a/app-laptop/hdaps-gl/metadata.xml
+++ b/app-laptop/hdaps-gl/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="sourceforge">hdaps</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <email>mjo@gentoo.org</email>
+    <name>Michael Orlitzky</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="sourceforge">hdaps</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-11-10 13:26 Michael Orlitzky
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2019-11-10 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     97f93ee0f1f33717e56e8f1edd41253e4ed7facd
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 13:21:04 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 13:24:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f93ee0

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 <AT> gentoo.org>

 app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild | 32 ++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild
new file mode 100644
index 00000000000..6e145279052
--- /dev/null
+++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="OpenGL visualization for HDAPS data"
+HOMEPAGE="http://hdaps.sourceforge.net"
+SRC_URI="mirror://sourceforge/hdaps/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND=""
+DEPEND="virtual/opengl
+	media-libs/freeglut"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-as-needed.diff" )
+
+src_compile() {
+	emake CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${LDFLAGS}" \
+		|| die "emake failed"
+}
+
+src_install() {
+	dobin "${PN}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-11-22  0:55 Michael Orlitzky
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2019-11-22  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     186e0ed7377a46e7ce12c9594da669ab1608df23
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 00:50:24 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 00:52:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186e0ed7

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 <AT> gentoo.org>

 app-laptop/hdaps-gl/Manifest                 |  1 +
 app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild | 32 ----------------------------
 app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild    | 19 +++++++++++++++++
 app-laptop/hdaps-gl/metadata.xml             |  4 ++--
 4 files changed, 22 insertions(+), 34 deletions(-)

diff --git a/app-laptop/hdaps-gl/Manifest b/app-laptop/hdaps-gl/Manifest
index 5fd7c57b44d..09a9f3f009b 100644
--- a/app-laptop/hdaps-gl/Manifest
+++ b/app-laptop/hdaps-gl/Manifest
@@ -1 +1,2 @@
 DIST hdaps-gl-0.0.5.tar.gz 2495 BLAKE2B 00b9b79b906e32b5671ae97c30fe0e3007da8ef809078b664befe46e472af39977f6947dfbde53afee30d42e5b104ba055d5e5412d76263d5741db75c663b308 SHA512 6ebef6324fcdfaf5c2ec6cc8382d376c711e5d957a4ffdd4ee150317649ea0a47552e421f8008a3498ac49487657dca2f49b1a50169d7ab02ee5bef856625d19
+DIST hdaps-gl-0.0.7.tar.xz 226516 BLAKE2B e7de2fa72021e0a98a3e4a9c4501aa8ff05252de29bdc378ae31e0ea741513e6f2205696cacb7169d03c4e3f818e5b24f661bf9119d9afe8daa5bea90a248367 SHA512 4a8eaa556488ae8b0941f51a76e97cbbdc1b7b66aef14ea55e36197a2ad92c7b6fee0617bc71e85ae9320b09b5c903ce053ad9cb78f931618a4c806d5298887b

diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild
deleted file mode 100644
index 6e145279052..00000000000
--- a/app-laptop/hdaps-gl/hdaps-gl-0.0.5-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="OpenGL visualization for HDAPS data"
-HOMEPAGE="http://hdaps.sourceforge.net"
-SRC_URI="mirror://sourceforge/hdaps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND=""
-DEPEND="virtual/opengl
-	media-libs/freeglut"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-as-needed.diff" )
-
-src_compile() {
-	emake CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} ${LDFLAGS}" \
-		|| die "emake failed"
-}
-
-src_install() {
-	dobin "${PN}"
-}

diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
new file mode 100644
index 00000000000..3fafe3240d2
--- /dev/null
+++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenGL visualization for HDAPS data"
+HOMEPAGE="https://github.com/linux-thinkpad/${PN}"
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND=""
+DEPEND="media-libs/freeglut
+	media-libs/glu
+	virtual/opengl"
+RDEPEND="${DEPEND}"

diff --git a/app-laptop/hdaps-gl/metadata.xml b/app-laptop/hdaps-gl/metadata.xml
index 1b35bde263c..b925ce86a84 100644
--- a/app-laptop/hdaps-gl/metadata.xml
+++ b/app-laptop/hdaps-gl/metadata.xml
@@ -5,7 +5,7 @@
     <email>mjo@gentoo.org</email>
     <name>Michael Orlitzky</name>
   </maintainer>
-  <upstream>
-    <remote-id type="sourceforge">hdaps</remote-id>
+    <upstream>
+    <remote-id type="github">linux-thinkpad/hdaps-gl</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-11-22 12:01 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-11-22 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2687bcd235032807991b2fca9cc3653b66708c13
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 12:01:19 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 12:01:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2687bcd2

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 <AT> gentoo.org>

 app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 4 ++--
 1 file 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 3fafe3240d2..bc461ec98a6 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/${PN}"
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+HOMEPAGE="https://github.com/linux-thinkpad/hdaps-gl"
+SRC_URI="https://github.com/linux-thinkpad/hdaps-gl/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-11-22 13:06 Michael Orlitzky
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2019-11-22 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a38f4333df739bdf75bcb81bfd33c373f1b71612
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 12:46:09 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 13:03:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38f4333

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 <AT> gentoo.org>

 app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 4 ++--
 1 file 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 bc461ec98a6..3fafe3240d2 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"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-11-23  2:12 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2019-11-23  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     32a1a3e3e328df5b15e2571ae9a9a2aa2c85d02a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 02:12:05 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 02:12:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a1a3e3

app-laptop/hdaps-gl: fix ${HOMEPAGE} in SRC_URI QA issue

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3fafe3240d2..9fa8e04322e 100644
--- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
+++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="OpenGL visualization for HDAPS data"
 HOMEPAGE="https://github.com/linux-thinkpad/${PN}"
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+SRC_URI="https://github.com/linux-thinkpad/${PN}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-12-19 22:07 Michael Orlitzky
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2019-12-19 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f8e30dc12169024ff86dc49881f25ba2db4a3d2f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 21:55:51 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 22:04:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e30dc1

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 <AT> gentoo.org>

 app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9fa8e04322e..3fafe3240d2 100644
--- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
+++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="OpenGL visualization for HDAPS data"
 HOMEPAGE="https://github.com/linux-thinkpad/${PN}"
-SRC_URI="https://github.com/linux-thinkpad/${PN}/releases/download/${PV}/${P}.tar.xz"
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
@ 2019-12-31 16:54 Michael Orlitzky
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2019-12-31 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fcb2d2c76c6517a7c514a8782b59b040302356e0
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 16:52:38 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:52:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb2d2c7

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 <AT> gentoo.org>

 app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3fafe3240d2..17a593a77bb 100644
--- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
+++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-12-31 16:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-10 13:26 [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2019-12-31 16:54 Michael Orlitzky
2019-12-19 22:07 Michael Orlitzky
2019-11-23  2:12 Aaron Bauman
2019-11-22 13:06 Michael Orlitzky
2019-11-22 12:01 Mikle Kolyada
2019-11-22  0:55 Michael Orlitzky
2019-11-10 13:26 Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox