summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2008-11-27 20:38:35 +0000
committerPatrick Lauer <patrick@gentoo.org>2008-11-27 20:38:35 +0000
commit65aebc8e0092bb7a4f78867b7fc5064c7ceed5c1 (patch)
tree76486ea3f7a7c0bcbd73b8dba20f2ad744fb1573 /x11-libs/liboglappth
parentRefix bug #238351 so that it works under baselayout1 and baselayout2. (diff)
downloadgentoo-2-65aebc8e0092bb7a4f78867b7fc5064c7ceed5c1.tar.gz
gentoo-2-65aebc8e0092bb7a4f78867b7fc5064c7ceed5c1.tar.bz2
gentoo-2-65aebc8e0092bb7a4f78867b7fc5064c7ceed5c1.zip
Bump to 0.98
(Portage version: 2.2_rc16/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'x11-libs/liboglappth')
-rw-r--r--x11-libs/liboglappth/ChangeLog7
-rw-r--r--x11-libs/liboglappth/liboglappth-0.98.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-libs/liboglappth/ChangeLog b/x11-libs/liboglappth/ChangeLog
index a8561c1594bb..d38d5700fc39 100644
--- a/x11-libs/liboglappth/ChangeLog
+++ b/x11-libs/liboglappth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/liboglappth
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.2 2008/07/08 07:13:00 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/ChangeLog,v 1.3 2008/11/27 20:38:35 patrick Exp $
+
+*liboglappth-0.98 (27 Nov 2008)
+
+ 27 Nov 2008; Patrick Lauer <patrick@gentoo.org> +liboglappth-0.98.ebuild:
+ Bump to 0.98
08 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>;
liboglappth-0.96.ebuild:
diff --git a/x11-libs/liboglappth/liboglappth-0.98.ebuild b/x11-libs/liboglappth/liboglappth-0.98.ebuild
new file mode 100644
index 000000000000..537c3ecaddcb
--- /dev/null
+++ b/x11-libs/liboglappth/liboglappth-0.98.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.1 2008/11/27 20:38:35 patrick Exp $
+
+inherit eutils
+
+DESCRIPTION="A library for creating portable OpenGL applications with easy-to-code scene setup and selection operations."
+HOMEPAGE="http://www.bioinformatics.org/ghemical/"
+SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="virtual/opengl
+ virtual/glu
+ virtual/glut"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/gcc-4.3.patch
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}