aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-01-12 09:12:29 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-01-12 09:12:29 +0100
commit688d1d248fb1ec8855ee707f4ff28ab3ff4161bf (patch)
treeedf97db54ded4b7b3b19c216ccf7cc7de44a754b
parentsci-libs/symmetrica: Move to EAPUI=5 and clean the ebuild (diff)
downloadsci-688d1d248fb1ec8855ee707f4ff28ab3ff4161bf.tar.gz
sci-688d1d248fb1ec8855ee707f4ff28ab3ff4161bf.tar.bz2
sci-688d1d248fb1ec8855ee707f4ff28ab3ff4161bf.zip
sci-libs/symmetrica: Minor fixes
-rw-r--r--sci-libs/symmetrica/symmetrica-2.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-libs/symmetrica/symmetrica-2.0.ebuild b/sci-libs/symmetrica/symmetrica-2.0.ebuild
index 2df7c4f3a..e3056efc9 100644
--- a/sci-libs/symmetrica/symmetrica-2.0.ebuild
+++ b/sci-libs/symmetrica/symmetrica-2.0.ebuild
@@ -8,7 +8,7 @@ inherit versionator
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$(replace_all_version_separators '_')
+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"
LICENSE="MIT"
@@ -27,8 +27,6 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" install
-
-# symmetrica's documentation are just text files with a ".doc" extension.
- dodoc README *.doc
+ default
+ use doc && dodoc *.doc
}