public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/aribas/
Date: Sat, 25 Jun 2011 17:21:59 +0000 (UTC)	[thread overview]
Message-ID: <7ad5991809069558c87ea00e62b92ed3d1b22df5.jlec@gentoo> (raw)

commit:     7ad5991809069558c87ea00e62b92ed3d1b22df5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:44:40 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:44:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7ad59918

RDEPEND is not explicitly assigned -> fixed

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-mathematics/aribas/ChangeLog          |    5 ++++-
 sci-mathematics/aribas/aribas-1.63.ebuild |   19 ++++++++++---------
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/sci-mathematics/aribas/ChangeLog b/sci-mathematics/aribas/ChangeLog
index 5aff76b..9f1b034 100644
--- a/sci-mathematics/aribas/ChangeLog
+++ b/sci-mathematics/aribas/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/aribas
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> aribas-1.63.ebuild:
+  RDEPEND is not explicitly assigned -> fixed
+
 *aribas-1.63 (06 Oct 2008)
 
   06 Oct 2008; Andrey Grozin <grozin@gentoo.org> +files/64aribas-gentoo.el,

diff --git a/sci-mathematics/aribas/aribas-1.63.ebuild b/sci-mathematics/aribas/aribas-1.63.ebuild
index f4d08e7..fa8af47 100644
--- a/sci-mathematics/aribas/aribas-1.63.ebuild
+++ b/sci-mathematics/aribas/aribas-1.63.ebuild
@@ -1,6 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+
+EAPI=4
+
 inherit elisp-common versionator
 
 DESCRIPTION="Interpreter for big integer and multi-precision floating point arithmetic"
@@ -13,14 +16,12 @@ KEYWORDS="~x86"
 IUSE="doc emacs examples"
 
 DEPEND="emacs? ( virtual/emacs )"
+RDEPEND="${DEPEND}"
 
 SITEFILE=64${PN}-gentoo.el
 CH_PV=$(delete_all_version_separators)
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"/src
-
+src_prepare() {
 	# Linux x86 assembly piece
 	if use x86; then
 		mv LINUX/arito386.S .
@@ -34,9 +35,9 @@ src_unpack() {
 src_compile() {
 	cd src
 	if use x86; then
-		emake CFLAGS="-DLiNUX -DPROTO ${CFLAGS}" || die "emake failed"
+		emake CFLAGS="-DLiNUX -DPROTO ${CFLAGS}"
 	else
-		emake CC=gcc CFLAGS="-DUNiX -DPROTO ${CFLAGS}" || die "emake failed"
+		emake CC=gcc CFLAGS="-DUNiX -DPROTO ${CFLAGS}"
 	fi
 
 	if use emacs; then
@@ -48,10 +49,10 @@ src_compile() {
 src_install() {
 	dobin src/${PN}
 	doman doc/*.1
-	dodoc CHANGES${CH_PV}.txt || die "dodoc failed"
+	dodoc CHANGES${CH_PV}.txt
 
 	if use doc; then
-		dodoc doc/${PN}.doc doc/${PN}.tut || die "dodoc failed"
+		dodoc doc/${PN}.doc doc/${PN}.tut
 	fi
 
 	if use examples; then



             reply	other threads:[~2011-06-25 17:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25 17:21 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: sci-mathematics/aribas/ 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=7ad5991809069558c87ea00e62b92ed3d1b22df5.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