[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2023-06-09 Thread Arthur Zamarin
commit: faa8321b8414deb164e12e2142aebf9e9dace833
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 14:49:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 14:50:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa8321b

sci-libs/brial: destabilize for ~x86

Signed-off-by: Arthur Zamarin  gentoo.org>

 sci-libs/brial/brial-1.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.12.ebuild 
b/sci-libs/brial/brial-1.2.12.ebuild
index 633498a65896..1a4d4a95fd64 100644
--- a/sci-libs/brial/brial-1.2.12.ebuild
+++ b/sci-libs/brial/brial-1.2.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2+, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="png"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2023-06-05 Thread Michael Orlitzky
commit: 85c6a082e980953a0e55e58ea256b70ec4cf9def
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Jun  5 12:07:11 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Jun  5 12:26:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c6a082

sci-libs/brial: drop 1.2.11

Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/brial/Manifest|  1 -
 sci-libs/brial/brial-1.2.11.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
index 1f444c0b51e5..4db498aa9d39 100644
--- a/sci-libs/brial/Manifest
+++ b/sci-libs/brial/Manifest
@@ -1,2 +1 @@
-DIST brial-1.2.11.tar.bz2 1260892 BLAKE2B 
910f4ffd728235c8b18deb0d36c76778ce2c392644b7eaba06a9c00a832b4ccb0c2cd69f4d9ab9770e060b54491bd6b613e4e1324a32f57d7c32f200fb0a900d
 SHA512 
00532b6361c709fce44940bfd22563046cfcbc06d41282a01a26f9bcb25fa86df1406685d7ba4b1ebbb08cd7fa8b9811c81eccf78e72ea96960ef7a059c2e926
 DIST brial-1.2.12.tar.bz2 1259569 BLAKE2B 
bf9415b2980d76d00239eceea113d6dbb916f5dcec3bdecb05db0ad1988761e4d25ab9a0419c68a3b2501f1f9dc6e2d31418aea7c727cfd01f4ae76eea8f81e2
 SHA512 
c44902f0f935d614b8c2d437d6c895f650ff4b77501ac3ba035e21671719f4080c88a173819f8db8e8b7dda121736146d8388b70ad7cda75207a1b22b93f5af6

diff --git a/sci-libs/brial/brial-1.2.11.ebuild 
b/sci-libs/brial/brial-1.2.11.ebuild
deleted file mode 100644
index ac707772a283..
--- a/sci-libs/brial/brial-1.2.11.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A C++ library for polynomials over boolean rings"
-HOMEPAGE="https://github.com/BRiAl/BRiAl;
-SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
-
-# The top-level license is GPL2+, but cudd/LICENSE is BSD.
-LICENSE="BSD GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="png"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="dev-libs/boost
-   sci-libs/m4ri[png=]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   tc-export PKG_CONFIG
-
-   # with-boost-libdir added to deal with some rather quirky setups
-   # see https://github.com/cschwan/sage-on-gentoo/issues/551
-   econf \
-   --with-boost="${ESYSROOT}"/usr \
-   --with-boost-libdir="${ESYSROOT}"/usr/$(get_libdir)
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2023-06-04 Thread Sam James
commit: 8f466deecc6aeb859f9469c4888b0ff8e24416a2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 05:02:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 05:02:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f466dee

sci-libs/brial: Stabilize 1.2.12 amd64, #907857

Signed-off-by: Sam James  gentoo.org>

 sci-libs/brial/brial-1.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.12.ebuild 
b/sci-libs/brial/brial-1.2.12.ebuild
index 22d2e605130a..633498a65896 100644
--- a/sci-libs/brial/brial-1.2.12.ebuild
+++ b/sci-libs/brial/brial-1.2.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2+, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="png"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2023-06-04 Thread Sam James
commit: 1f991f0f4a7457339e6032655c20b69f34b9a5ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  5 03:57:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 03:57:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f991f0f

sci-libs/brial: Stabilize 1.2.12 x86, #907857

Signed-off-by: Sam James  gentoo.org>

 sci-libs/brial/brial-1.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.12.ebuild 
b/sci-libs/brial/brial-1.2.12.ebuild
index 31821f7a6cde..22d2e605130a 100644
--- a/sci-libs/brial/brial-1.2.12.ebuild
+++ b/sci-libs/brial/brial-1.2.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2+, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="png"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2023-01-16 Thread Michael Orlitzky
commit: 08fd3aa913284cddc9f861e9b27b0087455d827d
Author: François Bissey  gmail  com>
AuthorDate: Sun Jan 15 00:55:17 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Jan 16 23:20:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fd3aa9

sci-libs/brial: add 1.2.12

Closes: https://github.com/gentoo/gentoo/pull/29111
Closes: https://bugs.gentoo.org/890425
Signed-off-by: Michael Orlitzky  gentoo.org>
Signed-off-by: François Bissey  gmail.com>

 sci-libs/brial/Manifest|  1 +
 sci-libs/brial/brial-1.2.12.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
index 4f4cb180b5a0..1f444c0b51e5 100644
--- a/sci-libs/brial/Manifest
+++ b/sci-libs/brial/Manifest
@@ -1 +1,2 @@
 DIST brial-1.2.11.tar.bz2 1260892 BLAKE2B 
910f4ffd728235c8b18deb0d36c76778ce2c392644b7eaba06a9c00a832b4ccb0c2cd69f4d9ab9770e060b54491bd6b613e4e1324a32f57d7c32f200fb0a900d
 SHA512 
00532b6361c709fce44940bfd22563046cfcbc06d41282a01a26f9bcb25fa86df1406685d7ba4b1ebbb08cd7fa8b9811c81eccf78e72ea96960ef7a059c2e926
+DIST brial-1.2.12.tar.bz2 1259569 BLAKE2B 
bf9415b2980d76d00239eceea113d6dbb916f5dcec3bdecb05db0ad1988761e4d25ab9a0419c68a3b2501f1f9dc6e2d31418aea7c727cfd01f4ae76eea8f81e2
 SHA512 
c44902f0f935d614b8c2d437d6c895f650ff4b77501ac3ba035e21671719f4080c88a173819f8db8e8b7dda121736146d8388b70ad7cda75207a1b22b93f5af6

diff --git a/sci-libs/brial/brial-1.2.12.ebuild 
b/sci-libs/brial/brial-1.2.12.ebuild
new file mode 100644
index ..31821f7a6cde
--- /dev/null
+++ b/sci-libs/brial/brial-1.2.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A C++ library for polynomials over boolean rings"
+HOMEPAGE="https://github.com/BRiAl/BRiAl;
+SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
+
+# The top-level license is GPL2+, but cudd/LICENSE is BSD.
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="png"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="dev-libs/boost
+   sci-libs/m4ri[png=]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   tc-export PKG_CONFIG
+
+   # with-boost-libdir added to deal with some rather quirky setups
+   # see https://github.com/cschwan/sage-on-gentoo/issues/551
+   econf \
+   --with-boost="${ESYSROOT}"/usr \
+   --with-boost-libdir="${ESYSROOT}"/usr/$(get_libdir)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2022-10-24 Thread Michael Orlitzky
commit: c8b9bc6c2f41518f6c71569a9bb1d3750cd8a0ac
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Oct 24 13:38:01 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Oct 24 13:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b9bc6c

sci-libs/brial: drop 1.2.10

Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/brial/Manifest|  1 -
 sci-libs/brial/brial-1.2.10.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
index dc8bb220205e..4f4cb180b5a0 100644
--- a/sci-libs/brial/Manifest
+++ b/sci-libs/brial/Manifest
@@ -1,2 +1 @@
-DIST brial-1.2.10.tar.bz2 1229830 BLAKE2B 
a1cfe4fcd19824d04388bbab1130a9d07e5920fb05ea1686424f1e0193c6f5d29300bba66bdf7ac59665cbceed3f6ff84fbb5a95311858196a0fbdecda5a2cc7
 SHA512 
163d9f3703271f412d20ec165d713280d9b46c50b66eed0b15385c6d94569e0ea5d7e84c3b6715d51197e97be4062325551402c844f70235a4aa1cebc5e9d3a1
 DIST brial-1.2.11.tar.bz2 1260892 BLAKE2B 
910f4ffd728235c8b18deb0d36c76778ce2c392644b7eaba06a9c00a832b4ccb0c2cd69f4d9ab9770e060b54491bd6b613e4e1324a32f57d7c32f200fb0a900d
 SHA512 
00532b6361c709fce44940bfd22563046cfcbc06d41282a01a26f9bcb25fa86df1406685d7ba4b1ebbb08cd7fa8b9811c81eccf78e72ea96960ef7a059c2e926

diff --git a/sci-libs/brial/brial-1.2.10.ebuild 
b/sci-libs/brial/brial-1.2.10.ebuild
deleted file mode 100644
index 704853e303aa..
--- a/sci-libs/brial/brial-1.2.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A C++ library for polynomials over boolean rings"
-HOMEPAGE="https://github.com/BRiAl/BRiAl;
-SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
-
-# The top-level license is GPL2+, but cudd/LICENSE is BSD.
-LICENSE="BSD GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="png static-libs"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="dev-libs/boost
-   sci-libs/m4ri[png=]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   tc-export PKG_CONFIG
-
-   # with-boost-libdir added to deal with some rather quirky setups
-   # see https://github.com/cschwan/sage-on-gentoo/issues/551
-   econf \
-   --with-boost="${EPREFIX}"/usr \
-   --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2022-10-24 Thread Joonas Niilola
commit: a29763b9324251b72dd71c5b17af52a071399903
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 24 07:20:26 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 24 07:20:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29763b9

sci-libs/brial: Stabilize 1.2.11 x86, #877781

Signed-off-by: Joonas Niilola  gentoo.org>

 sci-libs/brial/brial-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.11.ebuild 
b/sci-libs/brial/brial-1.2.11.ebuild
index aa41242e9a0b..251160e1c79d 100644
--- a/sci-libs/brial/brial-1.2.11.ebuild
+++ b/sci-libs/brial/brial-1.2.11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2+, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="png"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2022-10-24 Thread Joonas Niilola
commit: d191c4b25921c2c97b25fc2477252e06361d8488
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 24 07:21:00 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 24 07:21:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d191c4b2

sci-libs/brial: Stabilize 1.2.11 amd64, #877781

Signed-off-by: Joonas Niilola  gentoo.org>

 sci-libs/brial/brial-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.11.ebuild 
b/sci-libs/brial/brial-1.2.11.ebuild
index 251160e1c79d..ac707772a283 100644
--- a/sci-libs/brial/brial-1.2.11.ebuild
+++ b/sci-libs/brial/brial-1.2.11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2+, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="png"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2022-08-03 Thread Michael Orlitzky
commit: 6160b92370642d2651838022251ef6b2f27e7aed
Author: François Bissey  gmail  com>
AuthorDate: Sat Jul 30 09:30:09 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug  3 20:21:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6160b923

sci-libs/brial: upstream bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: François René Pierre Bissey  gmail.com>
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/brial/Manifest|  1 +
 sci-libs/brial/brial-1.2.11.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
index 07e518dcc825..dc8bb220205e 100644
--- a/sci-libs/brial/Manifest
+++ b/sci-libs/brial/Manifest
@@ -1 +1,2 @@
 DIST brial-1.2.10.tar.bz2 1229830 BLAKE2B 
a1cfe4fcd19824d04388bbab1130a9d07e5920fb05ea1686424f1e0193c6f5d29300bba66bdf7ac59665cbceed3f6ff84fbb5a95311858196a0fbdecda5a2cc7
 SHA512 
163d9f3703271f412d20ec165d713280d9b46c50b66eed0b15385c6d94569e0ea5d7e84c3b6715d51197e97be4062325551402c844f70235a4aa1cebc5e9d3a1
+DIST brial-1.2.11.tar.bz2 1260892 BLAKE2B 
910f4ffd728235c8b18deb0d36c76778ce2c392644b7eaba06a9c00a832b4ccb0c2cd69f4d9ab9770e060b54491bd6b613e4e1324a32f57d7c32f200fb0a900d
 SHA512 
00532b6361c709fce44940bfd22563046cfcbc06d41282a01a26f9bcb25fa86df1406685d7ba4b1ebbb08cd7fa8b9811c81eccf78e72ea96960ef7a059c2e926

diff --git a/sci-libs/brial/brial-1.2.11.ebuild 
b/sci-libs/brial/brial-1.2.11.ebuild
new file mode 100644
index ..b744da836a67
--- /dev/null
+++ b/sci-libs/brial/brial-1.2.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A C++ library for polynomials over boolean rings"
+HOMEPAGE="https://github.com/BRiAl/BRiAl;
+SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
+
+# The top-level license is GPL2+, but cudd/LICENSE is BSD.
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="png static-libs"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="dev-libs/boost
+   sci-libs/m4ri[png=]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   tc-export PKG_CONFIG
+
+   # with-boost-libdir added to deal with some rather quirky setups
+   # see https://github.com/cschwan/sage-on-gentoo/issues/551
+   econf \
+   --with-boost="${EPREFIX}"/usr \
+   --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2022-08-03 Thread Michael Orlitzky
commit: b699fea674a8c930572336412d6be74c4e34b8bc
Author: François Bissey  gmail  com>
AuthorDate: Sat Jul 30 11:09:34 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug  3 20:21:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b699fea6

sci-libs/brial: Migrate to ESYSROOT, drop static libs.

Closes: https://github.com/gentoo/gentoo/pull/26667
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: François René Pierre Bissey  gmail.com>
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/brial/brial-1.2.11.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-libs/brial/brial-1.2.11.ebuild 
b/sci-libs/brial/brial-1.2.11.ebuild
index b744da836a67..aa41242e9a0b 100644
--- a/sci-libs/brial/brial-1.2.11.ebuild
+++ b/sci-libs/brial/brial-1.2.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 LICENSE="BSD GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="png static-libs"
+IUSE="png"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND="dev-libs/boost
@@ -26,9 +26,8 @@ src_configure() {
# with-boost-libdir added to deal with some rather quirky setups
# see https://github.com/cschwan/sage-on-gentoo/issues/551
econf \
-   --with-boost="${EPREFIX}"/usr \
-   --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
-   $(use_enable static-libs static)
+   --with-boost="${ESYSROOT}"/usr \
+   --with-boost-libdir="${ESYSROOT}"/usr/$(get_libdir)
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2021-05-29 Thread David Seifert
commit: b3a1d83453020ace186fa0c4e785383d1c92f9cb
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 19:02:07 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 29 19:02:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a1d834

sci-libs/brial: perform tc-export in src_configure

Signed-off-by: Sam James  gentoo.org>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/brial/brial-1.2.10.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-libs/brial/brial-1.2.10.ebuild 
b/sci-libs/brial/brial-1.2.10.ebuild
index 7b2dfededba..704853e303a 100644
--- a/sci-libs/brial/brial-1.2.10.ebuild
+++ b/sci-libs/brial/brial-1.2.10.ebuild
@@ -20,11 +20,9 @@ DEPEND="dev-libs/boost
sci-libs/m4ri[png=]"
 RDEPEND="${DEPEND}"
 
-pkg_setup() {
+src_configure() {
tc-export PKG_CONFIG
-}
 
-src_configure() {
# with-boost-libdir added to deal with some rather quirky setups
# see https://github.com/cschwan/sage-on-gentoo/issues/551
econf \



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2021-05-04 Thread Sam James
commit: 76a18e8de35b0576a5fd24e9afb6dc7dca184305
Author: Sam James  gentoo  org>
AuthorDate: Tue May  4 03:17:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  4 19:09:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a18e8d

sci-libs/brial: fix phase definition style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sci-libs/brial/brial-1.2.10.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/brial/brial-1.2.10.ebuild 
b/sci-libs/brial/brial-1.2.10.ebuild
index 926f7639d6b..7b2dfededba 100644
--- a/sci-libs/brial/brial-1.2.10.ebuild
+++ b/sci-libs/brial/brial-1.2.10.ebuild
@@ -20,11 +20,11 @@ DEPEND="dev-libs/boost
sci-libs/m4ri[png=]"
 RDEPEND="${DEPEND}"
 
-pkg_setup(){
+pkg_setup() {
tc-export PKG_CONFIG
 }
 
-src_configure(){
+src_configure() {
# with-boost-libdir added to deal with some rather quirky setups
# see https://github.com/cschwan/sage-on-gentoo/issues/551
econf \
@@ -33,7 +33,7 @@ src_configure(){
$(use_enable static-libs static)
 }
 
-src_install(){
+src_install() {
default
find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2021-02-18 Thread David Seifert
commit: 3cadf10ba61731a9577eac28cfb245a661b0beeb
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 18 18:55:33 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 18 18:55:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cadf10b

sci-libs/brial: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/brial/Manifest   |  1 -
 sci-libs/brial/brial-1.2.8.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
index 0132c582b5b..07e518dcc82 100644
--- a/sci-libs/brial/Manifest
+++ b/sci-libs/brial/Manifest
@@ -1,2 +1 @@
 DIST brial-1.2.10.tar.bz2 1229830 BLAKE2B 
a1cfe4fcd19824d04388bbab1130a9d07e5920fb05ea1686424f1e0193c6f5d29300bba66bdf7ac59665cbceed3f6ff84fbb5a95311858196a0fbdecda5a2cc7
 SHA512 
163d9f3703271f412d20ec165d713280d9b46c50b66eed0b15385c6d94569e0ea5d7e84c3b6715d51197e97be4062325551402c844f70235a4aa1cebc5e9d3a1
-DIST brial-1.2.8.tar.bz2 1228732 BLAKE2B 
f9bdfc9416381f3436c555861806a7ea4680e706729b6de9c2b06ea2908090b87b745fe5ce2d94ba9d5832a78067e4848f8ef113b7d8dc22557b6d95b7dad707
 SHA512 
a94acba140d976dd070b5214c537fb3dba89fc2309addc566b8f0a031328f2d4c2bb3c38c2cb5565c7ff2ca0c5f7f56ca120899d15c768887d3b61a18b3e05be

diff --git a/sci-libs/brial/brial-1.2.8.ebuild 
b/sci-libs/brial/brial-1.2.8.ebuild
deleted file mode 100644
index 26e826d9b26..000
--- a/sci-libs/brial/brial-1.2.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A C++ library for polynomials over boolean rings"
-HOMEPAGE="https://github.com/BRiAl/BRiAl;
-SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
-
-# The top-level license is GPL2, but cudd/LICENSE is BSD.
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="png static-libs"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="dev-libs/boost
-   sci-libs/m4ri[png=]"
-RDEPEND="${DEPEND}"
-
-pkg_setup(){
-   tc-export PKG_CONFIG
-}
-
-src_configure(){
-   # with-boost-libdir added to deal with some rather quirky setups
-   # see https://github.com/cschwan/sage-on-gentoo/issues/551
-   econf \
-   --with-boost="${EPREFIX}"/usr \
-   --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
-   $(use_enable static-libs static)
-}
-
-src_install(){
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2021-02-18 Thread Sam James
commit: 8be51fedbe7edbc911c9f25c39152b36c0cd7602
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 08:38:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 08:38:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be51fed

sci-libs/brial: Stabilize 1.2.10 amd64, #765760

Signed-off-by: Sam James  gentoo.org>

 sci-libs/brial/brial-1.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.10.ebuild 
b/sci-libs/brial/brial-1.2.10.ebuild
index 27cfaaf9a63..926f7639d6b 100644
--- a/sci-libs/brial/brial-1.2.10.ebuild
+++ b/sci-libs/brial/brial-1.2.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2+, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="png static-libs"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2021-02-18 Thread Sam James
commit: 6a36fee9404eeb14c221c9707c7fafedd4d5254c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 08:35:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 08:35:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a36fee9

sci-libs/brial: Stabilize 1.2.10 x86, #765760

Signed-off-by: Sam James  gentoo.org>

 sci-libs/brial/brial-1.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.10.ebuild 
b/sci-libs/brial/brial-1.2.10.ebuild
index 8abd8547852..27cfaaf9a63 100644
--- a/sci-libs/brial/brial-1.2.10.ebuild
+++ b/sci-libs/brial/brial-1.2.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2+, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="png static-libs"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2020-10-03 Thread Michael Orlitzky
commit: 0e2043d4c91df3fedab2ae17fb2d0908767b3e3b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Oct  3 21:51:54 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Oct  3 23:08:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2043d4

sci-libs/brial: bugfix update 1.2.9 -> 1.2.10.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/brial/Manifest| 2 +-
 sci-libs/brial/{brial-1.2.9.ebuild => brial-1.2.10.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
index d2b36e43608..0132c582b5b 100644
--- a/sci-libs/brial/Manifest
+++ b/sci-libs/brial/Manifest
@@ -1,2 +1,2 @@
+DIST brial-1.2.10.tar.bz2 1229830 BLAKE2B 
a1cfe4fcd19824d04388bbab1130a9d07e5920fb05ea1686424f1e0193c6f5d29300bba66bdf7ac59665cbceed3f6ff84fbb5a95311858196a0fbdecda5a2cc7
 SHA512 
163d9f3703271f412d20ec165d713280d9b46c50b66eed0b15385c6d94569e0ea5d7e84c3b6715d51197e97be4062325551402c844f70235a4aa1cebc5e9d3a1
 DIST brial-1.2.8.tar.bz2 1228732 BLAKE2B 
f9bdfc9416381f3436c555861806a7ea4680e706729b6de9c2b06ea2908090b87b745fe5ce2d94ba9d5832a78067e4848f8ef113b7d8dc22557b6d95b7dad707
 SHA512 
a94acba140d976dd070b5214c537fb3dba89fc2309addc566b8f0a031328f2d4c2bb3c38c2cb5565c7ff2ca0c5f7f56ca120899d15c768887d3b61a18b3e05be
-DIST brial-1.2.9.tar.bz2 1230234 BLAKE2B 
c083931793976deee592e91efcc8ae2fa501c5a2b5cb04fd8449e225c84d5bbe9255480641694e8aac4f299c6ab1800bf21713278d0f8def4a1f335643751cdd
 SHA512 
f5dfcab6b324d1151e06ce3af0f085ebf692d26cd4b38203c835a35a6f0f25d09f6c4a6ebf44b12c3a9c9125dddb2e94a43f1d04b59d07995392b50ada54d410

diff --git a/sci-libs/brial/brial-1.2.9.ebuild 
b/sci-libs/brial/brial-1.2.10.ebuild
similarity index 100%
rename from sci-libs/brial/brial-1.2.9.ebuild
rename to sci-libs/brial/brial-1.2.10.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2020-09-29 Thread Michael Orlitzky
commit: e70d02d40d0998378db8dbf111a0ddfcbc5a5b76
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Sep 29 13:52:19 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Sep 29 13:58:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70d02d4

sci-libs/brial: new version 1.2.9.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/brial/Manifest   |  1 +
 sci-libs/brial/brial-1.2.9.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
index f3d47c7a9b9..d2b36e43608 100644
--- a/sci-libs/brial/Manifest
+++ b/sci-libs/brial/Manifest
@@ -1 +1,2 @@
 DIST brial-1.2.8.tar.bz2 1228732 BLAKE2B 
f9bdfc9416381f3436c555861806a7ea4680e706729b6de9c2b06ea2908090b87b745fe5ce2d94ba9d5832a78067e4848f8ef113b7d8dc22557b6d95b7dad707
 SHA512 
a94acba140d976dd070b5214c537fb3dba89fc2309addc566b8f0a031328f2d4c2bb3c38c2cb5565c7ff2ca0c5f7f56ca120899d15c768887d3b61a18b3e05be
+DIST brial-1.2.9.tar.bz2 1230234 BLAKE2B 
c083931793976deee592e91efcc8ae2fa501c5a2b5cb04fd8449e225c84d5bbe9255480641694e8aac4f299c6ab1800bf21713278d0f8def4a1f335643751cdd
 SHA512 
f5dfcab6b324d1151e06ce3af0f085ebf692d26cd4b38203c835a35a6f0f25d09f6c4a6ebf44b12c3a9c9125dddb2e94a43f1d04b59d07995392b50ada54d410

diff --git a/sci-libs/brial/brial-1.2.9.ebuild 
b/sci-libs/brial/brial-1.2.9.ebuild
new file mode 100644
index 000..e1831c017fc
--- /dev/null
+++ b/sci-libs/brial/brial-1.2.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A C++ library for polynomials over boolean rings"
+HOMEPAGE="https://github.com/BRiAl/BRiAl;
+SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
+
+# The top-level license is GPL2+, but cudd/LICENSE is BSD.
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="png static-libs"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="dev-libs/boost
+   sci-libs/m4ri[png=]"
+RDEPEND="${DEPEND}"
+
+pkg_setup(){
+   tc-export PKG_CONFIG
+}
+
+src_configure(){
+   # with-boost-libdir added to deal with some rather quirky setups
+   # see https://github.com/cschwan/sage-on-gentoo/issues/551
+   econf \
+   --with-boost="${EPREFIX}"/usr \
+   --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
+   $(use_enable static-libs static)
+}
+
+src_install(){
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2020-04-14 Thread Agostino Sarubbo
commit: 0075e3dd192f223add7146e9833b7828af8f6cc2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr 14 13:02:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr 14 13:02:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0075e3dd

sci-libs/brial: x86 stable wrt bug #717386

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/brial/brial-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.8.ebuild 
b/sci-libs/brial/brial-1.2.8.ebuild
index 565b4faa0ce..69b0340dc6f 100644
--- a/sci-libs/brial/brial-1.2.8.ebuild
+++ b/sci-libs/brial/brial-1.2.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="png static-libs"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2020-04-14 Thread Agostino Sarubbo
commit: 925b4497811855bf42315bdd76a8689cbb81e540
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr 14 07:58:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr 14 07:58:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925b4497

sci-libs/brial: amd64 stable wrt bug #717386

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/brial/brial-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/brial/brial-1.2.8.ebuild 
b/sci-libs/brial/brial-1.2.8.ebuild
index 8949ea5ef31..565b4faa0ce 100644
--- a/sci-libs/brial/brial-1.2.8.ebuild
+++ b/sci-libs/brial/brial-1.2.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
 # The top-level license is GPL2, but cudd/LICENSE is BSD.
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="png static-libs"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/

2020-03-19 Thread Michael Orlitzky
commit: 55ef90fedba601304e7c2479f267940f0af380e7
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Mar 19 23:36:40 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Mar 19 23:41:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ef90fe

sci-libs/brial: new library for polynomials over boolean rings.

This library is maintained upstream and in the sage-on-gentoo overlay
by François Bissey, but it is well-packaged and passes its tests. It
is a dependency of SageMath, and the system copy will eventually be
usable by Sage, so now is a good time to adopt it. The overlay ebuild
was used with minimal changes.

Closes: https://bugs.gentoo.org/713330
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-libs/brial/Manifest   |  1 +
 sci-libs/brial/brial-1.2.8.ebuild | 39 +++
 sci-libs/brial/metadata.xml   | 31 +++
 3 files changed, 71 insertions(+)

diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest
new file mode 100644
index 000..f3d47c7a9b9
--- /dev/null
+++ b/sci-libs/brial/Manifest
@@ -0,0 +1 @@
+DIST brial-1.2.8.tar.bz2 1228732 BLAKE2B 
f9bdfc9416381f3436c555861806a7ea4680e706729b6de9c2b06ea2908090b87b745fe5ce2d94ba9d5832a78067e4848f8ef113b7d8dc22557b6d95b7dad707
 SHA512 
a94acba140d976dd070b5214c537fb3dba89fc2309addc566b8f0a031328f2d4c2bb3c38c2cb5565c7ff2ca0c5f7f56ca120899d15c768887d3b61a18b3e05be

diff --git a/sci-libs/brial/brial-1.2.8.ebuild 
b/sci-libs/brial/brial-1.2.8.ebuild
new file mode 100644
index 000..8949ea5ef31
--- /dev/null
+++ b/sci-libs/brial/brial-1.2.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A C++ library for polynomials over boolean rings"
+HOMEPAGE="https://github.com/BRiAl/BRiAl;
+SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2;
+
+# The top-level license is GPL2, but cudd/LICENSE is BSD.
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="png static-libs"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="dev-libs/boost
+   sci-libs/m4ri[png=]"
+RDEPEND="${DEPEND}"
+
+pkg_setup(){
+   tc-export PKG_CONFIG
+}
+
+src_configure(){
+   # with-boost-libdir added to deal with some rather quirky setups
+   # see https://github.com/cschwan/sage-on-gentoo/issues/551
+   econf \
+   --with-boost="${EPREFIX}"/usr \
+   --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
+   $(use_enable static-libs static)
+}
+
+src_install(){
+   default
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/sci-libs/brial/metadata.xml b/sci-libs/brial/metadata.xml
new file mode 100644
index 000..7bb93bb41ee
--- /dev/null
+++ b/sci-libs/brial/metadata.xml
@@ -0,0 +1,31 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+m...@gentoo.org
+  
+  
+  
+frp.bis...@gmail.com
+François Bissey
+  
+
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+
+  
+BRiAl is a C++ library (the successor to PolyBoRi) that provides
+high-level data types for Boolean polynomials and monomials,
+exponent vectors, as well as for the underlying polynomial rings
+and subsets of the powerset of the Boolean variables.
+  
+
+  
+BRiAl/BRiAl
+  
+