diff options
-rw-r--r-- | media-fonts/jsmath/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/jsmath/jsmath-1.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-fonts/jsmath/ChangeLog b/media-fonts/jsmath/ChangeLog index ddf238ffb37f..16b1261ee8bd 100644 --- a/media-fonts/jsmath/ChangeLog +++ b/media-fonts/jsmath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/jsmath -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/jsmath/ChangeLog,v 1.2 2009/11/17 06:42:38 bicatali Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/jsmath/ChangeLog,v 1.3 2015/03/27 16:30:51 ago Exp $ + + 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> jsmath-1.0.ebuild: + Stable for amd64, wrt bug #406779 17 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> jsmath-1.0.ebuild: Added FONT_S, thanks Simone Scanzoni, bug #293314 @@ -10,4 +13,3 @@ 12 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> +jsmath-1.0.ebuild, +metadata.xml: Initial import, needed fro wxMaxima - diff --git a/media-fonts/jsmath/jsmath-1.0.ebuild b/media-fonts/jsmath/jsmath-1.0.ebuild index 8331cba1b5c1..7db0f78ef6ca 100644 --- a/media-fonts/jsmath/jsmath-1.0.ebuild +++ b/media-fonts/jsmath/jsmath-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/jsmath/jsmath-1.0.ebuild,v 1.2 2009/11/17 06:42:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/jsmath/jsmath-1.0.ebuild,v 1.3 2015/03/27 16:30:51 ago Exp $ inherit font @@ -12,7 +12,7 @@ SRC_URI="http://www.math.union.edu/~dpvc/jsMath/download/${MYPN}.tgz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="" |