From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 20BB458973 for ; Fri, 22 Jan 2016 21:03:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 189F721C01F; Fri, 22 Jan 2016 21:03:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9186F21C01F for ; Fri, 22 Jan 2016 21:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B90B2340871 for ; Fri, 22 Jan 2016 21:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF1C1074 for ; Fri, 22 Jan 2016 21:03:12 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453496583.ce5d0290cf89f7983af3f54691b09ee9e169d3d2.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mathjax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mathjax/mathjax-2.2.ebuild dev-libs/mathjax/mathjax-2.4.0.ebuild dev-libs/mathjax/mathjax-2.5.3.ebuild X-VCS-Directories: dev-libs/mathjax/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ce5d0290cf89f7983af3f54691b09ee9e169d3d2 X-VCS-Branch: master Date: Fri, 22 Jan 2016 21:03:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 63e5b16d-6f8b-423e-9cfe-8da6751dc001 X-Archives-Hash: bd24379d69840cfbe5576a075abafb96 commit: ce5d0290cf89f7983af3f54691b09ee9e169d3d2 Author: Justin Lecher gentoo org> AuthorDate: Fri Jan 22 19:40:24 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jan 22 21:03:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5d0290 dev-libs/mathjax: Use egit_clean to clean workdir Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-libs/mathjax/mathjax-2.2.ebuild | 6 ++++-- dev-libs/mathjax/mathjax-2.4.0.ebuild | 6 ++++-- dev-libs/mathjax/mathjax-2.5.3.ebuild | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/dev-libs/mathjax/mathjax-2.2.ebuild b/dev-libs/mathjax/mathjax-2.2.ebuild index 5334ef6..5ced6b5 100644 --- a/dev-libs/mathjax/mathjax-2.2.ebuild +++ b/dev-libs/mathjax/mathjax-2.2.ebuild @@ -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" @@ -33,7 +35,7 @@ make_webconf() { } src_prepare() { - find . -name .gitignore -delete || die + egit_clean } src_install() { diff --git a/dev-libs/mathjax/mathjax-2.4.0.ebuild b/dev-libs/mathjax/mathjax-2.4.0.ebuild index 663ef8b..e12285e 100644 --- a/dev-libs/mathjax/mathjax-2.4.0.ebuild +++ b/dev-libs/mathjax/mathjax-2.4.0.ebuild @@ -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" @@ -33,7 +35,7 @@ make_webconf() { } src_prepare() { - find . -name .gitignore -delete || die + egit_clean } src_install() { diff --git a/dev-libs/mathjax/mathjax-2.5.3.ebuild b/dev-libs/mathjax/mathjax-2.5.3.ebuild index a0042a5..c36f178 100644 --- a/dev-libs/mathjax/mathjax-2.5.3.ebuild +++ b/dev-libs/mathjax/mathjax-2.5.3.ebuild @@ -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" @@ -33,7 +35,7 @@ make_webconf() { } src_prepare() { - find . -name .gitignore -delete || die + egit_clean } src_install() {