From c978b6c1d4b12257fd32ff8da5a3a385407ef415 Mon Sep 17 00:00:00 2001 From: Anthoine Bourgeois Date: Mon, 22 May 2017 00:05:14 +0200 Subject: +eo-1.3.1.ebuild Upgrade to the new version 1.3.1 and update the a newer EAPI. --- sci-libs/eo/eo-1.3.1.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sci-libs/eo/eo-1.3.1.ebuild (limited to 'sci-libs/eo/eo-1.3.1.ebuild') diff --git a/sci-libs/eo/eo-1.3.1.ebuild b/sci-libs/eo/eo-1.3.1.ebuild new file mode 100644 index 0000000..ac24526 --- /dev/null +++ b/sci-libs/eo/eo-1.3.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +MY_P="EO-${PV}" + +DESCRIPTION="Evolving Objects library: an Evolutionary Computation Framework" +HOMEPAGE="http://eodev.sourceforge.net/" +SRC_URI="mirror://sourceforge/eodev/${MY_P}.zip" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="" +DEPEND="${RDEPEND} +app-arch/unzip" + +S="${WORKDIR}/${PN}" + +src_install() { + cmake-utils_src_install + + dodoc "${S}"/{AUTHORS,CHANGELOG,NEWS,README,THANKS,ToDo} + + if use doc ; then + dohtml "${S}"/tutorial/* + fi +} -- cgit v1.2.3-65-gdbad