From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QkYvc-00055B-5U for garchives@archives.gentoo.org; Sat, 23 Jul 2011 09:55:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A92621C067; Sat, 23 Jul 2011 09:55:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4AE4A21C067 for ; Sat, 23 Jul 2011 09:55:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B62341B4023 for ; Sat, 23 Jul 2011 09:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DD4E98003D for ; Sat, 23 Jul 2011 09:55:14 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] dev/scarabeus:master commit in: sci-mathematics/lpsolve/ X-VCS-Repository: dev/scarabeus X-VCS-Files: sci-mathematics/lpsolve/Manifest sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild X-VCS-Directories: sci-mathematics/lpsolve/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: e1deb0cd5390d2e23be3eb1831fbbd39af53e8e6 Date: Sat, 23 Jul 2011 09:55:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3f526415e0981131aca9d96f7a627c3a commit: e1deb0cd5390d2e23be3eb1831fbbd39af53e8e6 Author: Tomas Chvatal gentoo org> AuthorDate: Sat Jul 23 09:53:50 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Sat Jul 23 09:53:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/scarabeus.git;= a=3Dcommit;h=3De1deb0cd [sci-mathematics/lpsolve] add package required by libreoffice, buildsytem= by me. --- sci-mathematics/lpsolve/Manifest | 2 ++ sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/sci-mathematics/lpsolve/Manifest b/sci-mathematics/lpsolve/M= anifest 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 d19d73238f0aa4f2a219645e4d6478= 523ab161cf SHA1 a730f94c1f014e42432ed60de4ab8c678e28a104 SHA256 09d914b43= db327fa32c94914917c0db9e4f128c407f41df1dae18df6d2c7573d +EBUILD lpsolve-5.5.2.0.ebuild 444 RMD160 29e07aa830ddd9ebeaf8fa0e7c6f0e6= 92f2c1e94 SHA1 3c43d75272ba81b7305548149794d05a322ccc47 SHA256 5343f560c7= 03e1f563dc0ba3e7f3a324b356d85871ad96b7fdcfb8fd0e2386c1 diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-mathema= tics/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=3D4 + +DESCRIPTION=3D"Mixed Integer Linear Programming (MILP) solver" +HOMEPAGE=3D"http://sourceforge.net/projects/lpsolve/" +SRC_URI=3D"http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"" + +DEPEND=3D"sci-libs/colamd" +RDEPEND=3D"${DEPEND}"