From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/yorick/
Date: Sun, 3 Mar 2013 17:52:36 +0000 (UTC) [thread overview]
Message-ID: <1362332801.dbb31bc9cc3a078bc7158301305d39b03b54a89a.jlec@gentoo> (raw)
commit: dbb31bc9cc3a078bc7158301305d39b03b54a89a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 17:46:41 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> 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 <bicatali@gentoo.org> -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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-mathematics</herd>
-<maintainer>
-<email>A.G.Grozin@inp.nsk.su</email>
-<name>Andrey Grozin</name>
-</maintainer>
-<longdescription lang="en">
+ <herd>sci-mathematics</herd>
+ <maintainer>
+ <email>A.G.Grozin@inp.nsk.su</email>
+ <name>Andrey Grozin</name>
+ </maintainer>
+ <longdescription lang="en">
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
next reply other threads:[~2013-03-03 17:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-03 17:52 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-08 12:19 [gentoo-commits] proj/sci:master commit in: sci-mathematics/yorick/ Justin Lecher
2011-06-24 17:09 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362332801.dbb31bc9cc3a078bc7158301305d39b03b54a89a.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox