* [gentoo-commits] repo/gentoo:master commit in: sci-libs/beagle/
@ 2019-11-24 1:01 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-11-24 1:01 UTC (permalink / raw
To: gentoo-commits
commit: 3fbdb9d41ec8d53f1cffe01a6bfa077bf7223d76
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Wed Oct 30 05:58:12 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 01:01:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbdb9d4
sci-libs/beagle: update HOMEPAGE
Closes: https://bugs.gentoo.org/617078
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13494
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
sci-libs/beagle/beagle-3.0.3-r1.ebuild | 4 ++--
sci-libs/beagle/metadata.xml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-libs/beagle/beagle-3.0.3-r1.ebuild b/sci-libs/beagle/beagle-3.0.3-r1.ebuild
index 65436b9733a..6cf6a91ecda 100644
--- a/sci-libs/beagle/beagle-3.0.3-r1.ebuild
+++ b/sci-libs/beagle/beagle-3.0.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Open BEAGLE, a versatile EC/GA/GP framework"
SRC_URI="mirror://sourceforge/beagle/${P}.tar.gz"
-HOMEPAGE="http://beagle.gel.ulaval.ca/"
+HOMEPAGE="https://chgagne.github.io/beagle/"
SLOT="0"
LICENSE="LGPL-2.1"
diff --git a/sci-libs/beagle/metadata.xml b/sci-libs/beagle/metadata.xml
index 0d243be1073..ee5ba5812c3 100644
--- a/sci-libs/beagle/metadata.xml
+++ b/sci-libs/beagle/metadata.xml
@@ -10,5 +10,6 @@
</longdescription>
<upstream>
<remote-id type="sourceforge">beagle</remote-id>
+ <remote-id type="github">chgagne/beagle</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/beagle/
@ 2024-04-25 20:00 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-04-25 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 36e59ad6e56c8fa91ce92d72ae8d61d71b04437b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 20:00:21 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:00:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e59ad6
sci-libs/beagle: EAPI=8, cleanup, fix C++17
Closes: https://bugs.gentoo.org/898274
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...eagle-3.0.3-r1.ebuild => beagle-3.0.3-r2.ebuild} | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/sci-libs/beagle/beagle-3.0.3-r1.ebuild b/sci-libs/beagle/beagle-3.0.3-r2.ebuild
similarity index 76%
rename from sci-libs/beagle/beagle-3.0.3-r1.ebuild
rename to sci-libs/beagle/beagle-3.0.3-r2.ebuild
index 1061e0012dc8..72dde6ac1f03 100644
--- a/sci-libs/beagle/beagle-3.0.3-r1.ebuild
+++ b/sci-libs/beagle/beagle-3.0.3-r2.ebuild
@@ -1,23 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Open BEAGLE, a versatile EC/GA/GP framework"
-SRC_URI="mirror://sourceforge/beagle/${P}.tar.gz"
HOMEPAGE="https://chgagne.github.io/beagle/"
+SRC_URI="mirror://sourceforge/beagle/${P}.tar.gz"
-SLOT="0"
LICENSE="LGPL-2.1"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples static-libs"
-RDEPEND="
- sys-libs/zlib
- !app-misc/beagle
- !dev-libs/libbeagle"
-DEPEND="${RDEPEND}
- doc? ( app-text/doxygen )"
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-text/doxygen )"
PATCHES=(
"${FILESDIR}/${PN}-3.0.3-gcc43.patch"
@@ -27,8 +24,10 @@ PATCHES=(
src_prepare() {
default
- sed -e "s:@LIBS@:@LIBS@ -lpthread:" \
- -i PACC/Threading/Makefile.in || die
+ sed -e "s:@LIBS@:& -lpthread:" -i PACC/Threading/Makefile.in || die
+
+ # fix build with C++17, bug #898274
+ sed -e "s/register //" -i PACC/Util/{MTRand.hpp,Tokenizer.cpp} || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/beagle/
@ 2016-10-20 23:39 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-10-20 23:39 UTC (permalink / raw
To: gentoo-commits
commit: db039bd0d329cd00925311a4ecb376931a789232
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 23:37:46 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 23:38:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db039bd0
sci-libs/beagle: Remove old ebuild
Package-Manager: portage-2.3.2
sci-libs/beagle/beagle-3.0.3.ebuild | 55 -------------------------------------
1 file changed, 55 deletions(-)
diff --git a/sci-libs/beagle/beagle-3.0.3.ebuild b/sci-libs/beagle/beagle-3.0.3.ebuild
deleted file mode 100644
index 52ba7e8..00000000
--- a/sci-libs/beagle/beagle-3.0.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Open BEAGLE, a versatile EC/GA/GP framework"
-SRC_URI="mirror://sourceforge/beagle/${P}.tar.gz"
-HOMEPAGE="http://beagle.gel.ulaval.ca/"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 x86"
-IUSE="doc static-libs"
-
-RDEPEND="
- sys-libs/zlib
- !app-misc/beagle
- !dev-libs/libbeagle"
-DEPEND="${DEPEND}
- doc? ( app-doc/doxygen )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.0.3-gcc43.patch "${FILESDIR}"/${PN}-3.0.3-gcc47.patch )
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
- autotools-utils_src_prepare
- sed -e "s:@LIBS@:@LIBS@ -lpthread:" \
- -i PACC/Threading/Makefile.in || \
- die "Failed to fix threading libs makefile."
-}
-
-src_configure() {
- local myeconfargs=( --enable-optimization )
- autotools-utils_src_configure
-}
-
-src_compile() {
- autotools-utils_src_compile
-
- use doc && autotools-utils_src_compile doc
-}
-
-src_install () {
- autotools-utils_src_install
-
- if use doc; then
- cp -pPR examples "${D}"/usr/share/doc/${PF} || \
- die "Failed to install examples."
- dohtml -r refman/*
- fi
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-25 20:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-24 1:01 [gentoo-commits] repo/gentoo:master commit in: sci-libs/beagle/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2024-04-25 20:00 Arthur Zamarin
2016-10-20 23:39 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox