commit:     82048eaea8e7a399e84469c9adb37541a72f88cc
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:31:55 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:31:55 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=82048eae

sci-libs/pg2plplot: bump to 5.13.1

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

 ...plplot-5.13.0.ebuild => pg2plplot-5.13.1.ebuild} | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/sci-libs/pg2plplot/pg2plplot-5.13.0.ebuild 
b/sci-libs/pg2plplot/pg2plplot-5.13.1.ebuild
similarity index 71%
rename from sci-libs/pg2plplot/pg2plplot-5.13.0.ebuild
rename to sci-libs/pg2plplot/pg2plplot-5.13.1.ebuild
index 5b5373e58..de2fa76c1 100644
--- a/sci-libs/pg2plplot/pg2plplot-5.13.0.ebuild
+++ b/sci-libs/pg2plplot/pg2plplot-5.13.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 CMAKE_BUILD_TYPE=Release
-inherit cmake fortran-2
 CMAKE_MAKEFILE_GENERATOR="emake"
+inherit cmake fortran-2
 
 DESCRIPTION="Assist the transition from PGPlot to PLplot in Fortran programs"
 HOMEPAGE="http://pg2plplot.sourceforge.net";
@@ -16,14 +16,17 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="X png postscript static-libs"
 
-DEPEND="virtual/fortran
-               sci-libs/plplot[fortran]"
+DEPEND="
+       virtual/fortran
+       sci-libs/plplot[fortran]
+"
 
 # If USE="png" or "postscript", ensure PLplot has USE="cairo":
 RDEPEND="${DEPEND}
-                sci-libs/plplot[fortran,X?]
-                png? ( sci-libs/plplot[cairo] )
-                postscript? ( sci-libs/plplot[cairo] )"
+       sci-libs/plplot[fortran,X?]
+       png? ( sci-libs/plplot[cairo] )
+       postscript? ( sci-libs/plplot[cairo] )
+"
 
 src_configure() {
        local mycmakeargs=(
@@ -31,5 +34,3 @@ src_configure() {
        )
        cmake_src_configure
 }
-
-DOCS="CHANGELOG README VERSION"

Reply via email to