public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2017-10-12 18:39 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2017-10-12 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     10942bf83b1eaff5647af5f136793bcb993bd022
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 18:38:34 2017 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 18:38:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10942bf8

dev-ml/ocplib-simplex: Add dev-ml/ocplib-simplex-0.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ml/ocplib-simplex/Manifest                  |  1 +
 dev-ml/ocplib-simplex/metadata.xml              | 12 ++++++++++
 dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild | 31 +++++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-ml/ocplib-simplex/Manifest b/dev-ml/ocplib-simplex/Manifest
new file mode 100644
index 00000000000..531355b8468
--- /dev/null
+++ b/dev-ml/ocplib-simplex/Manifest
@@ -0,0 +1 @@
+DIST ocplib-simplex-0.3.tar.gz 31013 SHA256 59bf450593e2407d52029140803e0e1343d6e30d1564f65cb2b7ec9582681171 SHA512 43373deb6e921a31526c27d33808c3520b4f375caf9e5237179db0e8d84b5be3bf43e061e2d991fc6de694958c64c7ede0b258400fb921c4139664e367958630 WHIRLPOOL eb27382e3726bbdb408b41512bb7ff294a5cb6a06335c726ae2c7a197f6fe5c829cdd2f3b2cf6a0bea483e21025fea6146f571aad60c2f91f004dadec770b264

