diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2007-09-22 18:28:04 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2007-09-22 18:28:04 +0000 |
commit | 34175d3f13659837c9b045f864ab1a8a303f8ce5 (patch) | |
tree | a13c7865e73fcc07e1a5ddad55feafce7167e133 /sci-mathematics/maxima | |
parent | Stable on amd64 wrt security bug #193179 (diff) | |
download | gentoo-2-34175d3f13659837c9b045f864ab1a8a303f8ce5.tar.gz gentoo-2-34175d3f13659837c9b045f864ab1a8a303f8ce5.tar.bz2 gentoo-2-34175d3f13659837c9b045f864ab1a8a303f8ce5.zip |
updated desktop entry to match freedesktop spec (again)
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.13.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index 2fc79624d676..058fb12be6d0 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/maxima # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.34 2007/09/20 11:13:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.35 2007/09/22 18:28:04 nerdboy Exp $ + + 22 Sep 2007; Steve Arnold <nerdboy@gentoo.org> maxima-5.13.0.ebuild: + updated desktop entry to match freedesktop spec (again) 20 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org> maxima-5.13.0.ebuild: Enabling only one lisp. Priority are: 1.sbcl, 2.clisp, 3. diff --git a/sci-mathematics/maxima/maxima-5.13.0.ebuild b/sci-mathematics/maxima/maxima-5.13.0.ebuild index 79b07e815712..b2b99b036789 100644 --- a/sci-mathematics/maxima/maxima-5.13.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0.ebuild,v 1.5 2007/09/20 11:13:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0.ebuild,v 1.6 2007/09/22 18:28:04 nerdboy Exp $ inherit eutils elisp-common @@ -143,7 +143,8 @@ src_install() { einstall || die "einstall failed" use tk && make_desktop_entry xmaxima xmaxima \ - /usr/share/${PN}/${PV}/xmaxima/maxima-new.png + /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \ + "Science;Math;Education" use emacs && \ elisp-site-file-install "${FILESDIR}"/50maxima-gentoo.el |