diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-21 14:39:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-21 14:39:37 +0000 |
commit | d00aa1143d6f54c6fee61fb9fd9a5bdaeb3929d6 (patch) | |
tree | 9984ba59de41dfb668f579f80dc06e6f4aff4479 /sci-mathematics | |
parent | Version bump, thanks Michel Lang for his ebuild, bug #209331 (diff) | |
download | historical-d00aa1143d6f54c6fee61fb9fd9a5bdaeb3929d6.tar.gz historical-d00aa1143d6f54c6fee61fb9fd9a5bdaeb3929d6.tar.bz2 historical-d00aa1143d6f54c6fee61fb9fd9a5bdaeb3929d6.zip |
Version bump
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/mathomatic/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-14.2.1.ebuild (renamed from sci-mathematics/mathomatic/mathomatic-14.1.4.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index 5551e679a09c..b0323addfb14 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -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.34 2008/09/23 13:21:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.35 2008/10/21 14:39:37 bicatali Exp $ + +*mathomatic-14.2.1 (21 Oct 2008) + + 21 Oct 2008; SĂ©bastien Fabbro <bicatali@gentoo.org> + -mathomatic-14.1.4.ebuild, +mathomatic-14.2.1.ebuild: + Version bump *mathomatic-14.1.6 (23 Sep 2008) diff --git a/sci-mathematics/mathomatic/mathomatic-14.1.4.ebuild b/sci-mathematics/mathomatic/mathomatic-14.2.1.ebuild index 8d49904c5fbc..8cfe859e1584 100644 --- a/sci-mathematics/mathomatic/mathomatic-14.1.4.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-14.2.1.ebuild @@ -1,6 +1,6 @@ # 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-14.1.4.ebuild,v 1.1 2008/08/21 14:56:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.2.1.ebuild,v 1.1 2008/10/21 14:39:37 bicatali Exp $ inherit eutils @@ -36,8 +36,8 @@ src_install() { 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 + doicon icons/mathomatic.png || die + domenu icons/mathomatic.desktop || die newdoc primes/README.txt README-primes.txt || die if use doc; then dohtml doc/* || die |