public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/scarabeus:master commit in: sci-mathematics/lpsolve/
@ 2011-07-23  9:55 Tomas Chvatal
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal @ 2011-07-23  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e1deb0cd5390d2e23be3eb1831fbbd39af53e8e6
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 09:53:50 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 09:53:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=e1deb0cd

[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/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}"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/scarabeus:master commit in: sci-mathematics/lpsolve/
@ 2011-07-24 11:44 Tomas Chvatal
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal @ 2011-07-24 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f1bc7000ba2a0e8d90d44d00f827e481c946a665
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 11:39:14 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 11:39:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=f1bc7000

[sci-mathematics/lpsolve] Move lpsolve to main tree.

---
 sci-mathematics/lpsolve/Manifest               |    2 --
 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild |   17 -----------------
 2 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/sci-mathematics/lpsolve/Manifest b/sci-mathematics/lpsolve/Manifest
deleted file mode 100644
index 2ab420c..0000000
--- a/sci-mathematics/lpsolve/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 4b11d02..0000000
--- a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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}"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-24 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  9:55 [gentoo-commits] dev/scarabeus:master commit in: sci-mathematics/lpsolve/ Tomas Chvatal
  -- strict thread matches above, loose matches on Subject: below --
2011-07-24 11:44 Tomas Chvatal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox