public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/jama/
@ 2018-04-26 10:13 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2018-04-26 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e42ffe82c3de3e68667cf73e93f685bf4ce44be9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 10:12:54 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 10:12:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42ffe82

sci-libs/jama: Port to EAPI 6

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sci-libs/jama/jama-1.2.5.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild
index 232208b2534..a9db9225bd5 100644
--- a/sci-libs/jama/jama-1.2.5.ebuild
+++ b/sci-libs/jama/jama-1.2.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit versionator
 
 MYP="${PN}$(replace_all_version_separators '')"
@@ -14,7 +16,6 @@ SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
 IUSE="doc"
 
 DEPEND="app-arch/unzip"
@@ -23,7 +24,8 @@ RDEPEND="sci-libs/tnt"
 S="${WORKDIR}"
 
 src_install() {
-	insinto /usr/include
-	doins *.h || die
-	use doc && dohtml doxygen/html/*
+	doheader *.h
+
+	use doc && HTML_DOCS=( doxygen/html/. )
+	einstalldocs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/jama/
@ 2018-05-16 22:57 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-16 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     77f632d807fb5ea439a4f18892e9a77e4c083662
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 15 10:28:49 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 16 22:56:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f632d8

sci-libs/jama: use HTTPS

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

diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild
index a9db9225bd5..7d96ea39577 100644
--- a/sci-libs/jama/jama-1.2.5.ebuild
+++ b/sci-libs/jama/jama-1.2.5.ebuild
@@ -9,9 +9,9 @@ MYP="${PN}$(replace_all_version_separators '')"
 DOCPV=102
 
 DESCRIPTION="Java-like matrix C++ templates"
-HOMEPAGE="http://math.nist.gov/tnt/"
-SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
-	doc? ( http://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
+HOMEPAGE="https://math.nist.gov/tnt/"
+SRC_URI="https://math.nist.gov/tnt/${MYP}.zip
+	doc? ( https://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
 
 LICENSE="public-domain"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/jama/
@ 2024-05-13  9:59 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-05-13  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     437b58d192149720fb3d8d69c2482b176fbb195e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 09:50:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 09:50:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437b58d1

sci-libs/jama: EAPI 6 -> 8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../jama/{jama-1.2.5.ebuild => jama-1.2.5-r1.ebuild}   | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5-r1.ebuild
similarity index 59%
rename from sci-libs/jama/jama-1.2.5.ebuild
rename to sci-libs/jama/jama-1.2.5-r1.ebuild
index 7d96ea39577f..f2dafa318d92 100644
--- a/sci-libs/jama/jama-1.2.5.ebuild
+++ b/sci-libs/jama/jama-1.2.5-r1.ebuild
@@ -1,27 +1,21 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit versionator
-
-MYP="${PN}$(replace_all_version_separators '')"
-DOCPV=102
+EAPI=8
 
 DESCRIPTION="Java-like matrix C++ templates"
 HOMEPAGE="https://math.nist.gov/tnt/"
-SRC_URI="https://math.nist.gov/tnt/${MYP}.zip
-	doc? ( https://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
+SRC_URI="https://math.nist.gov/tnt/${PN}${PV//./}.zip
+	doc? ( https://math.nist.gov/tnt/${PN}102doc.zip )"
+S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
-DEPEND="app-arch/unzip"
 RDEPEND="sci-libs/tnt"
-
-S="${WORKDIR}"
+BDEPEND="app-arch/unzip"
 
 src_install() {
 	doheader *.h


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

end of thread, other threads:[~2024-05-13  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13  9:59 [gentoo-commits] repo/gentoo:master commit in: sci-libs/jama/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2018-05-16 22:57 Aaron Bauman
2018-04-26 10:13 David Seifert

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