public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/fox/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3571fda7affdcc6d0a2955da789f3d7a35275e04
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 14:58:23 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 14:58:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3571fda7

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-libs/fox/ChangeLog    |    3 +++
 sci-libs/fox/metadata.xml |   15 +++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/sci-libs/fox/ChangeLog b/sci-libs/fox/ChangeLog
index 4355c8c..5e5e636 100644
--- a/sci-libs/fox/ChangeLog
+++ b/sci-libs/fox/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> +metadata.xml:
+  metadata.xml added
+
 *fox-4.1.0 (17 Jan 2011)
 *fox-4.0.4 (17 Jan 2011)
 

diff --git a/sci-libs/fox/metadata.xml b/sci-libs/fox/metadata.xml
new file mode 100644
index 0000000..0ad2e28
--- /dev/null
+++ b/sci-libs/fox/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>sci@gentoo.org</email>
+  </maintainer>
+  <use>
+    <flag name="dom">Automatically generated description for dom</flag>
+    <flag name="fast">Automatically generated description for fast</flag>
+    <flag name="sax">Automatically generated description for sax</flag>
+    <flag name="wcml">Automatically generated description for wcml</flag>
+    <flag name="wxml">Automatically generated description for wxml</flag>
+  </use>
+</pkgmetadata>



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/fox/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1c249911262480fc73ead51903bd912802c50640
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:00:28 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:00:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1c249911

Fix CVS Header , remove LICENSE from installation

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-libs/fox/ChangeLog        |    4 ++++
 sci-libs/fox/fox-4.0.4.ebuild |    7 ++++---
 sci-libs/fox/fox-4.1.0.ebuild |    7 ++++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/sci-libs/fox/ChangeLog b/sci-libs/fox/ChangeLog
index 5e5e636..791c95e 100644
--- a/sci-libs/fox/ChangeLog
+++ b/sci-libs/fox/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> fox-4.0.4.ebuild,
+  fox-4.1.0.ebuild:
+  Fix CVS Header , remove LICENSE from installation
+
   24 Jun 2011; Justin Lecher <jlec@gentoo.org> +metadata.xml:
   metadata.xml added
 

diff --git a/sci-libs/fox/fox-4.0.4.ebuild b/sci-libs/fox/fox-4.0.4.ebuild
index 0bb430d..105d67b 100644
--- a/sci-libs/fox/fox-4.0.4.ebuild
+++ b/sci-libs/fox/fox-4.0.4.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Header: $
 
 EAPI=3
 
@@ -12,12 +13,12 @@ DIRV="${PV/%[0-9]/X}"
 DESCRIPTION="A library designed to allow the easy use of XML from Fortran"
 HOMEPAGE="http://www1.gly.bris.ac.uk/~walker/FoX/"
 SRC_URI="http://www1.gly.bris.ac.uk/~walker/FoX/source/${MY_PN}-${DIRV}/${MY_P}-full.tar.gz"
+
 LICENSE="BSD ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug doc dom fast sax wcml wxml"
