* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2012-02-13 14:12 Marc van der Sluys
0 siblings, 0 replies; 13+ messages in thread
From: Marc van der Sluys @ 2012-02-13 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 027c8feb8755b387952408255590ebf212a2717e
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Mon Feb 13 14:10:34 2012 +0000
Commit: Marc van der Sluys <linux <AT> vandersluys <DOT> nl>
CommitDate: Mon Feb 13 14:10:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=027c8feb
sci-libs/libsufr: added ebuild for new version 0.3.1
---
sci-libs/libsufr/ChangeLog | 8 +++++++-
sci-libs/libsufr/libsufr-0.3.1.ebuild | 29 +++++++++++++++++++++++++++++
sci-libs/libsufr/metadata.xml | 4 ++--
3 files changed, 38 insertions(+), 3 deletions(-)
diff --git a/sci-libs/libsufr/ChangeLog b/sci-libs/libsufr/ChangeLog
index f7a66c2..345e21d 100644
--- a/sci-libs/libsufr/ChangeLog
+++ b/sci-libs/libsufr/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/libsufr
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libsufr-0.3.1 (13 Feb 2012)
+
+ 13 Feb 2012; AstroFloyd <AstroFloyd@gmail.com> +libsufr-0.3.1.ebuild,
+ metadata.xml:
+ Added an ebuild for libSUFR v0.3.1, updated email address in metadata.xml
+
*libsufr-0.3.0 (09 Nov 2011)
09 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> +libsufr-0.3.0.ebuild,
diff --git a/sci-libs/libsufr/libsufr-0.3.1.ebuild b/sci-libs/libsufr/libsufr-0.3.1.ebuild
new file mode 100644
index 0000000..8128aa2
--- /dev/null
+++ b/sci-libs/libsufr/libsufr-0.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 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="LIBrary of Some Useful Fortran Routines"
+HOMEPAGE="http://libsufr.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="virtual/fortran"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use static-libs CREATE_STATICLIB)
+ )
+ cmake-utils_src_configure
+}
+
+DOCS="CHANGELOG INSTALL README VERSION"
diff --git a/sci-libs/libsufr/metadata.xml b/sci-libs/libsufr/metadata.xml
index cdca2ed..ec71057 100644
--- a/sci-libs/libsufr/metadata.xml
+++ b/sci-libs/libsufr/metadata.xml
@@ -3,8 +3,8 @@
<pkgmetadata>
<herd>sci</herd>
<maintainer>
- <email>sluys@astro.ru.nl</email>
- <name>Marc van der Sluys</name>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
</maintainer>
<maintainer>
<email>xarthisius@gentoo.org</email>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2012-03-04 1:34 Marc van der Sluys
0 siblings, 0 replies; 13+ messages in thread
From: Marc van der Sluys @ 2012-03-04 1:34 UTC (permalink / raw
To: gentoo-commits
commit: a562a349579b85d0b26c237e42433d49e54c2ebb
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sun Mar 4 01:26:29 2012 +0000
Commit: Marc van der Sluys <linux <AT> vandersluys <DOT> nl>
CommitDate: Sun Mar 4 01:32:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a562a349
Added sci-libs/libsufr-0.3.2
---
sci-libs/libsufr/ChangeLog | 5 +++++
sci-libs/libsufr/libsufr-0.3.2.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/sci-libs/libsufr/ChangeLog b/sci-libs/libsufr/ChangeLog
index 345e21d..3f3c9df 100644
--- a/sci-libs/libsufr/ChangeLog
+++ b/sci-libs/libsufr/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libsufr-0.3.2 (04 Mar 2012)
+
+ 04 Mar 2012; AstroFloyd <AstroFloyd@gmail.com> +libsufr-0.3.2.ebuild:
+ Added sci-libs/libsufr-0.3.2
+
*libsufr-0.3.1 (13 Feb 2012)
13 Feb 2012; AstroFloyd <AstroFloyd@gmail.com> +libsufr-0.3.1.ebuild,
diff --git a/sci-libs/libsufr/libsufr-0.3.2.ebuild b/sci-libs/libsufr/libsufr-0.3.2.ebuild
new file mode 100644
index 0000000..8128aa2
--- /dev/null
+++ b/sci-libs/libsufr/libsufr-0.3.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 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="LIBrary of Some Useful Fortran Routines"
+HOMEPAGE="http://libsufr.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="virtual/fortran"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use static-libs CREATE_STATICLIB)
+ )
+ cmake-utils_src_configure
+}
+
+DOCS="CHANGELOG INSTALL README VERSION"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2012-05-05 8:32 Kacper Kowalik
0 siblings, 0 replies; 13+ messages in thread
From: Kacper Kowalik @ 2012-05-05 8:32 UTC (permalink / raw
To: gentoo-commits
commit: b4e41367efaa246d0e31d7034bdf2a37a3210bbc
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sat May 5 08:32:31 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sat May 5 08:32:31 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b4e41367
Version bump, drop old, don't install unnecessary doc files
---
sci-libs/libsufr/libsufr-0.3.0.ebuild | 33 --------------------
sci-libs/libsufr/libsufr-0.3.2.ebuild | 29 -----------------
.../{libsufr-0.3.1.ebuild => libsufr-0.3.3.ebuild} | 2 +-
3 files changed, 1 insertions(+), 63 deletions(-)
diff --git a/sci-libs/libsufr/libsufr-0.3.0.ebuild b/sci-libs/libsufr/libsufr-0.3.0.ebuild
deleted file mode 100644
index 0c2d8cc..0000000
--- a/sci-libs/libsufr/libsufr-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-MY_PN=libSUFR
-MY_P=${MY_PN}-${PV}
-CMAKE_VERBOSE=1
-
-inherit cmake-utils fortran-2
-
-DESCRIPTION="LIBrary of Some Useful Fortran Routines"
-HOMEPAGE="http://libsufr.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="virtual/fortran"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-multilib.patch )
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
- )
- cmake-utils_src_configure
-}
diff --git a/sci-libs/libsufr/libsufr-0.3.2.ebuild b/sci-libs/libsufr/libsufr-0.3.2.ebuild
deleted file mode 100644
index 8128aa2..0000000
--- a/sci-libs/libsufr/libsufr-0.3.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 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="LIBrary of Some Useful Fortran Routines"
-HOMEPAGE="http://libsufr.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="virtual/fortran"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
- )
- cmake-utils_src_configure
-}
-
-DOCS="CHANGELOG INSTALL README VERSION"
diff --git a/sci-libs/libsufr/libsufr-0.3.1.ebuild b/sci-libs/libsufr/libsufr-0.3.3.ebuild
similarity index 93%
rename from sci-libs/libsufr/libsufr-0.3.1.ebuild
rename to sci-libs/libsufr/libsufr-0.3.3.ebuild
index 8128aa2..9fc7450 100644
--- a/sci-libs/libsufr/libsufr-0.3.1.ebuild
+++ b/sci-libs/libsufr/libsufr-0.3.3.ebuild
@@ -26,4 +26,4 @@ src_configure() {
cmake-utils_src_configure
}
-DOCS="CHANGELOG INSTALL README VERSION"
+DOCS="CHANGELOG README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2013-01-13 13:36 Marc van der Sluys
0 siblings, 0 replies; 13+ messages in thread
From: Marc van der Sluys @ 2013-01-13 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 263a9e104bd0b89b82459763702b81597c11fdda
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sun Jan 13 13:32:46 2013 +0000
Commit: Marc van der Sluys <linux <AT> vandersluys <DOT> nl>
CommitDate: Sun Jan 13 13:32:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=263a9e10
Upgraded to sci-libs/libsufr-0.4.1.ebuild; added ChangeLog to repo
---
sci-libs/libsufr/ChangeLog | 13 ++++++++++++-
sci-libs/libsufr/libsufr-0.4.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletions(-)
diff --git a/sci-libs/libsufr/ChangeLog b/sci-libs/libsufr/ChangeLog
index 3f3c9df..1bf764b 100644
--- a/sci-libs/libsufr/ChangeLog
+++ b/sci-libs/libsufr/ChangeLog
@@ -1,7 +1,18 @@
# ChangeLog for sci-libs/libsufr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libsufr-0.4.1 (13 Jan 2013)
+
+ 13 Jan 2013; AstroFloyd <AstroFloyd@gmail.com> +libsufr-0.4.1.ebuild:
+ Updated libSUFR to 0.4.1, added VERSION to doc files, added ChangeLog
+ to git repo, keep one older version
+
+*libsufr-0.3.3 (5 May 2012)
+
+ 13 Jan 2013; Kacper Kowalik (Xarthisius) +libsufr-0.3.3.ebuild:
+ Version bump, drop old, don't install unnecessary doc files
+
*libsufr-0.3.2 (04 Mar 2012)
04 Mar 2012; AstroFloyd <AstroFloyd@gmail.com> +libsufr-0.3.2.ebuild:
diff --git a/sci-libs/libsufr/libsufr-0.4.1.ebuild b/sci-libs/libsufr/libsufr-0.4.1.ebuild
new file mode 100644
index 0000000..88dd649
--- /dev/null
+++ b/sci-libs/libsufr/libsufr-0.4.1.ebuild
@@ -0,0 +1,29 @@
+# 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="LIBrary of Some Useful Fortran Routines"
+HOMEPAGE="http://libsufr.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="virtual/fortran"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use static-libs CREATE_STATICLIB)
+ )
+ cmake-utils_src_configure
+}
+
+DOCS="CHANGELOG README VERSION"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2013-02-02 10:05 Marc van der Sluys
0 siblings, 0 replies; 13+ messages in thread
From: Marc van der Sluys @ 2013-02-02 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 9a2485609eea06c8952ce9e00f7b0b9218146600
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sat Feb 2 10:04:49 2013 +0000
Commit: Marc van der Sluys <AstroFloyd <AT> gmail <DOT> com>
CommitDate: Sat Feb 2 10:04:49 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9a248560
Removed CMAKE_VERBOSE=1 from libSUFR ebuilds
---
sci-libs/libsufr/libsufr-0.3.3.ebuild | 3 +--
sci-libs/libsufr/libsufr-0.4.1.ebuild | 1 -
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/sci-libs/libsufr/libsufr-0.3.3.ebuild b/sci-libs/libsufr/libsufr-0.3.3.ebuild
index 9fc7450..2f98882 100644
--- a/sci-libs/libsufr/libsufr-0.3.3.ebuild
+++ b/sci-libs/libsufr/libsufr-0.3.3.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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
diff --git a/sci-libs/libsufr/libsufr-0.4.1.ebuild b/sci-libs/libsufr/libsufr-0.4.1.ebuild
index 88dd649..75098c1 100644
--- a/sci-libs/libsufr/libsufr-0.4.1.ebuild
+++ b/sci-libs/libsufr/libsufr-0.4.1.ebuild
@@ -3,7 +3,6 @@
# $Header: $
EAPI=4
-CMAKE_VERBOSE=1
inherit cmake-utils fortran-2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2013-08-11 9:37 Kacper Kowalik
0 siblings, 0 replies; 13+ messages in thread
From: Kacper Kowalik @ 2013-08-11 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 2b7bf3eecaffd58238939ba95213f793dd3b0f07
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 09:35:58 2013 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 09:35:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2b7bf3ee
Version bump
---
sci-libs/libsufr/libsufr-0.5.2.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/sci-libs/libsufr/libsufr-0.5.2.ebuild b/sci-libs/libsufr/libsufr-0.5.2.ebuild
new file mode 100644
index 0000000..75098c1
--- /dev/null
+++ b/sci-libs/libsufr/libsufr-0.5.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils fortran-2
+
+DESCRIPTION="LIBrary of Some Useful Fortran Routines"
+HOMEPAGE="http://libsufr.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="virtual/fortran"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use static-libs CREATE_STATICLIB)
+ )
+ cmake-utils_src_configure
+}
+
+DOCS="CHANGELOG README VERSION"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2013-10-27 17:06 Marc van der Sluys
0 siblings, 0 replies; 13+ messages in thread
From: Marc van der Sluys @ 2013-10-27 17:06 UTC (permalink / raw
To: gentoo-commits
commit: a77d6b43f30310e8e7e045f52f635eb9343b11d5
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sun Oct 27 16:59:53 2013 +0000
Commit: Marc van der Sluys <AstroFloyd <AT> gmail <DOT> com>
CommitDate: Sun Oct 27 16:59:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a77d6b43
Version bump to sci-libs/libsufr-0.5.4
Package-Manager: portage-2.2.7
---
sci-libs/libsufr/ChangeLog | 6 ++++++
sci-libs/libsufr/libsufr-0.4.1.ebuild | 2 +-
sci-libs/libsufr/libsufr-0.5.2.ebuild | 2 +-
sci-libs/libsufr/{libsufr-0.3.3.ebuild => libsufr-0.5.4.ebuild} | 4 ++--
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/sci-libs/libsufr/ChangeLog b/sci-libs/libsufr/ChangeLog
index 1bf764b..bf9407a 100644
--- a/sci-libs/libsufr/ChangeLog
+++ b/sci-libs/libsufr/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libsufr-0.5.4 (27 Oct 2013)
+
+ 27 Oct 2013; AstroFloyd <AstroFloyd@gmail.com> -libsufr-0.3.3.ebuild,
+ +libsufr-0.5.4.ebuild:
+ Version bump
+
*libsufr-0.4.1 (13 Jan 2013)
13 Jan 2013; AstroFloyd <AstroFloyd@gmail.com> +libsufr-0.4.1.ebuild:
diff --git a/sci-libs/libsufr/libsufr-0.4.1.ebuild b/sci-libs/libsufr/libsufr-0.4.1.ebuild
index 75098c1..5724989 100644
--- a/sci-libs/libsufr/libsufr-0.4.1.ebuild
+++ b/sci-libs/libsufr/libsufr-0.4.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit cmake-utils fortran-2
diff --git a/sci-libs/libsufr/libsufr-0.5.2.ebuild b/sci-libs/libsufr/libsufr-0.5.2.ebuild
index 75098c1..5724989 100644
--- a/sci-libs/libsufr/libsufr-0.5.2.ebuild
+++ b/sci-libs/libsufr/libsufr-0.5.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit cmake-utils fortran-2
diff --git a/sci-libs/libsufr/libsufr-0.3.3.ebuild b/sci-libs/libsufr/libsufr-0.5.4.ebuild
similarity index 93%
rename from sci-libs/libsufr/libsufr-0.3.3.ebuild
rename to sci-libs/libsufr/libsufr-0.5.4.ebuild
index 2f98882..5724989 100644
--- a/sci-libs/libsufr/libsufr-0.3.3.ebuild
+++ b/sci-libs/libsufr/libsufr-0.5.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit cmake-utils fortran-2
@@ -25,4 +25,4 @@ src_configure() {
cmake-utils_src_configure
}
-DOCS="CHANGELOG README"
+DOCS="CHANGELOG README VERSION"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2015-05-05 13:10 Marc van der Sluys
0 siblings, 0 replies; 13+ messages in thread
From: Marc van der Sluys @ 2015-05-05 13:10 UTC (permalink / raw
To: gentoo-commits
commit: bee5c4d2e7bd0b140f85f241fcf7ad1ab535e0f7
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Tue May 5 13:07:52 2015 +0000
Commit: Marc van der Sluys <AstroFloyd <AT> gmail <DOT> com>
CommitDate: Tue May 5 13:07:52 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bee5c4d2
sci-libs/libsufr: version bump to v0.6.3
sci-libs/libsufr/ChangeLog | 11 +++++++++--
.../libsufr/{libsufr-0.4.1.ebuild => libsufr-0.6.2.ebuild} | 2 +-
.../libsufr/{libsufr-0.5.2.ebuild => libsufr-0.6.3.ebuild} | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/sci-libs/libsufr/ChangeLog b/sci-libs/libsufr/ChangeLog
index bf9407a..33c7093 100644
--- a/sci-libs/libsufr/ChangeLog
+++ b/sci-libs/libsufr/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for sci-libs/libsufr
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libsufr-0.6.3 (05 May 2015)
+*libsufr-0.6.2 (05 May 2015)
+
+ 05 May 2015; AstroFloyd <AstroFloyd@gmail.com> -libsufr-0.4.1.ebuild,
+ -libsufr-0.5.2.ebuild, +libsufr-0.6.2.ebuild, +libsufr-0.6.3.ebuild:
+ Version bump
+
*libsufr-0.5.4 (27 Oct 2013)
27 Oct 2013; AstroFloyd <AstroFloyd@gmail.com> -libsufr-0.3.3.ebuild,
@@ -34,6 +41,6 @@
09 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> +libsufr-0.3.0.ebuild,
+files/libsufr-0.3.0-multilib.patch, +metadata.xml:
- Initial import, ebuild written by Marc van der Sluys <sluys@astro.ru.nl>,
+ Initial import, ebuild written by AstroFloyd <AstroFloyd@gmail.com>,
edited by me
diff --git a/sci-libs/libsufr/libsufr-0.4.1.ebuild b/sci-libs/libsufr/libsufr-0.6.2.ebuild
similarity index 92%
rename from sci-libs/libsufr/libsufr-0.4.1.ebuild
rename to sci-libs/libsufr/libsufr-0.6.2.ebuild
index 7e4456f..ac4e76a 100644
--- a/sci-libs/libsufr/libsufr-0.4.1.ebuild
+++ b/sci-libs/libsufr/libsufr-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
diff --git a/sci-libs/libsufr/libsufr-0.5.2.ebuild b/sci-libs/libsufr/libsufr-0.6.3.ebuild
similarity index 92%
rename from sci-libs/libsufr/libsufr-0.5.2.ebuild
rename to sci-libs/libsufr/libsufr-0.6.3.ebuild
index 7e4456f..ac4e76a 100644
--- a/sci-libs/libsufr/libsufr-0.5.2.ebuild
+++ b/sci-libs/libsufr/libsufr-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2015-05-09 15:39 Marc van der Sluys
0 siblings, 0 replies; 13+ messages in thread
From: Marc van der Sluys @ 2015-05-09 15:39 UTC (permalink / raw
To: gentoo-commits
commit: c42f039cee3015dc90a71b8e636dfe2e97c9a7b7
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sat May 9 15:38:55 2015 +0000
Commit: Marc van der Sluys <AstroFloyd <AT> gmail <DOT> com>
CommitDate: Sat May 9 15:38:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c42f039c
sci-libs/libsufr: version bump to v0.6.4
Package-Manager: portage-2.2.18
sci-libs/libsufr/ChangeLog | 6 ++++++
sci-libs/libsufr/{libsufr-0.6.2.ebuild => libsufr-0.6.4.ebuild} | 0
2 files changed, 6 insertions(+)
diff --git a/sci-libs/libsufr/ChangeLog b/sci-libs/libsufr/ChangeLog
index 0c3be7a..5e752b2 100644
--- a/sci-libs/libsufr/ChangeLog
+++ b/sci-libs/libsufr/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libsufr-0.6.4 (09 May 2015)
+
+ 09 May 2015; AstroFloyd <AstroFloyd@gmail.com> -libsufr-0.6.2.ebuild,
+ +libsufr-0.6.4.ebuild:
+ Version bump
+
05 May 2015; AstroFloyd <AstroFloyd@gmail.com>
-files/libsufr-0.3.0-multilib.patch:
Removed obsolete files/ directory
diff --git a/sci-libs/libsufr/libsufr-0.6.2.ebuild b/sci-libs/libsufr/libsufr-0.6.4.ebuild
similarity index 100%
rename from sci-libs/libsufr/libsufr-0.6.2.ebuild
rename to sci-libs/libsufr/libsufr-0.6.4.ebuild
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2015-06-08 12:19 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
To: gentoo-commits
commit: c47ad58039f0a550db705df5e70cd9f76d2519f0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 11:39:17 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 11:39:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c47ad580
sci-libs/libsufr: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
sci-libs/libsufr/ChangeLog | 4 +++-
sci-libs/libsufr/metadata.xml | 21 ++++++++++++---------
2 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/sci-libs/libsufr/ChangeLog b/sci-libs/libsufr/ChangeLog
index 5e752b2..d45f80c 100644
--- a/sci-libs/libsufr/ChangeLog
+++ b/sci-libs/libsufr/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ sci-libs/libsufr: Updating remote-id in metadata.xml
+
*libsufr-0.6.4 (09 May 2015)
09 May 2015; AstroFloyd <AstroFloyd@gmail.com> -libsufr-0.6.2.ebuild,
@@ -53,4 +56,3 @@
+files/libsufr-0.3.0-multilib.patch, +metadata.xml:
Initial import, ebuild written by AstroFloyd <AstroFloyd@gmail.com>,
edited by me
-
diff --git a/sci-libs/libsufr/metadata.xml b/sci-libs/libsufr/metadata.xml
index ec71057..009574e 100644
--- a/sci-libs/libsufr/metadata.xml
+++ b/sci-libs/libsufr/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>
- <maintainer>
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">libsufr</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2020-09-27 12:35 Aisha Tammy
0 siblings, 0 replies; 13+ messages in thread
From: Aisha Tammy @ 2020-09-27 12:35 UTC (permalink / raw
To: gentoo-commits
commit: c549cdf919909aded0dc8b77df181ad365459d1b
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 12:14:17 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:09 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c549cdf9
sci-libs/libsufr: version bump to 0.7.5
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-libs/libsufr/libsufr-0.6.3.ebuild | 27 ----------------------
sci-libs/libsufr/libsufr-0.6.4.ebuild | 27 ----------------------
.../{libsufr-0.5.4.ebuild => libsufr-0.7.5.ebuild} | 25 +++++++++++++-------
3 files changed, 17 insertions(+), 62 deletions(-)
diff --git a/sci-libs/libsufr/libsufr-0.6.3.ebuild b/sci-libs/libsufr/libsufr-0.6.3.ebuild
deleted file mode 100644
index 2502a7f4b..000000000
--- a/sci-libs/libsufr/libsufr-0.6.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils fortran-2
-
-DESCRIPTION="LIBrary of Some Useful Fortran Routines"
-HOMEPAGE="http://libsufr.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="virtual/fortran"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
- )
- cmake-utils_src_configure
-}
-
-DOCS="CHANGELOG README VERSION"
diff --git a/sci-libs/libsufr/libsufr-0.6.4.ebuild b/sci-libs/libsufr/libsufr-0.6.4.ebuild
deleted file mode 100644
index 2502a7f4b..000000000
--- a/sci-libs/libsufr/libsufr-0.6.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils fortran-2
-
-DESCRIPTION="LIBrary of Some Useful Fortran Routines"
-HOMEPAGE="http://libsufr.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="virtual/fortran"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
- )
- cmake-utils_src_configure
-}
-
-DOCS="CHANGELOG README VERSION"
diff --git a/sci-libs/libsufr/libsufr-0.5.4.ebuild b/sci-libs/libsufr/libsufr-0.7.5.ebuild
similarity index 52%
rename from sci-libs/libsufr/libsufr-0.5.4.ebuild
rename to sci-libs/libsufr/libsufr-0.7.5.ebuild
index 0131c6629..af8654fe0 100644
--- a/sci-libs/libsufr/libsufr-0.5.4.ebuild
+++ b/sci-libs/libsufr/libsufr-0.7.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2014 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
DESCRIPTION="LIBrary of Some Useful Fortran Routines"
HOMEPAGE="http://libsufr.sourceforge.net/"
@@ -17,11 +18,19 @@ IUSE="static-libs"
DEPEND="virtual/fortran"
RDEPEND="${DEPEND}"
+DOCS=( "CHANGELOG" "README" "VERSION" )
+
+src_unpack() {
+ default
+
+ gunzip -r "${S}"/man || die
+}
+
src_configure() {
- mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
+ local mycmakeargs=(
+ -DCMAKE_VERBOSE_MAKEFILE=ON
+ -DCREATE_SHAREDLIB=ON
+ -DCREATE_STATICLIB=$(usex static-libs)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
-
-DOCS="CHANGELOG README VERSION"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2020-10-05 20:44 Horea Christian
0 siblings, 0 replies; 13+ messages in thread
From: Horea Christian @ 2020-10-05 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 55ae2a0e636be6ef170c2dc1b29f246daa8e5db7
Author: MarcvdSluys <git <AT> vandersluys <DOT> nl>
AuthorDate: Sat Oct 3 19:55:37 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Oct 5 20:43:51 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=55ae2a0e
sci-libs/libsufr: Fix build failure with USE=static-libs.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: MarcvdSluys <git <AT> vandersluys.nl>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../libsufr/{libsufr-0.7.5.ebuild => libsufr-0.7.5-r1.ebuild} | 1 +
sci-libs/libsufr/metadata.xml | 8 ++------
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/sci-libs/libsufr/libsufr-0.7.5.ebuild b/sci-libs/libsufr/libsufr-0.7.5-r1.ebuild
similarity index 95%
rename from sci-libs/libsufr/libsufr-0.7.5.ebuild
rename to sci-libs/libsufr/libsufr-0.7.5-r1.ebuild
index af8654fe0..0f0cc83fe 100644
--- a/sci-libs/libsufr/libsufr-0.7.5.ebuild
+++ b/sci-libs/libsufr/libsufr-0.7.5-r1.ebuild
@@ -5,6 +5,7 @@ EAPI=7
CMAKE_BUILD_TYPE=Release
inherit cmake fortran-2
+CMAKE_MAKEFILE_GENERATOR="emake"
DESCRIPTION="LIBrary of Some Useful Fortran Routines"
HOMEPAGE="http://libsufr.sourceforge.net/"
diff --git a/sci-libs/libsufr/metadata.xml b/sci-libs/libsufr/metadata.xml
index 784cc759a..eff9aab5c 100644
--- a/sci-libs/libsufr/metadata.xml
+++ b/sci-libs/libsufr/metadata.xml
@@ -2,12 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
- </maintainer>
- <maintainer type="person">
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
+ <email>git@vandersluys.nl</email>
+ <name>MarcvdSluys</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/
@ 2022-01-25 19:15 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 19:15 UTC (permalink / raw
To: gentoo-commits
commit: b111ff40364e5e2a0e3926c2d08d2ee2aa6c3c25
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:28:40 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:28:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b111ff40
sci-libs/libsufr: bump to 0.7.7
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/libsufr/{libsufr-0.7.5-r1.ebuild => libsufr-0.7.7.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/sci-libs/libsufr/libsufr-0.7.5-r1.ebuild b/sci-libs/libsufr/libsufr-0.7.7.ebuild
similarity index 93%
rename from sci-libs/libsufr/libsufr-0.7.5-r1.ebuild
rename to sci-libs/libsufr/libsufr-0.7.7.ebuild
index 0f0cc83fe..3515005bc 100644
--- a/sci-libs/libsufr/libsufr-0.7.5-r1.ebuild
+++ b/sci-libs/libsufr/libsufr-0.7.7.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="LIBrary of Some Useful Fortran Routines"
HOMEPAGE="http://libsufr.sourceforge.net/"
@@ -23,7 +23,6 @@ DOCS=( "CHANGELOG" "README" "VERSION" )
src_unpack() {
default
-
gunzip -r "${S}"/man || die
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2022-01-25 19:15 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-27 12:35 [gentoo-commits] proj/sci:master commit in: sci-libs/libsufr/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2022-01-25 19:15 Andrew Ammerlaan
2020-10-05 20:44 Horea Christian
2015-06-08 12:19 Justin Lecher
2015-05-09 15:39 Marc van der Sluys
2015-05-05 13:10 Marc van der Sluys
2013-10-27 17:06 Marc van der Sluys
2013-08-11 9:37 Kacper Kowalik
2013-02-02 10:05 Marc van der Sluys
2013-01-13 13:36 Marc van der Sluys
2012-05-05 8:32 Kacper Kowalik
2012-03-04 1:34 Marc van der Sluys
2012-02-13 14:12 Marc van der Sluys
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox