diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-20 17:05:21 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-20 17:05:21 +0000 |
commit | 80b02de1fb62e0f7fcbae7fdf8568953ba5abc28 (patch) | |
tree | 6d44e7dbb76b8b484ef8df059e3feff04668f9f1 | |
parent | Don't segfault when /proc/stat exceeds 1024 characters (bug #300611) (diff) | |
download | gentoo-2-80b02de1fb62e0f7fcbae7fdf8568953ba5abc28.tar.gz gentoo-2-80b02de1fb62e0f7fcbae7fdf8568953ba5abc28.tar.bz2 gentoo-2-80b02de1fb62e0f7fcbae7fdf8568953ba5abc28.zip |
Version bump, less buggy
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-rw-r--r-- | sci-mathematics/mathomatic/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-15.0.4.ebuild (renamed from sci-mathematics/mathomatic/mathomatic-15.0.0.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index aeddf798b1fa..9e509d4924e8 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/mathomatic -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.45 2009/12/08 17:06:59 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.46 2010/01/20 17:05:21 bicatali Exp $ + +*mathomatic-15.0.4 (20 Jan 2010) + + 20 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> + -mathomatic-15.0.0.ebuild, +mathomatic-15.0.4.ebuild: + Version bump, less buggy *mathomatic-15.0.0 (08 Dec 2009) diff --git a/sci-mathematics/mathomatic/mathomatic-15.0.0.ebuild b/sci-mathematics/mathomatic/mathomatic-15.0.4.ebuild index 9cae910b4017..0a6be42f669e 100644 --- a/sci-mathematics/mathomatic/mathomatic-15.0.0.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-15.0.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.0.0.ebuild,v 1.1 2009/12/08 17:06:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.0.4.ebuild,v 1.1 2010/01/20 17:05:21 bicatali Exp $ inherit eutils DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.com/" +HOMEPAGE="http://www.mathomatic.com/math/" SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2" LICENSE="LGPL-2.1" |