public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cfitsio/
Date: Sat,  2 Jan 2021 21:14:17 +0000 (UTC)	[thread overview]
Message-ID: <1609622053.970eb4a14d6fe35eb35e0f2bd905c46cad58893e.sam@gentoo> (raw)

commit:     970eb4a14d6fe35eb35e0f2bd905c46cad58893e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 21:14:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 21:14:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970eb4a1

sci-libs/cfitsio: fix DeprecatedInsinto

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/cfitsio/cfitsio-3.360.ebuild | 9 +++++----
 sci-libs/cfitsio/cfitsio-3.410.ebuild | 8 ++++----
 sci-libs/cfitsio/cfitsio-3.490.ebuild | 6 +++---
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/sci-libs/cfitsio/cfitsio-3.360.ebuild b/sci-libs/cfitsio/cfitsio-3.360.ebuild
index 36547717154..e15c94647d9 100644
--- a/sci-libs/cfitsio/cfitsio-3.360.ebuild
+++ b/sci-libs/cfitsio/cfitsio-3.360.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -48,9 +48,10 @@ src_install() {
 	use fortran && dodoc docs/fitsio.doc
 	use doc && dodoc docs/{quick,cfitsio,fpackguide}.pdf
 	use doc && use fortran && dodoc docs/fitsio.pdf
+
 	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins cookbook.c testprog.c speed.c smem.c
-		use fortran && doins cookbook.f testf77.f
+		docinto examples
+		dodoc cookbook.c testprog.c speed.c smem.c
+		use fortran && dodoc cookbook.f testf77.f
 	fi
 }

diff --git a/sci-libs/cfitsio/cfitsio-3.410.ebuild b/sci-libs/cfitsio/cfitsio-3.410.ebuild
index 640d3bb018f..46253f61ff4 100644
--- a/sci-libs/cfitsio/cfitsio-3.410.ebuild
+++ b/sci-libs/cfitsio/cfitsio-3.410.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -50,9 +50,9 @@ multilib_src_install_all() {
 	use doc && dodoc docs/{quick,cfitsio,fpackguide}.pdf
 	use doc && use fortran && dodoc docs/fitsio.pdf
 	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins cookbook.c testprog.c speed.c smem.c
-		use fortran && doins cookbook.f testf77.f
+		dodoc examples
+		docinto cookbook.c testprog.c speed.c smem.c
+		use fortran && docinto cookbook.f testf77.f
 	fi
 	prune_libtool_files --all
 }

diff --git a/sci-libs/cfitsio/cfitsio-3.490.ebuild b/sci-libs/cfitsio/cfitsio-3.490.ebuild
index 419ec07c908..c7edd5a328a 100644
--- a/sci-libs/cfitsio/cfitsio-3.490.ebuild
+++ b/sci-libs/cfitsio/cfitsio-3.490.ebuild
@@ -65,9 +65,9 @@ multilib_src_install_all() {
 	dodoc docs/{quick,cfitsio,fpackguide}.pdf
 	dodoc docs/fitsio.pdf
 
-	insinto /usr/share/doc/${PF}/examples
-	doins cookbook.c testprog.c speed.c smem.c
-	doins cookbook.f testf77.f
+	docinto examples
+	dodoc cookbook.c testprog.c speed.c smem.c
+	dodoc cookbook.f testf77.f
 
 	# Remove static libs
 	find "${ED}" -name '*.a' -delete || die


             reply	other threads:[~2021-01-02 21:14 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-02 21:14 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06  7:09 [gentoo-commits] repo/gentoo:master commit in: sci-libs/cfitsio/ Arthur Zamarin
2024-07-06  6:10 Sam James
2024-07-06  6:10 Sam James
2024-06-19  4:36 Michał Górny
2024-06-13 15:00 Michał Górny
2024-06-13 12:31 Michał Górny
2024-06-13 12:31 Michał Górny
2023-12-16 20:56 Sam James
2023-12-16 19:16 Arthur Zamarin
2023-12-16 11:47 Arthur Zamarin
2022-07-03  9:02 Andrew Ammerlaan
2022-07-03  9:02 Andrew Ammerlaan
2022-05-21 18:56 Jakov Smolić
2022-05-21 18:56 Jakov Smolić
2022-05-21 18:54 Jakov Smolić
2022-05-21 18:54 Jakov Smolić
2022-05-21 18:54 Jakov Smolić
2021-08-14 23:15 Marek Szuba
2021-08-14 23:15 Marek Szuba
2021-01-25 16:48 Andreas Sturmlechner
2021-01-10 14:30 Sam James
2021-01-07 11:15 Sam James
2021-01-07  5:59 Sam James
2021-01-07  2:35 Sam James
2021-01-06 15:17 Fabian Groffen
2021-01-06  6:34 Sam James
2021-01-02 21:16 Sam James
2021-01-02 20:31 Andreas Sturmlechner
2019-11-20 20:59 Andreas Sturmlechner
2018-07-08 19:10 Sergei Trofimovich
2018-07-07  9:02 Sergei Trofimovich
2018-07-01 15:00 Pacho Ramos
2018-06-30 19:03 Sergei Trofimovich
2018-06-27 21:54 Sergei Trofimovich
2018-06-27 17:23 Tobias Klausmann
2018-05-25 22:28 Aaron Bauman
2017-06-26  4:35 Sebastien Fabbro
2016-06-06 22:03 Sebastien Fabbro
2016-02-22 20:04 Sebastien Fabbro
2016-02-15 21:52 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609622053.970eb4a14d6fe35eb35e0f2bd905c46cad58893e.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox