commit:     db90e1fb5c87dfdb1359fe6c6dac40c62f0e4746
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 13:36:35 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 13:36:35 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db90e1fb

sci-libs/symmetrica: Move to EAPUI=5 and clean the ebuild

---
 sci-libs/symmetrica/ChangeLog             |  4 ++++
 sci-libs/symmetrica/symmetrica-2.0.ebuild | 16 ++++------------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/sci-libs/symmetrica/ChangeLog b/sci-libs/symmetrica/ChangeLog
index 5ff60ae..332a0da 100644
--- a/sci-libs/symmetrica/ChangeLog
+++ b/sci-libs/symmetrica/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jan 2015; Marius Brehler <mar...@linux.sungazer.de>
+  symmetrica-2.0.ebuild:
+  Move to EAPUI=5 and clean the ebuild
+
   24 Jun 2010; Andreas K. Huettel (dilfridge) <m...@akhuettel.de>
   symmetrica-2.0.ebuild:
   QA fixes

diff --git a/sci-libs/symmetrica/symmetrica-2.0.ebuild 
b/sci-libs/symmetrica/symmetrica-2.0.ebuild
index 06b1553..2df7c4f 100644
--- a/sci-libs/symmetrica/symmetrica-2.0.ebuild
+++ b/sci-libs/symmetrica/symmetrica-2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 inherit versionator
 
@@ -11,19 +11,11 @@ 
HOMEPAGE="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathemati
 MY_P=SYM$(replace_all_version_separators '_')
 
SRC_URI="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik_Physik_und_Informatik/Fachgruppe_Informatik/prof_diskrete_algorithmen/en/research/SYMMETRICA/${MY_P}_tar.gz
 -> ${MY_P}.tar.gz"
 
-MY_P=SYM$(replace_all_version_separators ' _')
-
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
 IUSE=""
 
-#### Remove the following line when moving this ebuild to the main tree!
-RESTRICT="mirror"
-
-RDEPEND=""
-DEPEND=""
-
 S="${WORKDIR}"
 
 src_prepare() {
@@ -31,11 +23,11 @@ src_prepare() {
 #      plus documentation that you can use as you wish in your programs.
 #      For sage and ease of use we make it into a library with the following
 #      makefile (developped by F. Bissey and T. Abbott (sage on debian).
-       cp "${FILESDIR}/makefile" "${S}/makefile"
+       cp "${FILESDIR}/makefile" "${S}/makefile" || die
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "make install failed"
+       emake DESTDIR="${D}" install
 
 #      symmetrica's documentation are just text files with a ".doc" extension.
        dodoc README *.doc

Reply via email to