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 9AFD3198007 for ; Sun, 3 Mar 2013 17:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F7DE0986; Sun, 3 Mar 2013 17:52:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAD8DE097C for ; Sun, 3 Mar 2013 17:52:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51ADF33DDBD for ; Sun, 3 Mar 2013 17:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D39CBE42E1 for ; Sun, 3 Mar 2013 17:52:36 +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: <1362332801.dbb31bc9cc3a078bc7158301305d39b03b54a89a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/yorick/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/yorick/ChangeLog sci-mathematics/yorick/metadata.xml sci-mathematics/yorick/yorick-2.1.06.ebuild X-VCS-Directories: sci-mathematics/yorick/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dbb31bc9cc3a078bc7158301305d39b03b54a89a X-VCS-Branch: master Date: Sun, 3 Mar 2013 17:52:36 +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: 7f72105f-6643-4fa6-89b9-c75ef39fef53 X-Archives-Hash: cc9ad4a086be3a8c7d897e4d0bb26995 commit: dbb31bc9cc3a078bc7158301305d39b03b54a89a Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 3 17:46:41 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 3 17:46:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dbb31bc9 sci-mathematics/yorick: Move to EAPI=5; add missing multilib.eclass Package-Manager: portage-2.2.0_alpha164 --- sci-mathematics/yorick/ChangeLog | 6 ++++- sci-mathematics/yorick/metadata.xml | 12 +++++----- sci-mathematics/yorick/yorick-2.1.06.ebuild | 29 +++++++++++++++----------- 3 files changed, 28 insertions(+), 19 deletions(-) diff --git a/sci-mathematics/yorick/ChangeLog b/sci-mathematics/yorick/ChangeLog index c71cd21..cadcebc 100644 --- a/sci-mathematics/yorick/ChangeLog +++ b/sci-mathematics/yorick/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-mathematics/yorick -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Mar 2013; Justin Lecher yorick-2.1.06.ebuild, + metadata.xml: + Move to EAPI=5; add missing multilib.eclass + *yorick-2.1.06 (22 Dec 2010) 22 Dec 2010; Sébastien Fabbro -yorick-2.1.05.ebuild, diff --git a/sci-mathematics/yorick/metadata.xml b/sci-mathematics/yorick/metadata.xml index 1e0e221..754d00e 100644 --- a/sci-mathematics/yorick/metadata.xml +++ b/sci-mathematics/yorick/metadata.xml @@ -1,12 +1,12 @@ -sci-mathematics - -A.G.Grozin@inp.nsk.su -Andrey Grozin - - + sci-mathematics + + A.G.Grozin@inp.nsk.su + Andrey Grozin + + Yorick is a language for scientific computing and rapid prototyping, similar to matlab. It can easily call C functions and libraries, has multidimensional arrays and built-in plot functions. diff --git a/sci-mathematics/yorick/yorick-2.1.06.ebuild b/sci-mathematics/yorick/yorick-2.1.06.ebuild index 1e478d5..941b158 100644 --- a/sci-mathematics/yorick/yorick-2.1.06.ebuild +++ b/sci-mathematics/yorick/yorick-2.1.06.ebuild @@ -1,23 +1,27 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 -inherit elisp-common eutils versionator +EAPI=5 + +inherit elisp-common eutils multilib versionator DESCRIPTION="Language for scientific computing and rapid prototyping" HOMEPAGE="http://yorick.sourceforge.net/" -IUSE="emacs" +SRC_URI="mirror://sourceforge/yorick/${P}.tgz" + SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86" -SRC_URI="mirror://sourceforge/yorick/${P}.tgz" -DEPEND="x11-proto/xproto +IUSE="emacs" + +RDEPEND=" x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp emacs? ( virtual/emacs )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + x11-proto/xproto" S="${WORKDIR}/${PN}-$(get_version_component_range 1-2 )" @@ -31,17 +35,18 @@ src_configure() { src_compile() { # makefiles are not robust. (not interested in fixing) - make prefix=/usr ysite Y_HOME=/usr/$(get_libdir)/yorick - make config - emake -j1 || die "emake failed" + emake prefix=/usr ysite Y_HOME=/usr/$(get_libdir)/yorick + emake config || die + emake -j1 } src_install() { - emake INSTALL_ROOT="${D}" \ + emake \ + INSTALL_ROOT="${D}" \ Y_BINDIR="${D}"/usr/bin \ Y_DOCDIR="${D}"/usr/share/doc/${PF} \ Y_INCDIR="${D}"/usr/include/${PN} \ - install || die "emake install failed" + install if use emacs; then mv emacs/yorick-auto.el emacs/64yorick-gentoo.el