* [gentoo-commits] gentoo-x86 commit in sci-mathematics/genius: metadata.xml ChangeLog genius-1.0.9.ebuild
@ 2010-02-10 16:59 Andrey Grozin (grozin)
0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2010-02-10 16:59 UTC (permalink / raw
To: gentoo-commits
grozin 10/02/10 16:59:03
Added: metadata.xml ChangeLog genius-1.0.9.ebuild
Log:
Initial import, thanks to Joe Sapp <nixphoeni@gentoo.org>, closing bug #61143
(Portage version: 2.2_rc62/cvs/Linux i686)
Revision Changes Path
1.1 sci-mathematics/genius/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/genius/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/genius/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>Genius is a calculator program which can work
with arbitrary precision integers, multiple precision floats,
rational numbers, complex numbers, linear algebra, number theory,
numerical calculus, statistics, numerical equation solving,
combinatorics, elementary functions, modular arithmetic.
It has a programming language with automatic typing.
It can do various 2D and 3D plots, with possibility
to export to eps or png. Genius has a GUI IDE.
It can output matrices in LaTeX, Troff (eqn) or MathML.
</longdescription>
</pkgmetadata>
1.1 sci-mathematics/genius/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for sci-mathematics/genius
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v 1.1 2010/02/10 16:59:02 grozin Exp $
*genius-1.0.9 (10 Feb 2010)
10 Feb 2010; Andrey Grozin <grozin@gentoo.org> +genius-1.0.9.ebuild,
+metadata.xml:
Initial import, thanks to Joe Sapp <nixphoeni@gentoo.org>, closing bug
#61143
1.1 sci-mathematics/genius/genius-1.0.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?rev=1.1&content-type=text/plain
Index: genius-1.0.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild,v 1.1 2010/02/10 16:59:02 grozin Exp $
EAPI=2
inherit gnome2
DESCRIPTION="Genius Mathematics Tool and the GEL Language"
HOMEPAGE="http://www.jirka.org/${PN}.html"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86"
IUSE="doc gnome nls"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.0/${P}.tar.bz2
doc? ( http://www.jirka.org/${PN}-reference.pdf )"
RDEPEND="dev-libs/glib:2
dev-libs/gmp
dev-libs/mpfr
dev-libs/popt
sys-libs/ncurses
sys-libs/readline
gnome? ( x11-libs/gtk+:2
gnome-base/libgnome
gnome-base/libgnomeui
gnome-base/libglade
x11-libs/gtksourceview
x11-libs/vte )"
DEPEND="${RDEPEND}
dev-util/intltool
|| ( sys-devel/bison
dev-util/yacc )
sys-devel/flex
app-text/scrollkeeper
nls? ( sys-devel/gettext )"
G2CONF="${G2CONF} $(use_enable gnome) $(use_enable nls) \
--disable-update-mimedb --disable-scrollkeeper \
--disable-extra-gcc-optimization"
GCONF_DEBUG="no"
DOCS="AUTHORS ChangeLog NEWS README TODO"
USE_DESTDIR="1"
src_install() {
gnome2_src_install
if use doc; then
insinto /usr/share/doc/${PF}
doins "${DISTDIR}"/${PN}-reference.pdf
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-10 16:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 16:59 [gentoo-commits] gentoo-x86 commit in sci-mathematics/genius: metadata.xml ChangeLog genius-1.0.9.ebuild 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