public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/mathgl: mathgl-1.8.ebuild metadata.xml ChangeLog
@ 2008-12-02 16:23 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2008-12-02 16:23 UTC (permalink / raw
  To: gentoo-commits

grozin      08/12/02 16:23:04

  Added:                mathgl-1.8.ebuild metadata.xml ChangeLog
  Log:
  Initial import, based on ebuild in the science overlay
  (Portage version: 2.2_rc16/cvs/Linux 2.6.26-tuxonice i686)

Revision  Changes    Path
1.1                  sci-libs/mathgl/mathgl-1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/mathgl-1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/mathgl-1.8.ebuild?rev=1.1&content-type=text/plain

Index: mathgl-1.8.ebuild
===================================================================
# 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"
}



1.1                  sci-libs/mathgl/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci</herd>
	<maintainer>
		<email>grozin@gentoo.org</email>
		<name>Andrey Grozin</name>
	</maintainer>
	<longdescription>Math Graphics Library</longdescription>
</pkgmetadata>



1.1                  sci-libs/mathgl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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.1 2008/12/02 16:23:04 grozin Exp $

*mathgl-1.8 (02 Dec 2008)

  02 Dec 2008; Andrey Grozin <grozin@gentoo.org> +metadata.xml,
  +mathgl-1.8.ebuild:
  Initial import, based on ebuild in the science overlay







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-02 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02 16:23 [gentoo-commits] gentoo-x86 commit in sci-libs/mathgl: mathgl-1.8.ebuild metadata.xml ChangeLog Andrey Grozin (grozin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox