summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2008-09-22 21:08:19 +0000
committerHanno Boeck <hanno@gentoo.org>2008-09-22 21:08:19 +0000
commit3ad7f754138d2b080f3ead8256402f8eff4da870 (patch)
tree68fee6affb6ed0f6730fb4f2e8f28146f2088abd /app-laptop/hdaps-gl
parentbump patchset to include a patch to fix build with latest ffmpeg (diff)
downloadhistorical-3ad7f754138d2b080f3ead8256402f8eff4da870.tar.gz
historical-3ad7f754138d2b080f3ead8256402f8eff4da870.tar.bz2
historical-3ad7f754138d2b080f3ead8256402f8eff4da870.zip
hdaps-gl initial commit
Package-Manager: portage-2.2_rc9/cvs/Linux 2.6.27-rc7 x86_64
Diffstat (limited to 'app-laptop/hdaps-gl')
-rw-r--r--app-laptop/hdaps-gl/ChangeLog11
-rw-r--r--app-laptop/hdaps-gl/Manifest15
-rw-r--r--app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff11
-rw-r--r--app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild30
-rw-r--r--app-laptop/hdaps-gl/metadata.xml6
5 files changed, 73 insertions, 0 deletions
diff --git a/app-laptop/hdaps-gl/ChangeLog b/app-laptop/hdaps-gl/ChangeLog
new file mode 100644
index 000000000000..644875d396f7
--- /dev/null
+++ b/app-laptop/hdaps-gl/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-laptop/hdaps-gl
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdaps-gl/ChangeLog,v 1.1 2008/09/22 21:08:18 hanno Exp $
+
+*hdaps-gl-0.0.5 (22 Sep 2008)
+
+ 22 Sep 2008; Hanno Boeck <hanno@gentoo.org>
+ +files/hdaps-gl-0.0.5-as-needed.diff, +metadata.xml,
+ +hdaps-gl-0.0.5.ebuild:
+ Initial commit of hdaps-gl, tool for thinkpad hdaps enabled laptops.
+
diff --git a/app-laptop/hdaps-gl/Manifest b/app-laptop/hdaps-gl/Manifest
new file mode 100644
index 000000000000..296180161bf3
--- /dev/null
+++ b/app-laptop/hdaps-gl/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+AUX hdaps-gl-0.0.5-as-needed.diff 346 RMD160 c1f951e559ce3141642dcdb5ffcbd71003860013 SHA1 d6ef925dd0ede23906be29e63399006705ad65f6 SHA256 daa97477fa732fc326b9b497b36eddd953e90aaabbad9721df0a1538f2a4c21a
+DIST hdaps-gl-0.0.5.tar.gz 2495 RMD160 a681193a187273f1d48db978a9bd1f86d624a877 SHA1 4472a8d4c6222c9d7f5b2ffd01baf2af2d4ed68b SHA256 d7696a42be66b09d492345c3a05b7c3b45f5e8e33464d3a74844b78182c73c64
+EBUILD hdaps-gl-0.0.5.ebuild 657 RMD160 0389d49861b058688e5ec5e14ac6fd702420e80d SHA1 c4fb11f8d0cd72c024e0ce5ed81adaebec87a705 SHA256 208287d4dbc393c0aa49a888b543678dc42ccc5bf3d668c6cf23665fe23575b8
+MISC ChangeLog 440 RMD160 62d0ac4dd1459c1d6181a4f95307ceb894287ab3 SHA1 0db466aa145f36e0d47bffd631995bd03fb8c384 SHA256 05c397052817c454acc538432e6dee23bcd7a1b83de79cd7ea297f2a2e57eb6d
+MISC metadata.xml 217 RMD160 3b01d5dab901ee93217f72b711954d3cccbb1717 SHA1 e304788b60dd2cf214d360a21d267e8635474d98 SHA256 2f5dfc1eb79d2d9ee02663da6e1449f499c3a37b7f4cc2391e18d7789a314669
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkjYCSoACgkQr2QksT29OyC54gCeMGmc0KlAdM503lAa54m99Mbq
+FzgAn2XZi+d0ixT6VtJjPxIUUZwW1iUT
+=NXPz
+-----END PGP SIGNATURE-----
diff --git a/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff b/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff
new file mode 100644
index 000000000000..0d0214033252
--- /dev/null
+++ b/app-laptop/hdaps-gl/files/hdaps-gl-0.0.5-as-needed.diff
@@ -0,0 +1,11 @@
+--- hdaps-gl-0.0.5/Makefile 2005-08-30 20:06:53.000000000 +0200
++++ hdaps-gl-0.0.5-1/Makefile 2008-09-22 22:55:57.000000000 +0200
+@@ -10,7 +10,7 @@
+ all: hdaps-gl
+
+ hdaps-gl: hdaps-gl.c
+- $(CC) $(CFLAGS) $(LIBDIR) $(LIBRARIES) -o hdaps-gl hdaps-gl.c
++ $(CC) $(CFLAGS) $(LIBDIR) -o hdaps-gl hdaps-gl.c $(LIBRARIES)
+
+ clean:
+ rm -f hdaps-gl *.o
diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild
new file mode 100644
index 000000000000..0e2186ed081b
--- /dev/null
+++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdaps-gl/hdaps-gl-0.0.5.ebuild,v 1.1 2008/09/22 21:08:18 hanno Exp $
+
+inherit eutils
+
+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=""
+
+DEPEND="virtual/glu"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-as-needed.diff" || die
+}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} ${LDFLAGS}" || die "make failed"
+}
+
+src_install() {
+ dobin ${PN}
+}
diff --git a/app-laptop/hdaps-gl/metadata.xml b/app-laptop/hdaps-gl/metadata.xml
new file mode 100644
index 000000000000..efa54454de71
--- /dev/null
+++ b/app-laptop/hdaps-gl/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>hanno@gentoo.org</email></maintainer>
+</pkgmetadata>