Skip to content

Commit

Permalink
dev-libs/mathjax: Use egit_clean to clean workdir
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Jan 22, 2016
1 parent 4b4456d commit ce5d029
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions dev-libs/mathjax/mathjax-2.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit eutils

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"
Expand Down Expand Up @@ -33,7 +35,7 @@ make_webconf() {
}

src_prepare() {
find . -name .gitignore -delete || die
egit_clean
}

src_install() {
Expand Down
6 changes: 4 additions & 2 deletions dev-libs/mathjax/mathjax-2.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit eutils

DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
HOMEPAGE="http://www.mathjax.org/"
SRC_URI="https://github.com/mathjax/MathJax/archive/${PV}.tar.gz -> ${P}.tar.gz"
Expand Down Expand Up @@ -33,7 +35,7 @@ make_webconf() {
}

src_prepare() {
find . -name .gitignore -delete || die
egit_clean
}

src_install() {
Expand Down
6 changes: 4 additions & 2 deletions dev-libs/mathjax/mathjax-2.5.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit eutils

DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
HOMEPAGE="http://www.mathjax.org/"
SRC_URI="https://github.com/mathjax/MathJax/archive/${PV}.tar.gz -> ${P}.tar.gz"
Expand Down Expand Up @@ -33,7 +35,7 @@ make_webconf() {
}

src_prepare() {
find . -name .gitignore -delete || die
egit_clean
}

src_install() {
Expand Down

0 comments on commit ce5d029

Please sign in to comment.