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 0E80959CA5 for ; Fri, 18 Mar 2016 20:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D38521C039; Fri, 18 Mar 2016 20:44:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1E2C21C039 for ; Fri, 18 Mar 2016 20:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33518340C19 for ; Fri, 18 Mar 2016 20:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CC51847 for ; Fri, 18 Mar 2016 20:44:44 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1458333225.cced4ffac60e968488d5ba5b6c254a2ed3464c0c.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/mathmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/mathmod/mathmod-4.1-r1.ebuild sci-mathematics/mathmod/mathmod-4.1.ebuild X-VCS-Directories: sci-mathematics/mathmod/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: cced4ffac60e968488d5ba5b6c254a2ed3464c0c X-VCS-Branch: master Date: Fri, 18 Mar 2016 20:44:44 +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: 6d029a4e-0938-4bb5-809c-9a0fb7f2efb0 X-Archives-Hash: ef950e93db11ebcfef6f8ba99febbbe6 commit: cced4ffac60e968488d5ba5b6c254a2ed3464c0c Author: Andrey Grozin gentoo org> AuthorDate: Fri Mar 18 20:32:46 2016 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Fri Mar 18 20:33:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cced4ffa sci-mathematics/mathmod: install some useful files Package-Manager: portage-2.2.28 sci-mathematics/mathmod/{mathmod-4.1.ebuild => mathmod-4.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-mathematics/mathmod/mathmod-4.1.ebuild b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild similarity index 91% rename from sci-mathematics/mathmod/mathmod-4.1.ebuild rename to sci-mathematics/mathmod/mathmod-4.1-r1.ebuild index 74d1903..916862b 100644 --- a/sci-mathematics/mathmod/mathmod-4.1.ebuild +++ b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild @@ -25,6 +25,8 @@ src_configure() { src_install() { exeinto /usr/bin doexe MathMod + insinto /usr/share/${P} + doins mathmodconfig.js mathmodcollection.js advancedmodels.js newicon -s 16 icon/catenoid_mini_16x16.png catenoid.png newicon -s 32 icon/catenoid_mini_32x32.png catenoid.png newicon -s 64 icon/catenoid_mini_64x64.png catenoid.png