* [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: ChangeLog mathomatic-12.9.1.ebuild mathomatic-12.8.6.ebuild
@ 2008-04-12 19:19 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-04-12 19:19 UTC (permalink / raw
To: gentoo-commits
bicatali 08/04/12 19:19:52
Modified: ChangeLog
Added: mathomatic-12.9.1.ebuild
Removed: mathomatic-12.8.6.ebuild
Log:
Version bump
(Portage version: 2.1.5_rc2)
Revision Changes Path
1.27 sci-mathematics/mathomatic/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 6 Apr 2008 19:40:47 -0000 1.26
+++ ChangeLog 12 Apr 2008 19:19:51 -0000 1.27
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/mathomatic
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.26 2008/04/06 19:40:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.27 2008/04/12 19:19:51 bicatali Exp $
+
+*mathomatic-12.9.1 (12 Apr 2008)
+
+ 12 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ -mathomatic-12.8.6.ebuild, +mathomatic-12.9.1.ebuild:
+ Version bump
06 Apr 2008; Markus Meier <maekke@gentoo.org> mathomatic-12.8.8.ebuild:
x86 stable, bug #216164
1.1 sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild?rev=1.1&content-type=text/plain
Index: mathomatic-12.9.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v 1.1 2008/04/12 19:19:51 bicatali Exp $
inherit eutils
DESCRIPTION="Automatic algebraic manipulator"
HOMEPAGE="http://www.mathomatic.com/"
SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
DEPEND="sys-libs/readline
sys-libs/ncurses"
src_compile() {
# respect user flags
sed -i \
-e '/^CFLAGS/ s/-O.//' \
-e '/^LDFLAGS/s/+= -lm/:= -lm $(LDFLAGS)/' \
makefile primes/makefile || die "sed failed"
emake READLINE=1 || die "emake failed"
emake -C primes || die "emake in primes failed"
}
src_test() {
emake test || die "emake test failed"
emake -C primes test || die "emake test in primes failed"
}
src_install() {
# It was easier just to install the files manually
dobin mathomatic primes/matho-{primes,pascal,sumsq} || die
dodoc changes.txt README.txt AUTHORS || die
doman mathomatic.1 primes/*.1 || die
doicon mathomatic.png || die
domenu mathomatic.desktop || die
newdoc primes/README.txt README-primes.txt || die
if use doc; then
dohtml doc/* || die
insinto /usr/share/doc/${PF}
doins tests factorial m4 || die
fi
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-12 19:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 19:19 [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: ChangeLog mathomatic-12.9.1.ebuild mathomatic-12.8.6.ebuild 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