-RDEPEND=""
-DEPEND="${RDEPEND}"
+
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
@@ -49,7 +50,7 @@ src_install() {
 		-e's%comp_prefix/finclude%comp_prefix/lib/finclude%' \
 		FoX-config
 	emake -j1 DESTDIR="${D}" install || die "make install failed"
-	dodoc README.FoX.txt Changelog LICENSE || die "dodoc failed"
+	dodoc README.FoX.txt Changelog || die "dodoc failed"
 	if use doc; then
 		dohtml -r DoX/ || die "installing the HTML docs failed"
 	fi

diff --git a/sci-libs/fox/fox-4.1.0.ebuild b/sci-libs/fox/fox-4.1.0.ebuild
index ea50a34..c57b614 100644
--- a/sci-libs/fox/fox-4.1.0.ebuild
+++ b/sci-libs/fox/fox-4.1.0.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Header: $
 
 EAPI=3
 
@@ -11,12 +12,12 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="A library designed to allow the easy use of XML from Fortran"
 HOMEPAGE="http://www1.gly.bris.ac.uk/~walker/FoX/"
 SRC_URI="http://www1.gly.bris.ac.uk/~walker/FoX/source/${MY_P}-full.tar.gz"
+
 LICENSE="BSD ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug doc dom fast sax wcml wxml"
-RDEPEND=""
-DEPEND="${RDEPEND}"
+
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
@@ -48,7 +49,7 @@ src_install() {
 		-e's%comp_prefix/finclude%comp_prefix/lib/finclude%' \
 		FoX-config
 	emake -j1 DESTDIR="${D}" install || die "make install failed"
-	dodoc README.FoX.txt Changelog LICENSE || die "dodoc failed"
+	dodoc README.FoX.txt Changelog || die "dodoc failed"
 	if use doc; then
 		dohtml -r DoX/ || die "installing the HTML docs failed"
 	fi



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/fox/
@ 2012-06-22 22:38 Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2012-06-22 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b9f4ff8e2f0dd18bf9d94c5eb6a5a5c2e34942d5
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 22:37:35 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 22:38:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b9f4ff8e

[sci-libs/fox] make it prefix aware

(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)

---
 sci-libs/fox/ChangeLog           |    3 +++
 sci-libs/fox/fox-4.1.2-r1.ebuild |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-libs/fox/ChangeLog b/sci-libs/fox/ChangeLog
index da2ec66..1d50ca6 100644
--- a/sci-libs/fox/ChangeLog
+++ b/sci-libs/fox/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Jun 2012; Alexey Shvetsov <alexxy@gentoo.org> fox-4.1.2-r1.ebuild:
+  [sci-libs/fox] make it prefix aware
+
 *fox-4.1.2-r1 (28 Apr 2012)
 
   28 Apr 2012; Honza Macháček <Hloupy.Honza@centrum.cz> -fox-4.1.2.ebuild,

diff --git a/sci-libs/fox/fox-4.1.2-r1.ebuild b/sci-libs/fox/fox-4.1.2-r1.ebuild
index 631af36..20856c8 100644
--- a/sci-libs/fox/fox-4.1.2-r1.ebuild
+++ b/sci-libs/fox/fox-4.1.2-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www1.gly.bris.ac.uk/~walker/FoX/"
 
 LICENSE="BSD ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="debug doc +dom +fast +sax +wcml +wkml +wxml"
 
 SRC_URI=" doc? ( http://www1.gly.bris.ac.uk/~walker/FoX/source/${MY_P}-full.tar.gz )
@@ -34,7 +34,7 @@ src_prepare() {
 }
 
 src_configure() {
-		econf --prefix=/usr \
+		econf --prefix="${EPREFIX}/usr" \
 		$(use_enable debug) \
 		$(use_enable dom) \
 		$(use_enable fast) \
@@ -55,7 +55,7 @@ src_test() {
 }
 
 src_install() {
-	sed -i -e's%^comp_prefix=.*$%comp_prefix=/usr%' \
+	sed -i -e's%^comp_prefix=.*$%comp_prefix=${EPREFIX}/usr%' \
 		-e's%comp_prefix/finclude%comp_prefix/lib/finclude%' \
 		-e's%\$libdir/lib\([^ ]\+\)\.a\>%-l\1%g' \
 		-e's%\(echo\( -I"$moddir"\)\?\) \$LIBS%\1 -L"$libdir" $LIBS%' \



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

* [gentoo-commits] proj/sci:master commit in: sci-libs/fox/
@ 2015-09-23 10:42 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-09-23 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b059250a0dd5d4eb963e78dc0e1d4f5a31cf9417
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:36:51 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:36:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b059250a

Drop unnecessary die from dohtml

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/fox/fox-4.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/fox/fox-4.1.2-r2.ebuild b/sci-libs/fox/fox-4.1.2-r2.ebuild
index e1df50c..38b52fa 100644
--- a/sci-libs/fox/fox-4.1.2-r2.ebuild
+++ b/sci-libs/fox/fox-4.1.2-r2.ebuild
@@ -64,6 +64,6 @@ src_install() {
 	dodoc README.FoX.txt
 	if use doc; then
 		dodoc Changelog
-		dohtml -r DoX/ || die "installing the HTML docs failed"
+		dohtml -r DoX/
 	fi
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/fox/
@ 2021-06-01  9:30 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-06-01  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8968649e1fa253daf020d91607ad8da1cb53f218
Author:     Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
AuthorDate: Sat May 29 04:11:22 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 09:30:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8968649e

sci-libs/fox: DEPEND of fortran USE flag for gcc

* add a DEPEND which will require the fortran USE flag in sys-devel/gcc

Currently, sci-libs/fox does not require sys-devel/gcc to have the
fortran USE flag set. If sci-libs/fox is emerged without the fortran
USE flag, the configure phase will check for a fortran compiler, and the
configure phase will fail. By default, the hardened profile disables
the fortran USE flag in sys-devel/gcc, so sci-libs/fox will fail.
With this commit, sci-libs/fox depends on sys-devel/gcc having
a the fortran USE flag set.
Without this commit, sci-libs/fox will fail on any system which does
not have the fortran USE flag in sys-devel/gcc, which by default is
all hardened profiles.
This commit was tested in a docker image with dev-util/ebuildtester.
This commit was written, tested, and submitted by Lucas Mitrak.

Closes: https://bugs.gentoo.org/757771
Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/fox/fox-4.1.2-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-libs/fox/fox-4.1.2-r2.ebuild b/sci-libs/fox/fox-4.1.2-r2.ebuild
index 42283ca9e..9b216657f 100644
--- a/sci-libs/fox/fox-4.1.2-r2.ebuild
+++ b/sci-libs/fox/fox-4.1.2-r2.ebuild
@@ -28,6 +28,8 @@ S="${WORKDIR}/${MY_P}"
 
 FORTRAN_STANDARD=90
 
+DEPEND="sys-devel/gcc[fortran]"
+
 PATCHES=(
 	"${FILESDIR}"/4.1.2-r2-install-customizations.patch
 )


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

* [gentoo-commits] proj/sci:master commit in: sci-libs/fox/
@ 2021-06-01  9:30 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-06-01  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4b888966f7c6ff0d86ba8b1802457d946c747bb3
Author:     Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
AuthorDate: Sun May 30 22:47:25 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 09:30:25 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b888966

sci-libs/fox: add inherit fortran-2

Currently, sci-libs/fox does not require a fortran compiler
to be installed. If sci-libs/fox is emerged without the fortran
compiler, the configure phase will check for a fortran compiler, and the
configure phase will fail. For example, the hardened profile disables
the fortran USE flag in sys-devel/gcc, so sci-libs/fox will fail.
With this commit, sci-libs/fox will require a fortran compiler
to be installed.
Without this commit, sci-libs/fox will fail on any system which does
not have the fortran compiler, which by default is all hardened profiles.
This commit was tested in a docker image with dev-util/ebuildtester.
This commit was written, tested, and submitted by Lucas Mitrak.

Closes: https://bugs.gentoo.org/757771
Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com>
Closes: https://github.com/gentoo/sci/pull/1083
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/fox/fox-4.1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/fox/fox-4.1.2-r2.ebuild b/sci-libs/fox/fox-4.1.2-r2.ebuild
index 9b216657f..a8900c153 100644
--- a/sci-libs/fox/fox-4.1.2-r2.ebuild
+++ b/sci-libs/fox/fox-4.1.2-r2.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit fortran-2
+
 MY_PN="FoX"
 MY_P="${MY_PN}-${PV}"
 
@@ -28,8 +30,6 @@ S="${WORKDIR}/${MY_P}"
 
 FORTRAN_STANDARD=90
 
-DEPEND="sys-devel/gcc[fortran]"
-
 PATCHES=(
 	"${FILESDIR}"/4.1.2-r2-install-customizations.patch
 )


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

end of thread, other threads:[~2021-06-01  9:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22 22:38 [gentoo-commits] proj/sci:master commit in: sci-libs/fox/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2021-06-01  9:30 Andrew Ammerlaan
2021-06-01  9:30 Andrew Ammerlaan
2015-09-23 10:42 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher

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