From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-science+bounces-753-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L9Hfa-0007MZ-V5
	for garchives@archives.gentoo.org; Sun, 07 Dec 2008 11:19:28 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 03E3CE048C;
	Sun,  7 Dec 2008 11:19:26 +0000 (UTC)
Received: from inpbox.inp.nsk.su (inpbox.inp.nsk.su [193.124.167.24])
	by pigeon.gentoo.org (Postfix) with ESMTP id AE5F0E048C
	for <gentoo-science@lists.gentoo.org>; Sun,  7 Dec 2008 11:19:25 +0000 (UTC)
Received: from star.inp.nsk.su ([193.124.167.6] ident=[U2FsdGVkX18hEGTHluxWWKwjr4vFsMYV9PKPT7loTb4=])
	by inpbox.inp.nsk.su with esmtp (Exim 4.50)
	id 1L9HfX-0001KG-U9
	for gentoo-science@lists.gentoo.org; Sun, 07 Dec 2008 17:19:23 +0600
Received: from star.inp.nsk.su (localhost.localdomain [127.0.0.1])
	by star.inp.nsk.su (8.13.8/8.13.8) with ESMTP id mB7BJNup032229
	for <gentoo-science@lists.gentoo.org>; Sun, 7 Dec 2008 17:19:23 +0600
Received: from localhost (grozin@localhost)
	by star.inp.nsk.su (8.13.8/8.13.8/Submit) with ESMTP id mB7BJNaR032226
	for <gentoo-science@lists.gentoo.org>; Sun, 7 Dec 2008 17:19:23 +0600
Date: Sun, 7 Dec 2008 17:19:23 +0600 (NOVT)
From: "Andrey G. Grozin" <A.G.Grozin@inp.nsk.su>
To: gentoo-science@lists.gentoo.org
Subject: [gentoo-science] mathgl octave bindings
In-Reply-To: <4789A152.6030704@cesmail.net>
Message-ID: <alpine.LRH.1.10.0812071712110.31320@star.inp.nsk.su>
References: <Pine.LNX.4.64.0801131046230.10692@star.inp.nsk.su> <4789A152.6030704@cesmail.net>
User-Agent: Alpine 1.10 (LRH 962 2008-03-14)
Precedence: bulk
List-Post: <mailto:gentoo-science@lists.gentoo.org>
List-Help: <mailto:gentoo-science+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-science+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-science+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-science.gentoo.org>
X-BeenThere: gentoo-science@lists.gentoo.org
Reply-to: gentoo-science@lists.gentoo.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
X-Virus-Scanned: ClamAV 0.94.1/8730/Sun Dec  7 12:03:03 2008 on star.inp.nsk.su
X-Virus-Status: Clean
X-Archives-Salt: 446f71f8-8ad0-4712-af30-928b980b7894
X-Archives-Hash: b165cbb7c594caba7d08d1de64ab4834

Hello *,

Math Graphics Library (mathgl), when emerged with USE=octave, installs 
mathgl.tar.gz in /usr/share/mathgl/octave/ . This tarball contains

grozin@localhost /usr/share/mathgl/octave $ tar tf mathgl.tar.gz
mathgl/
mathgl/INDEX
mathgl/COPYING
mathgl/PKG_ADD
mathgl/inst/
mathgl/inst/i686-pc-linux-gnu-api-v32/
mathgl/inst/i686-pc-linux-gnu-api-v32/mathgl.oct
mathgl/DESCRIPTION

This is supposed to be mathgl bindings for octave.

How to install this as an octave package? Perhaps, octave-forge.eclass can 
be used? Should I hack the mathgl ebuild so that it does this octave 
installation (when USE=octave)? Or, maybe, there should be a separate 
octave-mathgl ebuild (perhaps, inheriting octave-forge) which depends on 
mathgl[octave]?

Andrey