public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7ff5ad669cc10bc54a35f15c7d97ffc5601ade2a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:50:50 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:50:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7ff5ad66

migrate from 'git' to 'git-2'

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-mathematics/cipi/ChangeLog       |    3 +++
 sci-mathematics/cipi/cipi-1.0.ebuild |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/sci-mathematics/cipi/ChangeLog b/sci-mathematics/cipi/ChangeLog
index 69ebe9b..54e03ff 100644
--- a/sci-mathematics/cipi/ChangeLog
+++ b/sci-mathematics/cipi/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild:
+  migrate from 'git' to 'git-2'
+
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild, metadata.xml:
   RDEPEND is not explicitly assigned -> fixed
 

diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild
index 126bed6..200b793 100644
--- a/sci-mathematics/cipi/cipi-1.0.ebuild
+++ b/sci-mathematics/cipi/cipi-1.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit cmake-utils git
+inherit cmake-utils git-2
 
 DESCRIPTION="Computing information projections iteratively"
 HOMEPAGE="http://github.com/tom111/cipi"



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     dcc6b4904f2a0a9f1c6d37cd314cd12afae5b8a3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:48:18 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:48:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dcc6b490

RDEPEND is not explicitly assigned -> fixed

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-mathematics/cipi/ChangeLog       |    5 ++++-
 sci-mathematics/cipi/cipi-1.0.ebuild |   22 +++++++++++++---------
 sci-mathematics/cipi/metadata.xml    |   12 ++++++------
 3 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/sci-mathematics/cipi/ChangeLog b/sci-mathematics/cipi/ChangeLog
index 7aeb4a1..69ebe9b 100644
--- a/sci-mathematics/cipi/ChangeLog
+++ b/sci-mathematics/cipi/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/cipi
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild, metadata.xml:
+  RDEPEND is not explicitly assigned -> fixed
+
 *cipi-1.0 (20 Jul 2010)
 
   20 Jul 2010; Thomas Kahle <tom111@gmx.de> +cipi-1.0.ebuild, +metadata.xml:

diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild
index ca0bc1a..126bed6 100644
--- a/sci-mathematics/cipi/cipi-1.0.ebuild
+++ b/sci-mathematics/cipi/cipi-1.0.ebuild
@@ -1,26 +1,30 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
 inherit cmake-utils git
 
-DESCRIPTION="cipi is computing information projections iteratively"
+DESCRIPTION="Computing information projections iteratively"
 HOMEPAGE="http://github.com/tom111/cipi"
 EGIT_REPO_URI="git://github.com/tom111/cipi.git"
 EGIT_COMMIT="${PV}"
-CMAKE_IN_SOURCE_BUILD="yes"
+
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="doc"
 
-DEPEND="dev-libs/boost
-		doc? ( virtual/latex-base )"
+DEPEND="
+	dev-libs/boost
+	doc? ( virtual/latex-base )"
+RDEPEND="${DEPEND}"
 
 DOCS="AUTHORS README"
 
+CMAKE_IN_SOURCE_BUILD="yes"
+
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_enable doc)
@@ -30,10 +34,10 @@ src_configure() {
 }
 
 pkg_postinst() {
-	elog " "
+	echo ""
 	elog "The sample PARAM file has been installed to /usr/share/${PN}-${PV}"
-	elog " "
+	echo ""
 	if use doc; then
 		elog "A pdf manual has been installed to /usr/share/${PN}-${PV}"
 	fi
-}
\ No newline at end of file
+}

diff --git a/sci-mathematics/cipi/metadata.xml b/sci-mathematics/cipi/metadata.xml
index 462f820..7b5155f 100644
--- a/sci-mathematics/cipi/metadata.xml
+++ b/sci-mathematics/cipi/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-mathematics</herd>
-<maintainer>
-  <email>tom111@gmx.de</email>
-  <name>Thomas Kahle</name>
-</maintainer>
-<longdescription lang="en">
+	<herd>sci-mathematics</herd>
+	<maintainer>
+		<email>tom111@gmx.de</email>
+		<name>Thomas Kahle</name>
+	</maintainer>
+	<longdescription lang="en">
 cipi is a threaded implementation of iterative proportional fitting. It is used to compute
 information projections iteratively.
 </longdescription>



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/
@ 2014-01-06 18:33 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2014-01-06 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     49678f5b5d63568aa85717521c19ebcec68bec6b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 18:13:08 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 18:13:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49678f5b

sci-mathematics/cipi: Use tarball instead of git pull

Package-Manager: portage-2.2.8

---
 sci-mathematics/cipi/ChangeLog       |  5 ++++-
 sci-mathematics/cipi/cipi-1.0.ebuild |  9 ++++-----
 sci-mathematics/cipi/metadata.xml    | 12 ++++++------
 3 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/sci-mathematics/cipi/ChangeLog b/sci-mathematics/cipi/ChangeLog
index 54e03ff..523a1f1 100644
--- a/sci-mathematics/cipi/ChangeLog
+++ b/sci-mathematics/cipi/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/cipi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild, metadata.xml:
+  Use tarball instead of git pull
+
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild:
   migrate from 'git' to 'git-2'
 

diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild
index 200b793..eea9fa7 100644
--- a/sci-mathematics/cipi/cipi-1.0.ebuild
+++ b/sci-mathematics/cipi/cipi-1.0.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-inherit cmake-utils git-2
+inherit cmake-utils
 
 DESCRIPTION="Computing information projections iteratively"
 HOMEPAGE="http://github.com/tom111/cipi"
-EGIT_REPO_URI="git://github.com/tom111/cipi.git"
-EGIT_COMMIT="${PV}"
+SRC_URI="https://github.com/tom111/cipi/archive/1.0.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/sci-mathematics/cipi/metadata.xml b/sci-mathematics/cipi/metadata.xml
index 7b5155f..ff77aad 100644
--- a/sci-mathematics/cipi/metadata.xml
+++ b/sci-mathematics/cipi/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-mathematics</herd>
-	<maintainer>
-		<email>tom111@gmx.de</email>
-		<name>Thomas Kahle</name>
-	</maintainer>
-	<longdescription lang="en">
+  <herd>sci-mathematics</herd>
+  <maintainer>
+    <email>tom111@gmx.de</email>
+    <name>Thomas Kahle</name>
+  </maintainer>
+  <longdescription lang="en">
 cipi is a threaded implementation of iterative proportional fitting. It is used to compute
 information projections iteratively.
 </longdescription>


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/
@ 2015-06-05 11:20 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-06-05 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1ab747c8ba92550d5903548e111edb8ff8791bb6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 11:19:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 11:19:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ab747c8

sci-mathematics/cipi: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-mathematics/cipi/ChangeLog    | 6 ++++--
 sci-mathematics/cipi/metadata.xml | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/cipi/ChangeLog b/sci-mathematics/cipi/ChangeLog
index 523a1f1..5e2475d 100644
--- a/sci-mathematics/cipi/ChangeLog
+++ b/sci-mathematics/cipi/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/cipi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-mathematics/cipi: Add github to remote-id in metadata.xml
+
   06 Jan 2014; Justin Lecher <jlec@gentoo.org> cipi-1.0.ebuild, metadata.xml:
   Use tarball instead of git pull
 
@@ -15,4 +18,3 @@
 
   20 Jul 2010; Thomas Kahle <tom111@gmx.de> +cipi-1.0.ebuild, +metadata.xml:
   initial upload for bug 329169
-

diff --git a/sci-mathematics/cipi/metadata.xml b/sci-mathematics/cipi/metadata.xml
index ff77aad..bc37ee7 100644
--- a/sci-mathematics/cipi/metadata.xml
+++ b/sci-mathematics/cipi/metadata.xml
@@ -10,4 +10,7 @@
 cipi is a threaded implementation of iterative proportional fitting. It is used to compute
 information projections iteratively.
 </longdescription>
+  <upstream>
+    <remote-id type="github">tom111/cipi</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/
@ 2021-01-28 16:41 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-01-28 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     754ffafbd840e580a30c67163f5ac4b725bbf88c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Jan 28 16:41:04 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jan 28 16:41:04 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=754ffafb

sci-mathematics/cipi: EAPI bump, fix compile phase

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

 sci-mathematics/cipi/cipi-1.0.ebuild | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild
index 2665a6837..2dae2c71a 100644
--- a/sci-mathematics/cipi/cipi-1.0.ebuild
+++ b/sci-mathematics/cipi/cipi-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit cmake-utils
+inherit cmake flag-o-matic
 
 DESCRIPTION="Computing information projections iteratively"
 HOMEPAGE="https://github.com/tom111/cipi"
@@ -12,6 +12,7 @@ SRC_URI="https://github.com/tom111/cipi/archive/1.0.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
 IUSE="doc"
 
 DEPEND="
@@ -23,12 +24,17 @@ DOCS="AUTHORS README"
 
 CMAKE_IN_SOURCE_BUILD="yes"
 
+src_prepare() {
+	cmake_src_prepare
+	append-ldflags -Wl,--copy-dt-needed-entries
+}
+
 src_configure() {
 	mycmakeargs=(
-		$(cmake-utils_use_enable doc)
+		$(use_enable doc)
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 pkg_postinst() {


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/
@ 2023-02-10 13:38 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     106300b3c974a4526694541cc0ceb7c237fdca6e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 13:38:33 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 13:38:33 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=106300b3

sci-mathematics/cipi: fix static uri

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-mathematics/cipi/cipi-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/cipi/cipi-1.0.ebuild b/sci-mathematics/cipi/cipi-1.0.ebuild
index 2dae2c71a..33d744c7c 100644
--- a/sci-mathematics/cipi/cipi-1.0.ebuild
+++ b/sci-mathematics/cipi/cipi-1.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake flag-o-matic
 
 DESCRIPTION="Computing information projections iteratively"
 HOMEPAGE="https://github.com/tom111/cipi"
-SRC_URI="https://github.com/tom111/cipi/archive/1.0.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/tom111/cipi/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


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

end of thread, other threads:[~2023-02-10 13:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-10 13:38 [gentoo-commits] proj/sci:master commit in: sci-mathematics/cipi/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-28 16:41 Andrew Ammerlaan
2015-06-05 11:20 Justin Lecher
2014-01-06 18:33 Justin Lecher
2011-06-25 17:21 Justin Lecher
2011-06-25 17:21 Justin Lecher

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