commit: e23b09a56514ffcafcaa59388cf95b16dc091d47 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Feb 21 11:14:20 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 11:14:44 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e23b09a5
sci-libs/symmetrica: Minor improvments Package-Manager: portage-2.2.14 --- sci-libs/symmetrica/symmetrica-2.0-r1.ebuild | 6 +++--- sci-libs/symmetrica/symmetrica-2.0.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild b/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild index 79207b2..ff79ec5 100644 --- a/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild +++ b/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild @@ -4,12 +4,12 @@ EAPI=5 -inherit base +inherit eutils DESCRIPTION="A collection of routine to handle a variety of topics" HOMEPAGE="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik_Physik_und_Informatik/Fachgruppe_Informatik/prof_diskrete_algorithmen/en/research/SYMMETRICA/index.html" MY_P=SYM${PV//./_} -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" +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 -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -26,7 +26,7 @@ PATCHES=( ) src_prepare() { - base_src_prepare + epatch ${PATCHES[@]} # symmetrica by itself is just a bunch of files and a few headers # 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 diff --git a/sci-libs/symmetrica/symmetrica-2.0.ebuild b/sci-libs/symmetrica/symmetrica-2.0.ebuild index 5677cda..cb10a0a 100644 --- a/sci-libs/symmetrica/symmetrica-2.0.ebuild +++ b/sci-libs/symmetrica/symmetrica-2.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 DESCRIPTION="A collection of routine to handle a variety of topics" HOMEPAGE="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik_Physik_und_Informatik/Fachgruppe_Informatik/prof_diskrete_algorithmen/en/research/SYMMETRICA/index.html" MY_P=SYM${PV//./_} -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" +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 -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"
