Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523302 - dev-libs/mathjax-2.4 bump request
Summary: dev-libs/mathjax-2.4 bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 523296
  Show dependency tree
 
Reported: 2014-09-20 14:17 UTC by Mark Wright
Modified: 2014-11-26 23:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wright gentoo-dev 2014-09-20 14:17:00 UTC
--- /usr/portage/dev-libs/mathjax/mathjax-2.2.ebuild    2014-02-17 08:01:10.000000000 +1100
+++ /usr/local/portage/dev-libs/mathjax/mathjax-2.4.ebuild      2014-09-20 21:27:33.882425270 +1000
@@ -1,21 +1,21 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mathjax/mathjax-2.2.ebuild,v 1.6 2014/02/16 20:39:18 vapier Exp $
+# $Header: $
 
 EAPI=5
 
 DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
 HOMEPAGE="http://www.mathjax.org/"
-SRC_URI="https://github.com/mathjax/MathJax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/mathjax/MathJax/archive/v${PV}-latest.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples"
 
 RESTRICT="binchecks"
 
-S=${WORKDIR}/MathJax-${PV}
+S=${WORKDIR}/MathJax-${PV}-latest
 
 make_webconf() {
        # web server config file - should we really do this?
Comment 1 Mark Wright gentoo-dev 2014-11-26 23:42:32 UTC
Done.