summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-12-13 06:46:01 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-12-13 06:46:01 +0000
commit09bf357dd8c608cc2af41750e5dcc4c2a37350be (patch)
treeb9abee69ca7f1ed353d630eacf555b035ea0cd3f /sci-libs
parenteach nvidia-drivers pkg now specifies what Xorg version it's compatible with.... (diff)
downloadgentoo-2-09bf357dd8c608cc2af41750e5dcc4c2a37350be.tar.gz
gentoo-2-09bf357dd8c608cc2af41750e5dcc4c2a37350be.tar.bz2
gentoo-2-09bf357dd8c608cc2af41750e5dcc4c2a37350be.zip
Cleaning
(Portage version: 2.2_rc17/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/mathgl/ChangeLog5
-rw-r--r--sci-libs/mathgl/mathgl-1.8.ebuild49
2 files changed, 4 insertions, 50 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog
index 30a85dd5e1d2..6ed220ccf05f 100644
--- a/sci-libs/mathgl/ChangeLog
+++ b/sci-libs/mathgl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/mathgl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.2 2008/12/06 16:26:11 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.3 2008/12/13 06:46:01 grozin Exp $
+
+ 13 Dec 2008; Andrey Grozin <grozin@gentoo.org> -mathgl-1.8.ebuild:
+ Cleaning
*mathgl-1.8-r1 (06 Dec 2008)
diff --git a/sci-libs/mathgl/mathgl-1.8.ebuild b/sci-libs/mathgl/mathgl-1.8.ebuild
deleted file mode 100644
index 4b26641eef33..000000000000
--- a/sci-libs/mathgl/mathgl-1.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.8.ebuild,v 1.1 2008/12/02 16:23:04 grozin Exp $
-EAPI=2
-inherit flag-o-matic
-DESCRIPTION="Math Graphics Library"
-IUSE="doc fltk glut hdf5 jpeg python qt4 wxwindows"
-# octave bindings don't work for me :-(
-HOMEPAGE="http://mathgl.sourceforge.net/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-RDEPEND="sci-libs/gsl
- media-libs/libpng
- virtual/glu
- glut? ( virtual/glut )
- fltk? ( x11-libs/fltk )
- jpeg? ( media-libs/jpeg )
- hdf5? ( sci-libs/hdf5 )
- qt4? ( x11-libs/qt-gui:4 )
- wxwindows? ( x11-libs/wxGTK:2.8 )"
-
-DEPEND="${RDEPEND}
- doc? ( app-text/texi2html virtual/texi2dvi )
- python? ( dev-lang/swig[python] )"
-
-src_configure() {
- # fltk example compiles only if we add
- use fltk && append-cppflags $(fltk-config --cflags)
- use fltk && append-ldflags $(fltk-config --ldflags)
-
- econf --docdir="${ROOT}"usr/share/doc/${P} \
- $(use_enable glut) \
- $(use_enable qt4 qt) \
- $(use_enable wxwindows wx) \
- $(use_enable fltk) \
- $(use_enable jpeg) \
- $(use_enable hdf5) \
- $(use_enable python) \
- $(use_enable doc docs)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README AUTHORS || die "dodoc failed"
-}