summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-07-24 11:43:57 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-07-24 11:43:57 +0000
commit6decc2d85593ced62d181562b016b20b2ab61119 (patch)
tree67e558c0b2a1c113efc558224d4d53af92696404
parentFix building with curl-7.21.7. Closes bug #376133. (diff)
downloadhistorical-6decc2d85593ced62d181562b016b20b2ab61119.tar.gz
historical-6decc2d85593ced62d181562b016b20b2ab61119.tar.bz2
historical-6decc2d85593ced62d181562b016b20b2ab61119.zip
Initial commit. Fixes bug #282173. Build system change reported upstream as bug fdo#39496.
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
-rw-r--r--sci-mathematics/lpsolve/ChangeLog11
-rw-r--r--sci-mathematics/lpsolve/Manifest14
-rw-r--r--sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild17
-rw-r--r--sci-mathematics/lpsolve/metadata.xml6
4 files changed, 48 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/Manifest b/sci-mathematics/lpsolve/Manifest
new file mode 100644
index 000000000000..a8dbb62508bc
--- /dev/null
+++ b/sci-mathematics/lpsolve/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST lpsolve-5.5.2.0.tar.xz 737000 RMD160 d19d73238f0aa4f2a219645e4d6478523ab161cf SHA1 a730f94c1f014e42432ed60de4ab8c678e28a104 SHA256 09d914b43db327fa32c94914917c0db9e4f128c407f41df1dae18df6d2c7573d
+EBUILD lpsolve-5.5.2.0.ebuild 555 RMD160 8e52b8aadc6389f4348e59ab9a03d4ae2f86408a SHA1 80ee82422aba89d6350e2ad25093b66ead73fb9f SHA256 178221d26f863a4846ba943d1483b5731afd52a53f0521b4cf51a2aaf0a093d2
+MISC ChangeLog 447 RMD160 d9187bba46241edae47a0012d04d48cac865b8e4 SHA1 42cfc158975c7efda1edd486ce108bbb148847aa SHA256 76cce6481413390facfee852585343bf2a8cc2cece4953c44ea2f357214d86ef
+MISC metadata.xml 194 RMD160 6eb4f1597dbe8a0c393b96e9769b0c7e46e02e73 SHA1 1776ffef40761002a8d64eec85d2413d0e13fb2e SHA256 b06c1aa37061e8ddfcf0909ecb5364874821198c94dc160f32c3f05d4bb628f3
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk4sBW0ACgkQHB6c3gNBRYcqiwCdG+OZEQgoN/e8wZ37eF5ykj7j
+hxQAnjXjz5v/ZRRX9kMHTOxGr5DwWen9
+=IWPL
+-----END PGP SIGNATURE-----
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>