From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/
Date: Sun, 10 Nov 2019 13:26:31 +0000 (UTC) [thread overview]
Message-ID: <1573392266.97f93ee0f1f33717e56e8f1edd41253e4ed7facd.mjo@gentoo> (raw)
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}"
+}
next reply other threads:[~2019-11-10 13:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-10 13:26 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-10 13:26 [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/ Michael Orlitzky
2019-11-22 0:55 Michael Orlitzky
2019-11-22 12:01 Mikle Kolyada
2019-11-22 13:06 Michael Orlitzky
2019-11-23 2:12 Aaron Bauman
2019-12-19 22:07 Michael Orlitzky
2019-12-31 16:54 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1573392266.97f93ee0f1f33717e56e8f1edd41253e4ed7facd.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox