* [gentoo-commits] proj/sci:master commit in: sci-libs/pg2plplot/
@ 2013-01-18 1:57 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2013-01-18 1:57 UTC (permalink / raw
To: gentoo-commits
commit: bb6dac5bb623d0b49eab8a2c2ea0932f1ddafa3a
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sun Jan 13 18:10:28 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 13 18:10:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bb6dac5b
Created first ebuild for PG2PLplot and added it to repo
---
sci-libs/pg2plplot/ChangeLog | 10 ++++++++
sci-libs/pg2plplot/metadata.xml | 9 +++++++
sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild | 35 +++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/sci-libs/pg2plplot/ChangeLog b/sci-libs/pg2plplot/ChangeLog
new file mode 100644
index 0000000..ebe27d1
--- /dev/null
+++ b/sci-libs/pg2plplot/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/pg2plplot
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pg2plplot-0.2.0 (13 Jan 2013)
+
+ 13 Jan 2013; AstroFloyd <AstroFloyd@gmail.com> +pg2plplot-0.2.0.ebuild,
+ +metadata.xml:
+ Created initial ebuild for PG2PLplot-0.2.0
+
diff --git a/sci-libs/pg2plplot/metadata.xml b/sci-libs/pg2plplot/metadata.xml
new file mode 100644
index 0000000..e8ef06d
--- /dev/null
+++ b/sci-libs/pg2plplot/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild b/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild
new file mode 100644
index 0000000..c6d4d8d
--- /dev/null
+++ b/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+CMAKE_VERBOSE=1
+
+inherit cmake-utils fortran-2
+
+DESCRIPTION="Assist the transition from PGPlot to PLplot in Fortran programs"
+HOMEPAGE="http://pg2plplot.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X png postscript static-libs"
+
+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] )"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use static-libs CREATE_STATICLIB)
+ )
+ cmake-utils_src_configure
+}
+
+DOCS="CHANGELOG README VERSION"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pg2plplot/
@ 2013-01-18 1:57 Christoph Junghans
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans @ 2013-01-18 1:57 UTC (permalink / raw
To: gentoo-commits
commit: b68b5af01c8d6c69636bbab73d2069bf13193744
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Wed Jan 16 11:03:52 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 11:03:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b68b5af0
Removed CMAKE_VERBOSE=1 in pg2plplot-0.2.0.ebuild
---
sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild b/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild
index c6d4d8d..e37ce0e 100644
--- a/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild
+++ b/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild
@@ -3,7 +3,6 @@
# $Header: $
EAPI=4
-CMAKE_VERBOSE=1
inherit cmake-utils fortran-2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pg2plplot/
@ 2014-04-28 18:44 Sebastien Fabbro
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2014-04-28 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 9f36cb11528e7a96c2136bb0bd18a4fc974596af
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 18:43:14 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 18:43:14 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9f36cb11
sci-libs/pg2plplot: Version bump
Package-Manager: portage-2.2.8-prefix
---
sci-libs/pg2plplot/ChangeLog | 9 +++++--
sci-libs/pg2plplot/metadata.xml | 14 +++++++----
sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild | 40 +++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 7 deletions(-)
diff --git a/sci-libs/pg2plplot/ChangeLog b/sci-libs/pg2plplot/ChangeLog
index ebe27d1..45e2bb9 100644
--- a/sci-libs/pg2plplot/ChangeLog
+++ b/sci-libs/pg2plplot/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for sci-libs/pg2plplot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*pg2plplot-0.3.1 (28 Apr 2014)
+
+ 28 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> +pg2plplot-0.3.1.ebuild,
+ metadata.xml:
+ sci-libs/pg2plplot: Version bump
+
*pg2plplot-0.2.0 (13 Jan 2013)
13 Jan 2013; AstroFloyd <AstroFloyd@gmail.com> +pg2plplot-0.2.0.ebuild,
+metadata.xml:
Created initial ebuild for PG2PLplot-0.2.0
-
diff --git a/sci-libs/pg2plplot/metadata.xml b/sci-libs/pg2plplot/metadata.xml
index e8ef06d..d843d11 100644
--- a/sci-libs/pg2plplot/metadata.xml
+++ b/sci-libs/pg2plplot/metadata.xml
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
- </maintainer>
+<herd>sci</herd>
+<maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+</maintainer>
+<longdescription>
+ PG2PLplot is code intended to help the transition from Fortran code
+ linked against PGPlot to linking it against PLplot.
+</longdescription>
</pkgmetadata>
diff --git a/sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild b/sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild
new file mode 100644
index 0000000..e15c406
--- /dev/null
+++ b/sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils fortran-2
+
+DESCRIPTION="Assist the transition from PGPlot to PLplot in Fortran programs"
+HOMEPAGE="http://pg2plplot.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="X png postscript static-libs"
+
+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] )"
+
+DOCS=( CHANGELOG README VERSION )
+FORTRAN_STANDARD=90
+
+src_prepare() {
+ sed -i -e "s:/usr:${EPREFIX}/usr:g" CMake/CMakeLocations.cmake || die
+ cmake-utils_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use static-libs CREATE_STATICLIB)
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pg2plplot/
@ 2015-06-08 12:19 Justin Lecher
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
To: gentoo-commits
commit: ccc0437b9087b1403f6f9098c5f860bf3dd6eb24
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 11:39:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 11:39:49 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ccc0437b
sci-libs/pg2plplot: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
sci-libs/pg2plplot/ChangeLog | 5 ++++-
sci-libs/pg2plplot/metadata.xml | 15 +++++++++------
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/sci-libs/pg2plplot/ChangeLog b/sci-libs/pg2plplot/ChangeLog
index 45e2bb9..64756b8 100644
--- a/sci-libs/pg2plplot/ChangeLog
+++ b/sci-libs/pg2plplot/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/pg2plplot
-# Copyright 1999-2014 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/pg2plplot: Updating remote-id in metadata.xml
+
*pg2plplot-0.3.1 (28 Apr 2014)
28 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> +pg2plplot-0.3.1.ebuild,
diff --git a/sci-libs/pg2plplot/metadata.xml b/sci-libs/pg2plplot/metadata.xml
index d843d11..e39c33f 100644
--- a/sci-libs/pg2plplot/metadata.xml
+++ b/sci-libs/pg2plplot/metadata.xml
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
-</maintainer>
-<longdescription>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+ <longdescription>
PG2PLplot is code intended to help the transition from Fortran code
linked against PGPlot to linking it against PLplot.
</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">pg2plplot</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pg2plplot/
@ 2020-12-31 17:15 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-12-31 17:15 UTC (permalink / raw
To: gentoo-commits
commit: f34a463a52fe83ffed114664b6626ab78896daef
Author: MarcvdSluys <git <AT> vandersluys <DOT> nl>
AuthorDate: Sat Nov 21 12:19:10 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Dec 31 17:13:41 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f34a463a
sci-libs/pg2plplot: sci-libs/pg2plplot: version bump.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: MarcvdSluys <git <AT> vandersluys.nl>
Closes: https://bugs.gentoo.org/755812
Closes: https://github.com/gentoo/sci/pull/988
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild | 39 ----------------------
...plplot-0.2.0.ebuild => pg2plplot-5.13.0.ebuild} | 21 +++++++-----
2 files changed, 12 insertions(+), 48 deletions(-)
diff --git a/sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild b/sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild
deleted file mode 100644
index 139ac426e..000000000
--- a/sci-libs/pg2plplot/pg2plplot-0.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-FORTRAN_STANDARD=90
-
-inherit cmake-utils fortran-2
-
-DESCRIPTION="Assist the transition from PGPlot to PLplot in Fortran programs"
-HOMEPAGE="http://pg2plplot.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="X png postscript static-libs"
-
-DEPEND="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] )"
-
-DOCS=( CHANGELOG README VERSION )
-
-src_prepare() {
- sed -i -e "s:/usr:${EPREFIX}/usr:g" CMake/CMakeLocations.cmake || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
- )
- cmake-utils_src_configure
-}
diff --git a/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild b/sci-libs/pg2plplot/pg2plplot-5.13.0.ebuild
similarity index 58%
rename from sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild
rename to sci-libs/pg2plplot/pg2plplot-5.13.0.ebuild
index 7810ecee6..5b5373e58 100644
--- a/sci-libs/pg2plplot/pg2plplot-0.2.0.ebuild
+++ b/sci-libs/pg2plplot/pg2plplot-5.13.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit cmake-utils fortran-2
+CMAKE_BUILD_TYPE=Release
+inherit cmake fortran-2
+CMAKE_MAKEFILE_GENERATOR="emake"
DESCRIPTION="Assist the transition from PGPlot to PLplot in Fortran programs"
HOMEPAGE="http://pg2plplot.sourceforge.net"
@@ -14,19 +16,20 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="X png postscript static-libs"
-DEPEND="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=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
+ -DCREATE_STATICLIB="$(usex static-libs)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
DOCS="CHANGELOG README VERSION"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pg2plplot/
@ 2022-01-25 19:15 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 19:15 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-01-25 19:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 19:15 [gentoo-commits] proj/sci:master commit in: sci-libs/pg2plplot/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-12-31 17:15 Aisha Tammy
2015-06-08 12:19 Justin Lecher
2014-04-28 18:44 Sebastien Fabbro
2013-01-18 1:57 Christoph Junghans
2013-01-18 1:57 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox