[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2021-01-31 Thread David Seifert
commit: 683ba92cd683c98b803b8cb34030046a5a8e45cb
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jan 31 21:10:28 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jan 31 21:10:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683ba92c

sci-mathematics/nestedsums: Drop USE=static-libs

Closes: https://github.com/gentoo/gentoo/pull/19281
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 .../nestedsums/nestedsums-1.5.2-r1.ebuild  | 31 +-
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
index 99a09d617d4..862b5e97fa2 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit multilib flag-o-matic
+inherit flag-o-matic
 
 DESCRIPTION="A GiNaC-based library for symbolic expansion of certain 
transcendental functions"
 HOMEPAGE="https://particlephysics.uni-mainz.de/weinzierl/nestedsums/;
-IUSE="doc static-libs"
 SRC_URI="http://particlephysics.uni-mainz.de/weinzierl/download/${P}.tar.gz;
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-RDEPEND=">=sci-mathematics/ginac-1.7[static-libs=]"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
+IUSE="doc"
+
+RDEPEND=">=sci-mathematics/ginac-1.7"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_configure() {
append-cxxflags -std=c++14
-   econf $(use_enable static-libs static)
+   econf --disable-static
 }
 
 src_compile() {
@@ -26,20 +28,11 @@ src_compile() {
 
if use doc; then
doxygen Doxyfile || die "generating documentation failed"
+   HTML_DOCS=( reference/html/. )
fi
 }
 
-src_test() {
-   emake check
-}
-
 src_install() {
-   emake DESTDIR="${D}" install
-   rm "${D}"/usr/$(get_libdir)/lib${PN}.la || die "cannot rm lib${PN}.la"
-   dodoc AUTHORS ChangeLog
-
-   if use doc; then
-   docinto html
-   dodoc -r reference/html/.
-   fi
+   default
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2020-08-21 Thread Andrey Grozin
commit: 23bf6d4a41ccf50489ef0b11794efac0aef79c41
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Aug 21 08:54:01 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Aug 21 08:54:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bf6d4a

sci-mathematics/nestedsums: clean old

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild | 40 --
 1 file changed, 40 deletions(-)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
deleted file mode 100644
index 3f4b9497fb6..000
--- a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="A GiNaC-based library for symbolic expansion of certain 
transcendental functions"
-HOMEPAGE="https://particlephysics.uni-mainz.de/weinzierl/nestedsums/;
-IUSE="doc"
-SRC_URI="http://particlephysics.uni-mainz.de/weinzierl/download/${P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND=">=sci-mathematics/ginac-1.7"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_compile() {
-   default
-
-   if use doc; then
-   doxygen Doxyfile || die "generating documentation failed"
-   fi
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   rm -f "${D}"/usr/lib/*.la
-   dodoc AUTHORS ChangeLog
-
-   if use doc; then
-   docinto html
-   dodoc -r reference/html/.
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2020-08-21 Thread Andrey Grozin
commit: ebff2caf7690f27661425e9335d7a80ac77d9b00
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Aug 21 08:51:43 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Aug 21 08:52:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebff2caf

sci-mathematics/nestedsums: added USE flag static-libs

Closes: https://bugs.gentoo.org/725528
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Andrey Grozin  gentoo.org>

 .../nestedsums/nestedsums-1.5.2-r1.ebuild  | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
new file mode 100644
index 000..99a09d617d4
--- /dev/null
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib flag-o-matic
+
+DESCRIPTION="A GiNaC-based library for symbolic expansion of certain 
transcendental functions"
+HOMEPAGE="https://particlephysics.uni-mainz.de/weinzierl/nestedsums/;
+IUSE="doc static-libs"
+SRC_URI="http://particlephysics.uni-mainz.de/weinzierl/download/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND=">=sci-mathematics/ginac-1.7[static-libs=]"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
+
+src_configure() {
+   append-cxxflags -std=c++14
+   econf $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   doxygen Doxyfile || die "generating documentation failed"
+   fi
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm "${D}"/usr/$(get_libdir)/lib${PN}.la || die "cannot rm lib${PN}.la"
+   dodoc AUTHORS ChangeLog
+
+   if use doc; then
+   docinto html
+   dodoc -r reference/html/.
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2020-02-01 Thread Andrey Grozin
commit: 9bf2f24615fa77dacf22b160ef24c75ce0a9a7a0
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Feb  1 09:15:29 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Feb  1 09:15:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf2f246

sci-mathematics/nestedsums: ebuild improvements

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
index 86a84599f41..3f4b9497fb6 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
@@ -13,8 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RDEPEND=">=sci-mathematics/ginac-1.7"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-doc/doxygen )"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
 
 src_compile() {
default
@@ -29,7 +29,12 @@ src_test() {
 }
 
 src_install() {
-   use doc && local HTML_DOCS=( reference/html/. )
-   default
-   find "${D}" -name '*.la' -type f -delete || die
+   emake DESTDIR="${D}" install
+   rm -f "${D}"/usr/lib/*.la
+   dodoc AUTHORS ChangeLog
+
+   if use doc; then
+   docinto html
+   dodoc -r reference/html/.
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2020-01-31 Thread Joonas Niilola
commit: 856ba3ac14d9e0b770ec5d044ea3db97710390b6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  1 07:40:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  1 07:41:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856ba3ac

sci-mathematics/nestedsums: fix CI issues

Non-maintainer commit, I want my tree synced.
- fix BannedEapiCommand CI issue,
- fix MissingSlash tree issue,
- introduce BDEPEND,
- modernize ebuild with HTML_DOCS and 'default' calls.

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

 sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
index e0eff2517d5..86a84599f41 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
@@ -13,8 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RDEPEND=">=sci-mathematics/ginac-1.7"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_compile() {
default
@@ -29,11 +29,7 @@ src_test() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
-   rm -f "${D}"usr/lib/*.la
-   dodoc AUTHORS ChangeLog
-
-   if use doc; then
-   dohtml reference/html/*
-   fi
+   use doc && local HTML_DOCS=( reference/html/. )
+   default
+   find "${D}" -name '*.la' -type f -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2020-01-31 Thread Andrey Grozin
commit: 3b8cb28c251180e29eb72d32ed56cdf239d06876
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Jan 31 16:31:39 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Jan 31 16:31:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8cb28c

sci-mathematics/nestedsums: cleaning old

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/nestedsums/Manifest|  1 -
 sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/sci-mathematics/nestedsums/Manifest 
b/sci-mathematics/nestedsums/Manifest
index fb32c4e7e53..f20b5649eaa 100644
--- a/sci-mathematics/nestedsums/Manifest
+++ b/sci-mathematics/nestedsums/Manifest
@@ -1,2 +1 @@
-DIST nestedsums-1.5.1.tar.gz 511814 BLAKE2B 
99f9a6e9bd0ccbf94f88058b3169631b982101eb84f4f7b02b73e2b597a96b9140d8447ba4ab3748972c4a019b9778eba8424a24509e7f5486a0c85bf4cd925d
 SHA512 
e68e6b58125c5049aebe8d3769b92b7af7c40ea1bcf2caac5091a4c79015c51793d0c78dae20e01d05bdaac9106d54c8a59f6b2157ea6d497cfd117008127aa2
 DIST nestedsums-1.5.2.tar.gz 511806 BLAKE2B 
9c40f4b3405134ea058aad356e131b29f7f0a058b68ed3081bbcc51d451e850bccd8ec26448a8ac391524913da7eccbce4fae1b9e4119c8692b8fca59a17d885
 SHA512 
2b7dd54e02695a741bbe8cc0b45a3804dc7c1cb6d0b46ad7c152489e952718b438b84d60b844ff0ed92b32c78186dac2d4ee8e705ad82f965bbec923c1970d33

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
deleted file mode 100644
index dda14ea4f26..000
--- a/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic
-
-DESCRIPTION="A GiNaC-based library for symbolic expansion of certain 
transcendental functions"
-HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/;
-IUSE="doc"
-SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND=">=sci-mathematics/ginac-1.7"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_configure() {
-   append-cxxflags -std=c++11
-   default
-}
-
-src_compile() {
-   default
-
-   if use doc; then
-   doxygen Doxyfile || die "generating documentation failed"
-   fi
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   rm -f "${D}"usr/lib/*.la
-   dodoc AUTHORS ChangeLog
-
-   if use doc; then
-   dohtml reference/html/*
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2020-01-31 Thread Andrey Grozin
commit: a00fbe6f10c9737ee8944de9df9d8c46931fc19e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Jan 31 16:30:19 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Jan 31 16:30:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00fbe6f

sci-mathematics/nestedsums: bump to 1.5.2

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-mathematics/nestedsums/Manifest|  1 +
 sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/sci-mathematics/nestedsums/Manifest 
b/sci-mathematics/nestedsums/Manifest
index ab939c130bd..fb32c4e7e53 100644
--- a/sci-mathematics/nestedsums/Manifest
+++ b/sci-mathematics/nestedsums/Manifest
@@ -1 +1,2 @@
 DIST nestedsums-1.5.1.tar.gz 511814 BLAKE2B 
99f9a6e9bd0ccbf94f88058b3169631b982101eb84f4f7b02b73e2b597a96b9140d8447ba4ab3748972c4a019b9778eba8424a24509e7f5486a0c85bf4cd925d
 SHA512 
e68e6b58125c5049aebe8d3769b92b7af7c40ea1bcf2caac5091a4c79015c51793d0c78dae20e01d05bdaac9106d54c8a59f6b2157ea6d497cfd117008127aa2
+DIST nestedsums-1.5.2.tar.gz 511806 BLAKE2B 
9c40f4b3405134ea058aad356e131b29f7f0a058b68ed3081bbcc51d451e850bccd8ec26448a8ac391524913da7eccbce4fae1b9e4119c8692b8fca59a17d885
 SHA512 
2b7dd54e02695a741bbe8cc0b45a3804dc7c1cb6d0b46ad7c152489e952718b438b84d60b844ff0ed92b32c78186dac2d4ee8e705ad82f965bbec923c1970d33

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
new file mode 100644
index 000..e0eff2517d5
--- /dev/null
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="A GiNaC-based library for symbolic expansion of certain 
transcendental functions"
+HOMEPAGE="https://particlephysics.uni-mainz.de/weinzierl/nestedsums/;
+IUSE="doc"
+SRC_URI="http://particlephysics.uni-mainz.de/weinzierl/download/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND=">=sci-mathematics/ginac-1.7"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
+
+src_compile() {
+   default
+
+   if use doc; then
+   doxygen Doxyfile || die "generating documentation failed"
+   fi
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm -f "${D}"usr/lib/*.la
+   dodoc AUTHORS ChangeLog
+
+   if use doc; then
+   dohtml reference/html/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2017-06-16 Thread Andreas Hüttel
commit: c62ea072e887e722705a94bc95f5211ccaabba2c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jun 16 19:55:19 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 19:55:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62ea072

sci-mathematics/nestedsums: Drop old, bug 605728

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-mathematics/nestedsums/Manifest|  1 -
 .../nestedsums/nestedsums-1.4.12-r2.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/sci-mathematics/nestedsums/Manifest 
b/sci-mathematics/nestedsums/Manifest
index 279cb092458..1236f1e89aa 100644
--- a/sci-mathematics/nestedsums/Manifest
+++ b/sci-mathematics/nestedsums/Manifest
@@ -1,2 +1 @@
-DIST nestedsums-1.4.12.tar.gz 415265 SHA256 
4d290529373e83d205d9fe2d1ff1d9f2f95b3dd1dba1585d298ba52593ce831c SHA512 
2fbda746655958f34d83f61779fa7036152a75a8b90423d039ce8693b59fcec3794e1898759c2ee64c4751a745f9f2a910be607b1d656fcc32c093a9cfe4bd4e
 WHIRLPOOL 
60ee37d78731739e05bc49010ad904d2258ddd1b8d3ae6f4ad1a3c50b5d077255b76202309a1d7d84185ff059e11615d72b39bad8f5ec9b139bc946b5e6e013f
 DIST nestedsums-1.5.1.tar.gz 511814 SHA256 
a68446ab86cc4e6cccda90ba9cd7180c8394639b89d2e2d4d9cfd1684e023545 SHA512 
e68e6b58125c5049aebe8d3769b92b7af7c40ea1bcf2caac5091a4c79015c51793d0c78dae20e01d05bdaac9106d54c8a59f6b2157ea6d497cfd117008127aa2
 WHIRLPOOL 
465dd3e4fdfdb1fc636f7f118057338b668a09965a89497fdd2666961eb74bfb4d87cf66d6bc88aade541516d8001fd63b501b58a6ad59b71ae9f5d4eec2284f

diff --git a/sci-mathematics/nestedsums/nestedsums-1.4.12-r2.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.4.12-r2.ebuild
deleted file mode 100644
index 66b1786a50e..000
--- a/sci-mathematics/nestedsums/nestedsums-1.4.12-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-EAPI="3"
-DESCRIPTION="A GiNaC-based library for symbolic expansion of certain 
transcendental functions"
-HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/;
-IUSE="doc"
-SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND=">=sci-mathematics/ginac-1.5 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2017-05-23 Thread Andrey Grozin
commit: ce4288922859506f8b044aa83e52ec97bd47c997
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May 23 18:44:37 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May 23 18:44:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce428892

sci-mathematics/nestedsums: src_test added

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
index 44b4c511193..dda14ea4f26 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.1.ebuild
@@ -29,6 +29,10 @@ src_compile() {
fi
 }
 
+src_test() {
+   emake check
+}
+
 src_install() {
emake DESTDIR="${D}" install
rm -f "${D}"usr/lib/*.la



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2016-01-04 Thread Andrey Grozin
commit: 91e505da8e8f0a0e654f81b0c531ae43284a3a56
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jan  4 09:34:35 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jan  4 09:35:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e505da

sci-mathematics/nestedsums: keyworded 1.4.12-r1 ~amd64

Package-Manager: portage-2.2.26

 sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild
index b106f0a..b1d8c56 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI="3"
@@ -8,7 +8,7 @@ IUSE="doc"
 SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 RDEPEND=">=sci-mathematics/ginac-1.5"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"