summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-07-23 11:53:50 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2011-07-23 11:53:50 +0200
commite1deb0cd5390d2e23be3eb1831fbbd39af53e8e6 (patch)
tree307a0b72903dbf5a6bba96dac1af3740bce54d77
parent[app-office/libreoffice] drop unused code. (diff)
downloadscarabeus-e1deb0cd5390d2e23be3eb1831fbbd39af53e8e6.tar.gz
scarabeus-e1deb0cd5390d2e23be3eb1831fbbd39af53e8e6.tar.bz2
scarabeus-e1deb0cd5390d2e23be3eb1831fbbd39af53e8e6.zip
[sci-mathematics/lpsolve] add package required by libreoffice, buildsytem by me.
-rw-r--r--sci-mathematics/lpsolve/Manifest2
-rw-r--r--sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild17
2 files changed, 19 insertions, 0 deletions
diff --git a/sci-mathematics/lpsolve/Manifest b/sci-mathematics/lpsolve/Manifest
new file mode 100644
index 0000000..2ab420c
--- /dev/null
+++ b/sci-mathematics/lpsolve/Manifest
@@ -0,0 +1,2 @@
+DIST lpsolve-5.5.2.0.tar.xz 737000 RMD160 d19d73238f0aa4f2a219645e4d6478523ab161cf SHA1 a730f94c1f014e42432ed60de4ab8c678e28a104 SHA256 09d914b43db327fa32c94914917c0db9e4f128c407f41df1dae18df6d2c7573d
+EBUILD lpsolve-5.5.2.0.ebuild 444 RMD160 29e07aa830ddd9ebeaf8fa0e7c6f0e692f2c1e94 SHA1 3c43d75272ba81b7305548149794d05a322ccc47 SHA256 5343f560c703e1f563dc0ba3e7f3a324b356d85871ad96b7fdcfb8fd0e2386c1
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 0000000..4b11d02
--- /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: $
+
+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}"