dev-octave/ga: new package, add 0.10.3

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-07 01:14:08 +02:00
parent f9ffb63cbd
commit a10ce3751c
3 changed files with 32 additions and 0 deletions

2
dev-octave/ga/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST ga-0.10.3.tar.gz 29473 BLAKE2B 733d0e6af8f773bce91d13c48a9d2e31c61b42fce4d48f3187b3c3f0e985ff1e783603038a0760d7bb7277a6ba375e4180d161aec7bf139d356f9d3441a40394 SHA512 3ffebbd6058cdfd455c166b8641b78596c315dcece1116198eef67824369dc5cd3a12221ba655caa5895894695cbb05b583cfb98c3cd552e234efd53be14693f
DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit octaveforge
DESCRIPTION="Genetic optimization code"
HOMEPAGE="https://octave.sourceforge.io/ga/index.html"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=sci-mathematics/octave-4.0.0"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<changelog>https://octave.sourceforge.io/ga/NEWS.html</changelog>
<doc lang="en">https://octave.sourceforge.io/ga/overview.html</doc>
<remote-id type="sourceforge">octave/ga</remote-id>
</upstream>
</pkgmetadata>