diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-24 11:43:57 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-24 11:43:57 +0000 |
commit | dda82e6652c57f5b7b627d6c33a25796d9bcc012 (patch) | |
tree | f71c9db97018b8b40d1b31ba8e616cffcdea1e27 /sci-mathematics | |
parent | Fix building with curl-7.21.7. Closes bug #376133. (diff) | |
download | gentoo-2-dda82e6652c57f5b7b627d6c33a25796d9bcc012.tar.gz gentoo-2-dda82e6652c57f5b7b627d6c33a25796d9bcc012.tar.bz2 gentoo-2-dda82e6652c57f5b7b627d6c33a25796d9bcc012.zip |
Initial commit. Fixes bug #282173. Build system change reported upstream as bug fdo#39496.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/lpsolve/ChangeLog | 11 | ||||
-rw-r--r-- | sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild | 17 | ||||
-rw-r--r-- | sci-mathematics/lpsolve/metadata.xml | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sci-mathematics/lpsolve/ChangeLog b/sci-mathematics/lpsolve/ChangeLog new file mode 100644 index 000000000000..81685491d049 --- /dev/null +++ b/sci-mathematics/lpsolve/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-mathematics/lpsolve +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.1 2011/07/24 11:43:57 scarabeus Exp $ + +*lpsolve-5.5.2.0 (24 Jul 2011) + + 24 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> +lpsolve-5.5.2.0.ebuild, + +metadata.xml: + Initial commit. Fixes bug #282173. Build system change reported upstream as + bug fdo#39496. + diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild new file mode 100644 index 000000000000..3f488f9905f6 --- /dev/null +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.1 2011/07/24 11:43:57 scarabeus Exp $ + +EAPI=4 + +DESCRIPTION="Mixed Integer Linear Programming (MILP) solver" +HOMEPAGE="http://sourceforge.net/projects/lpsolve/" +SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="sci-libs/colamd" +RDEPEND="${DEPEND}" diff --git a/sci-mathematics/lpsolve/metadata.xml b/sci-mathematics/lpsolve/metadata.xml new file mode 100644 index 000000000000..c8ff3b01d7b1 --- /dev/null +++ b/sci-mathematics/lpsolve/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>openoffice</herd> + <herd>sci-mathematics</herd> +</pkgmetadata> |