public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/lwpr/
@ 2015-06-08 12:19 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     404de4babc14c2b815a0d726219b5f9da358e42c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 11:39:27 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 11:39:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=404de4ba

sci-libs/lwpr: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-libs/lwpr/ChangeLog    |  5 ++++-
 sci-libs/lwpr/metadata.xml | 13 ++++++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/sci-libs/lwpr/ChangeLog b/sci-libs/lwpr/ChangeLog
index bc8987c..48ee047 100644
--- a/sci-libs/lwpr/ChangeLog
+++ b/sci-libs/lwpr/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/lwpr
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-libs/lwpr: Updating remote-id in metadata.xml
+
 *lwpr-1.2.5 (25 Jun 2013)
 
   25 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +lwpr-1.2.5.ebuild,

diff --git a/sci-libs/lwpr/metadata.xml b/sci-libs/lwpr/metadata.xml
index b9d1fd6..a8ec3ab 100644
--- a/sci-libs/lwpr/metadata.xml
+++ b/sci-libs/lwpr/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-mathematics</herd>
-<longdescription>
+  <herd>sci-mathematics</herd>
+  <longdescription>
   Locally Weighted Projection Regression (LWPR) is a recent algorithm
   that achieves nonlinear function approximation in high dimensional spaces
   with redundant and irrelevant input dimensions. At its core, it uses
@@ -11,7 +11,10 @@
   weighted variant of Partial Least Squares (PLS) is employed for
   doing the dimensionality reduction.
 </longdescription>
-<use>
-  <flag name='octave'>Add <pkg>sci-mathematics/octave</pkg> support</flag>
-</use>
+  <use>
+    <flag name="octave">Add <pkg>sci-mathematics/octave</pkg> support</flag>
+  </use>
+  <upstream>
+    <remote-id type="sourceforge">lwpr</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/lwpr/
@ 2021-01-18  9:21 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-18  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     80876076e9f1b2a24224ebb8c23cc8e12d59ce42
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 18 09:20:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jan 18 09:20:07 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=80876076

sci-libs/lwpr: fix homepage, EAPI bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-libs/lwpr/lwpr-1.2.5.ebuild | 41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/sci-libs/lwpr/lwpr-1.2.5.ebuild b/sci-libs/lwpr/lwpr-1.2.5.ebuild
index 9ae5de227..e9ec9f214 100644
--- a/sci-libs/lwpr/lwpr-1.2.5.ebuild
+++ b/sci-libs/lwpr/lwpr-1.2.5.ebuild
@@ -1,44 +1,41 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils
+DOCS_BUILDER="doxygen"
+
+inherit autotools docs
 
 DESCRIPTION="The Locally Weighted Projection Regression Library"
-HOMEPAGE="http://www.ipab.inf.ed.ac.uk/slmc/software/lwpr/"
+HOMEPAGE="https://web.inf.ed.ac.uk/slmc"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples octave static-libs"
+IUSE="examples octave static-libs"
 
-RDEPEND="
-	octave? ( >=sci-mathematics/octave-3 )"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )"
+RDEPEND="octave? ( >=sci-mathematics/octave-3 )"
+DEPEND="${RDEPEND}"
 
 src_configure() {
-	local myeconfargs=(
-		--enable-threads=3
-		$(use_with octave octave "$(octave-config -p PREFIX)")
-	)
-	autotools-utils_src_configure
+	econf \
+		--enable-threads=3 \
+		$(use_with octave octave)
 }
 
 src_compile() {
-	autotools-utils_src_compile
-	if use doc; then
-		doxygen Doxyfile || die "doxygen failed"
-	fi
+	default
+	docs_compile
 }
 
 src_install() {
-	autotools-utils_src_install \
-		 mexflags="-DMATLAB -I../include -L./.libs -llwproctave"
-	use doc && dodoc doc/lwpr_doc.pdf && dohtml html/*
+	default
+	if use doc; then
+	dodoc doc/lwpr_doc.pdf
+	dodoc html/*
+	fi
 	if use examples ; then
 		insinto /usr/share/doc/${PF}/examples
 		doins example_c/cross.c example_cpp/cross.cc


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/lwpr/
@ 2021-01-19 16:56 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     87a31aec35d5850c493f0c6f5aaaa02284ed8ca5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:47:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:47:32 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=87a31aec

sci-libs/lwpr: use docinto instead of insinto for docs

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-libs/lwpr/lwpr-1.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/lwpr/lwpr-1.2.5.ebuild b/sci-libs/lwpr/lwpr-1.2.5.ebuild
index e9ec9f214..c7289f921 100644
--- a/sci-libs/lwpr/lwpr-1.2.5.ebuild
+++ b/sci-libs/lwpr/lwpr-1.2.5.ebuild
@@ -37,8 +37,8 @@ src_install() {
 	dodoc html/*
 	fi
 	if use examples ; then
-		insinto /usr/share/doc/${PF}/examples
-		doins example_c/cross.c example_cpp/cross.cc
+		docinto /usr/share/doc/${PF}/examples
+		dodoc example_c/cross.c example_cpp/cross.cc
 	fi
 	if use octave; then
 		insinto /usr/share/octave/packages/${P}


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/lwpr/
@ 2021-12-16 10:57 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-12-16 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     45eb42f1288483ee41cf2bf4f7c3126f7fc89e1a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 10:46:42 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 10:46:42 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=45eb42f1

sci-libs/lwpr: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

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

diff --git a/sci-libs/lwpr/lwpr-1.2.5.ebuild b/sci-libs/lwpr/lwpr-1.2.5.ebuild
index c7289f921..3415656a9 100644
--- a/sci-libs/lwpr/lwpr-1.2.5.ebuild
+++ b/sci-libs/lwpr/lwpr-1.2.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DOCS_BUILDER="doxygen"
 
-inherit autotools docs
+inherit docs
 
 DESCRIPTION="The Locally Weighted Projection Regression Library"
 HOMEPAGE="https://web.inf.ed.ac.uk/slmc"


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

end of thread, other threads:[~2021-12-16 10:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 10:57 [gentoo-commits] proj/sci:master commit in: sci-libs/lwpr/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19 16:56 Andrew Ammerlaan
2021-01-18  9:21 Andrew Ammerlaan
2015-06-08 12:19 Justin Lecher

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