diff --git a/dev-ml/ocplib-simplex/metadata.xml b/dev-ml/ocplib-simplex/metadata.xml
new file mode 100644
index 00000000000..01c5e44dd80
--- /dev/null
+++ b/dev-ml/ocplib-simplex/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+	<longdescription lang="en">
+		A library implementing a simplex algorithm, in a functional style,
+		for solving systems of linear inequalities
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
new file mode 100644
index 00000000000..cf06261cf33
--- /dev/null
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools findlib multilib
+
+DESCRIPTION="A library implementing a simplex algorithm"
+HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
+SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS="CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt"
+
+src_prepare() {
+	default
+	mv configure.{in,ac} || die
+	eautoreconf
+}
+
+src_install() {
+	findlib_src_install LIBDIR="${D}"usr/"$(get_libdir)"/ocaml
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2017-10-15 18:45 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2017-10-15 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c8b217e31993ef551e27197e7d8b7f3658a297bc
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 18:45:25 2017 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 18:45:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b217e3

dev-ml/ocplib-simplex: configure.ac depends fix. Bug #634344

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
index cf06261cf33..af7162c862f 100644
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
@@ -23,6 +23,8 @@ DOCS="CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt"
 src_prepare() {
 	default
 	mv configure.{in,ac} || die
+	sed -i -e "s:configure.in:configure.ac:g" \
+		Makefile.in
 	eautoreconf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2018-07-27  6:39 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2018-07-27  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e2761d576b314a6eadcdb243888c8a35baa1bb48
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 06:39:26 2018 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 06:39:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2761d57

dev-ml/ocplib-simplex: Stabilizing

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
index af7162c862f..f04ed1fed37 100644
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/${PV}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2019-07-24 21:13 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2019-07-24 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f434a796c41389a3f36a10adfa27e97149eddb79
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 21:13:11 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 21:13:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f434a796

dev-ml/ocplib-simplex: version bump to 0.4

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ml/ocplib-simplex/Manifest                  |  1 +
 dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ml/ocplib-simplex/Manifest b/dev-ml/ocplib-simplex/Manifest
index 141fa5a786f..aba0025144b 100644
--- a/dev-ml/ocplib-simplex/Manifest
+++ b/dev-ml/ocplib-simplex/Manifest
@@ -1 +1,2 @@
 DIST ocplib-simplex-0.3.tar.gz 31013 BLAKE2B 30d1541f15bf9d2c55f51ed565f2feb63c2b0fbe0095c15849a22df0876ad992a3e6c15924dbbe5a798ab278c7e171e30cda815b1de2ec9bc19fc92bbe79ad95 SHA512 43373deb6e921a31526c27d33808c3520b4f375caf9e5237179db0e8d84b5be3bf43e061e2d991fc6de694958c64c7ede0b258400fb921c4139664e367958630
+DIST ocplib-simplex-0.4.tar.gz 31784 BLAKE2B 89ebb43ba59debc658b1400b24379dcb717f44f484742a4ea2227e1692f2d1d359469add4e3c22bd15b7a5044e4d45877994b40e80f28ec8639989bf28565d9a SHA512 5eb80f0c8ad32291d24423255c0359e139cd85e2262b0cbbfaffcab66d9a7eb66c9bf04bb9d5d5c103574ec7041a72cde5412e6cb03fc9fe4a8fd257dab49a76

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
new file mode 100644
index 00000000000..bfb95bacade
--- /dev/null
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools findlib multilib
+
+DESCRIPTION="A library implementing a simplex algorithm"
+HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
+SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS="CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt"
+
+src_prepare() {
+	default
+	mv configure.{in,ac} || die
+	sed -i -e "s:configure.in:configure.ac:g" \
+		Makefile.in
+	eautoreconf
+}
+
+src_install() {
+	findlib_src_install LIBDIR="${D}"/usr/"$(get_libdir)"/ocaml
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2019-07-25 19:35 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2019-07-25 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fe54cc9f716a9d052122dba7556f796dc0517926
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 19:35:00 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 19:35:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe54cc9f

dev-ml/ocplib-simplex: Fix SRC_URI

Closes: https://bugs.gentoo.org/690710
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
index bfb95bacade..eb9269280d7 100644
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
@@ -7,7 +7,7 @@ inherit autotools findlib multilib
 
 DESCRIPTION="A library implementing a simplex algorithm"
 HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
-SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/${PV}.tar.gz
+SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz
 	-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1-with-linking-exception"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2019-10-21  7:10 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2019-10-21  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b1f1002da34b5b44cff3556179480d8834bafb41
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 07:10:00 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 07:10:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f1002d

dev-ml/ocplib-simplex: Stable version

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
index eb9269280d7..e43a4e3d084 100644
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2021-01-14  6:33 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2021-01-14  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d0edf32b71487d0e34a50c38422c38a7392aadaf
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 06:33:37 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 06:33:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0edf32b

dev-ml/ocplib-simplex: ML maintains it

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocplib-simplex/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocplib-simplex/metadata.xml b/dev-ml/ocplib-simplex/metadata.xml
index 01c5e44dd80..eed4dbab931 100644
--- a/dev-ml/ocplib-simplex/metadata.xml
+++ b/dev-ml/ocplib-simplex/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>tupone@gentoo.org</email>
-		<name>Tupone Alfredo</name>
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
 	</maintainer>
 	<longdescription lang="en">
 		A library implementing a simplex algorithm, in a functional style,


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2021-01-15  0:50 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-01-15  0:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6c6cc153c9638d4f1a6fc363e71d5c25b8ad6538
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 00:50:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 00:50:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6cc153

dev-ml/ocplib-simplex: fix WrongMaintainerType

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocplib-simplex/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocplib-simplex/metadata.xml b/dev-ml/ocplib-simplex/metadata.xml
index eed4dbab931..9a08a32b302 100644
--- a/dev-ml/ocplib-simplex/metadata.xml
+++ b/dev-ml/ocplib-simplex/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
+	<maintainer type="project">
 		<email>ml@gentoo.org</email>
 		<name>ML</name>
 	</maintainer>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2021-03-15  4:02 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-15  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3474fb5d222b8f2bccdf02ddce7a1b70ec6a1055
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 03:13:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 04:01:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3474fb5d

dev-ml/ocplib-simplex: drop 0.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ocplib-simplex/Manifest                  |  1 -
 dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild | 33 -------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-ml/ocplib-simplex/Manifest b/dev-ml/ocplib-simplex/Manifest
index aba0025144b..a1645db7e20 100644
--- a/dev-ml/ocplib-simplex/Manifest
+++ b/dev-ml/ocplib-simplex/Manifest
@@ -1,2 +1 @@
-DIST ocplib-simplex-0.3.tar.gz 31013 BLAKE2B 30d1541f15bf9d2c55f51ed565f2feb63c2b0fbe0095c15849a22df0876ad992a3e6c15924dbbe5a798ab278c7e171e30cda815b1de2ec9bc19fc92bbe79ad95 SHA512 43373deb6e921a31526c27d33808c3520b4f375caf9e5237179db0e8d84b5be3bf43e061e2d991fc6de694958c64c7ede0b258400fb921c4139664e367958630
 DIST ocplib-simplex-0.4.tar.gz 31784 BLAKE2B 89ebb43ba59debc658b1400b24379dcb717f44f484742a4ea2227e1692f2d1d359469add4e3c22bd15b7a5044e4d45877994b40e80f28ec8639989bf28565d9a SHA512 5eb80f0c8ad32291d24423255c0359e139cd85e2262b0cbbfaffcab66d9a7eb66c9bf04bb9d5d5c103574ec7041a72cde5412e6cb03fc9fe4a8fd257dab49a76

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
deleted file mode 100644
index f04ed1fed37..00000000000
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools findlib multilib
-
-DESCRIPTION="A library implementing a simplex algorithm"
-HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
-SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-DOCS="CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt"
-
-src_prepare() {
-	default
-	mv configure.{in,ac} || die
-	sed -i -e "s:configure.in:configure.ac:g" \
-		Makefile.in
-	eautoreconf
-}
-
-src_install() {
-	findlib_src_install LIBDIR="${D}"usr/"$(get_libdir)"/ocaml
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2022-12-04 21:21 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2022-12-04 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b4fdaf0f4901d31120ed775ad4ba540212f09df8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 21:21:36 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 21:21:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fdaf0f

dev-ml/ocplib-simplex: add github upstream metadata

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocplib-simplex/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ml/ocplib-simplex/metadata.xml b/dev-ml/ocplib-simplex/metadata.xml
index ca4503f2a0c2..56efe7f946ea 100644
--- a/dev-ml/ocplib-simplex/metadata.xml
+++ b/dev-ml/ocplib-simplex/metadata.xml
@@ -9,4 +9,7 @@
 		A library implementing a simplex algorithm, in a functional style,
 		for solving systems of linear inequalities
 	</longdescription>
+	<upstream>
+		<remote-id type="github">OCamlPro-Iguernlala/ocplib-simplex</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2023-09-02 13:17 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2023-09-02 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     29c52b5bd7a55b4d023a2fd4d6db9fadc8beeb3a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 13:15:33 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 13:16:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c52b5b

dev-ml/ocplib-simplex: add 0.4.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocplib-simplex/Manifest                    |  1 +
 dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild | 36 +++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/ocplib-simplex/Manifest b/dev-ml/ocplib-simplex/Manifest
index a1645db7e204..9ca9b54b0f34 100644
--- a/dev-ml/ocplib-simplex/Manifest
+++ b/dev-ml/ocplib-simplex/Manifest
@@ -1 +1,2 @@
+DIST ocplib-simplex-0.4.1.tar.gz 31955 BLAKE2B bddcf1f83dfd64fd7da3564cbb3fcb9f8e50ad4106ec03b6881315edd6106bb2f691dbe8f288121c351fa7e861fdddb9a818ce4527ab960a9c7109af49d97761 SHA512 6436a904f4e0ec4efa13592185764b58142296816855562d9c2c6d360b64ab554bbd95314976e0462fbb2ed145f8915fd9c2f63f7bae66063efb4c51f74f3edb
 DIST ocplib-simplex-0.4.tar.gz 31784 BLAKE2B 89ebb43ba59debc658b1400b24379dcb717f44f484742a4ea2227e1692f2d1d359469add4e3c22bd15b7a5044e4d45877994b40e80f28ec8639989bf28565d9a SHA512 5eb80f0c8ad32291d24423255c0359e139cd85e2262b0cbbfaffcab66d9a7eb66c9bf04bb9d5d5c103574ec7041a72cde5412e6cb03fc9fe4a8fd257dab49a76

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
new file mode 100644
index 000000000000..2f62b9e344e4
--- /dev/null
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools findlib
+
+DESCRIPTION="A library implementing a simplex algorithm"
+HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
+SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt )
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.4-flags.patch
+)
+
+QA_FLAGS_IGNORED=(
+	/usr/lib64/ocaml/ocplib-simplex/ocplibSimplex.cmxs
+)
+
+src_prepare() {
+	default
+	mv configure.{in,ac} || die
+	sed -i -e "s:configure.in:configure.ac:g" \
+		Makefile.in || die
+	eautoreconf
+}
+
+src_install() {
+	findlib_src_install LIBDIR="${D}"/usr/"$(get_libdir)"/ocaml
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2023-10-08 15:29 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-10-08 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     aea883b1978a9dab0df4a0de20e55a71c3b9c3d1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 15:29:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 15:29:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea883b1

dev-ml/ocplib-simplex: Stabilize 0.4.1 amd64, #915371

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
index 2f62b9e344e4..5eb51f246ca3 100644
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz -> $
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DOCS=( CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt )
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2024-06-07 17:38 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2024-06-07 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b80fa62ec676f6e2064bac576610e2417483eb35
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 17:36:46 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 17:37:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80fa62e

dev-ml/ocplib-simplex: FLAGS are ignored in the eclass

Closes: https://bugs.gentoo.org/832814
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
index 5eb51f246ca3..65dfd5ab261b 100644
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,10 +19,6 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-0.4-flags.patch
 )
 
-QA_FLAGS_IGNORED=(
-	/usr/lib64/ocaml/ocplib-simplex/ocplibSimplex.cmxs
-)
-
 src_prepare() {
 	default
 	mv configure.{in,ac} || die


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/
@ 2024-07-10 13:07 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2024-07-10 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4dcab49aee7096c9a1fc52b5136ee080bb3b24e1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 13:06:55 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 13:07:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcab49a

dev-ml/ocplib-simplex: add 0.5.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocplib-simplex/Manifest                    |  1 +
 dev-ml/ocplib-simplex/ocplib-simplex-0.5.1.ebuild | 24 +++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ml/ocplib-simplex/Manifest b/dev-ml/ocplib-simplex/Manifest
index 9ca9b54b0f34..37c35ec1d37d 100644
--- a/dev-ml/ocplib-simplex/Manifest
+++ b/dev-ml/ocplib-simplex/Manifest
@@ -1,2 +1,3 @@
 DIST ocplib-simplex-0.4.1.tar.gz 31955 BLAKE2B bddcf1f83dfd64fd7da3564cbb3fcb9f8e50ad4106ec03b6881315edd6106bb2f691dbe8f288121c351fa7e861fdddb9a818ce4527ab960a9c7109af49d97761 SHA512 6436a904f4e0ec4efa13592185764b58142296816855562d9c2c6d360b64ab554bbd95314976e0462fbb2ed145f8915fd9c2f63f7bae66063efb4c51f74f3edb
 DIST ocplib-simplex-0.4.tar.gz 31784 BLAKE2B 89ebb43ba59debc658b1400b24379dcb717f44f484742a4ea2227e1692f2d1d359469add4e3c22bd15b7a5044e4d45877994b40e80f28ec8639989bf28565d9a SHA512 5eb80f0c8ad32291d24423255c0359e139cd85e2262b0cbbfaffcab66d9a7eb66c9bf04bb9d5d5c103574ec7041a72cde5412e6cb03fc9fe4a8fd257dab49a76
+DIST ocplib-simplex-0.5.1.tar.gz 34208 BLAKE2B 713283c7ed3a938e9751ebc0cf9cccee4cda17f34e3e11fcab8835f452180389ef9af1a2d1b0cdaf6e3a9ffe4330eb96eeefe713ea542d16bd3aa8f8bf0b986a SHA512 652535875ce4f21a46381847539dbc7aba80e7d374856034f8526413f6705b84cc9758a8433a67d852e864080b4e82a79834e493a7665541680aefbd1a8da3fc

diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.5.1.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.5.1.ebuild
new file mode 100644
index 000000000000..a9ff96a0a80b
--- /dev/null
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="A library implementing a simplex algorithm"
+HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
+SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-ml/findlib:=[ocamlopt?]
+	dev-ml/logs:=[ocamlopt?]
+"
+BDEPEND="test? ( dev-ml/zarith )"
+
+DOCS=( CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt )


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

end of thread, other threads:[~2024-07-10 13:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-04 21:21 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10 13:07 Alfredo Tupone
2024-06-07 17:38 Alfredo Tupone
2023-10-08 15:29 Arthur Zamarin
2023-09-02 13:17 Alfredo Tupone
2021-03-15  4:02 Sam James
2021-01-15  0:50 Sam James
2021-01-14  6:33 Alfredo Tupone
2019-10-21  7:10 Alfredo Tupone
2019-07-25 19:35 Alfredo Tupone
2019-07-24 21:13 Alfredo Tupone
2018-07-27  6:39 Alfredo Tupone
2017-10-15 18:45 Alfredo Tupone
2017-10-12 18:39 Alfredo Tupone

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