summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2007-04-04 06:08:02 +0000
committerSteve Arnold <nerdboy@gentoo.org>2007-04-04 06:08:02 +0000
commit6787513a556efef37b5e78f5e12406108e77b2f9 (patch)
treee0de9520683a146c30f53bda15888cda7c163aeb /sci-mathematics/geomview
parentsh love (diff)
downloadgentoo-2-6787513a556efef37b5e78f5e12406108e77b2f9.tar.gz
gentoo-2-6787513a556efef37b5e78f5e12406108e77b2f9.tar.bz2
gentoo-2-6787513a556efef37b5e78f5e12406108e77b2f9.zip
added latest official release (closes bug #165003)
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-mathematics/geomview')
-rw-r--r--sci-mathematics/geomview/ChangeLog8
-rw-r--r--sci-mathematics/geomview/files/digest-geomview-1.8.2_rc93
-rw-r--r--sci-mathematics/geomview/geomview-1.8.2_rc9.ebuild31
3 files changed, 41 insertions, 1 deletions
diff --git a/sci-mathematics/geomview/ChangeLog b/sci-mathematics/geomview/ChangeLog
index 7ffde95cbe42..824dbb8239f4 100644
--- a/sci-mathematics/geomview/ChangeLog
+++ b/sci-mathematics/geomview/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/geomview
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.3 2007/02/22 01:21:00 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.4 2007/04/04 06:08:02 nerdboy Exp $
+
+*geomview-1.8.2_rc9 (04 Apr 2007)
+
+ 04 Apr 2007; Steve Arnold <nerdboy@gentoo.org> +geomview-1.8.2_rc9.ebuild:
+ Added latest official release (closes bug #165003). Tested and keyworded
+ for ~amd64. Based on ebuild by Marcus Bannerman <m.bannerman _at_ gmail.com>
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/sci-mathematics/geomview/files/digest-geomview-1.8.2_rc9 b/sci-mathematics/geomview/files/digest-geomview-1.8.2_rc9
new file mode 100644
index 000000000000..e13be276a16d
--- /dev/null
+++ b/sci-mathematics/geomview/files/digest-geomview-1.8.2_rc9
@@ -0,0 +1,3 @@
+MD5 a8d62bdf60e385f36e0a59f4d8bec361 geomview-1.8.2-rc9.tar.bz2 3053944
+RMD160 93705bef1d32796c3efec4891add5a1c6d4c12dc geomview-1.8.2-rc9.tar.bz2 3053944
+SHA256 dd7b6f066bda3cbcf628ef7ea3e4dd9da15948d15c1ab4125b89dfbd9d127738 geomview-1.8.2-rc9.tar.bz2 3053944
diff --git a/sci-mathematics/geomview/geomview-1.8.2_rc9.ebuild b/sci-mathematics/geomview/geomview-1.8.2_rc9.ebuild
new file mode 100644
index 000000000000..e5696090a047
--- /dev/null
+++ b/sci-mathematics/geomview/geomview-1.8.2_rc9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.8.2_rc9.ebuild,v 1.1 2007/04/04 06:08:02 nerdboy Exp $
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="Interactive Geometry Viewer"
+SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/geomview/${P/_/-}.tar.bz2"
+HOMEPAGE="http://geomview.sourceforge.net"
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-lang/tk
+ x11-libs/xforms
+ x11-libs/lesstif
+ virtual/opengl"
+
+S="${WORKDIR}/${P/_/-}"
+
+src_compile() {
+ append-flags "-DGL_GLEXT_LEGACY"
+ econf || die "could not configure"
+ make || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die "make install failed"
+}