public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: mathomatic-16.0.1.ebuild ChangeLog
@ 2012-07-22 15:32 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-07-22 15:32 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/07/22 15:32:05

  Modified:             ChangeLog
  Added:                mathomatic-16.0.1.ebuild
  Log:
  Version bump, keyword amd64-linux, x86-linux
  
  (Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 sci-mathematics/mathomatic/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	10 Jul 2012 18:56:54 -0000	1.68
+++ ChangeLog	22 Jul 2012 15:32:05 -0000	1.69
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/mathomatic
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.68 2012/07/10 18:56:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.69 2012/07/22 15:32:05 bicatali Exp $
+
+*mathomatic-16.0.1 (22 Jul 2012)
+
+  22 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +mathomatic-16.0.1.ebuild:
+  Version bump, keyword amd64-linux, x86-linux
 
   10 Jul 2012; Justin Lecher <jlec@gentoo.org> -mathomatic-12.8.8.ebuild,
   -mathomatic-12.9.1.ebuild, -mathomatic-15.8.2.ebuild, metadata.xml:



1.1                  sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild?rev=1.1&content-type=text/plain

Index: mathomatic-16.0.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild,v 1.1 2012/07/22 15:32:03 bicatali Exp $

EAPI=4
inherit toolchain-funcs flag-o-matic

DESCRIPTION="Automatic algebraic manipulator"
HOMEPAGE="http://www.mathomatic.org/"
SRC_URI="${HOMEPAGE}/archive/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc gnuplot"

DEPEND="sys-libs/readline
	sys-libs/ncurses"
RDEPEND="${DEPEND}
	gnuplot? ( sci-visualization/gnuplot )"

src_compile() {
	append-cflags -DBOLD_COLOR=1
	emake READLINE=1 CC=$(tc-getCC)
	emake CC=$(tc-getCC) -C primes
}

src_test() {
	default
	emake -C primes check
}

src_install() {
	emake prefix="${EPREFIX}/usr" DESTDIR="${D}" bininstall
	emake prefix="${EPREFIX}/usr" DESTDIR="${D}" -C primes install
	dodoc changes.txt README.txt AUTHORS
	newdoc primes/README.txt README-primes.txt
	use doc && emake \
		prefix="${EPREFIX}/usr" \
		mathdocdir="${EPREFIX}/usr/share/doc/${PF}" \
		DESTDIR="${D}" docinstall
}





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

only message in thread, other threads:[~2012-07-22 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-22 15:32 [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: mathomatic-16.0.1.ebuild ChangeLog Sebastien Fabbro (bicatali)

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