public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2o/
@ 2012-03-14 22:06 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-03-14 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     08b807363eb5e6b8a5b1400d996bf78623aad8f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 22:09:28 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 22:09:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=08b80736

sci-libs/libh2o: Add USE=openmp.

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

---
 sci-libs/libh2o/libh2o-9999.ebuild |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild
index 757bcb6..24d4684 100644
--- a/sci-libs/libh2o/libh2o-9999.ebuild
+++ b/sci-libs/libh2o/libh2o-9999.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
 inherit git-2
 #endif
 
-inherit autotools-utils
+inherit autotools-utils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Library of routines for IF97 water & steam properties"
 HOMEPAGE="https://github.com/mgorny/libh2o/"
@@ -21,9 +21,19 @@ SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
+IUSE="openmp static-libs"
 
 #if LIVE
 KEYWORDS=
 SRC_URI=
 #endif
+
+pkg_setup() {
+	if use openmp; then
+		if tc-has-openmp; then
+			append-flags -fopenmp
+		else
+			ewarn "Active compiler doesn't support OpenMP, ignoring USE=openmp."
+		fi
+	fi
+}



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

* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2o/
@ 2012-03-14 22:06 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-03-14 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f9ac0ba3a5590d65b1b0399db26320c423de1a3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 20:54:53 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 20:54:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=f9ac0ba3

sci-libs/libh2o: Initial ebuild for libh2o.

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

---
 sci-libs/libh2o/libh2o-9999.ebuild |   29 +++++++++++++++++++++++++++++
 sci-libs/libh2o/metadata.xml       |   15 +++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild
new file mode 100644
index 0000000..757bcb6
--- /dev/null
+++ b/sci-libs/libh2o/libh2o-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+	http://github.com/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+inherit autotools-utils
+
+DESCRIPTION="Library of routines for IF97 water & steam properties"
+HOMEPAGE="https://github.com/mgorny/libh2o/"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif

diff --git a/sci-libs/libh2o/metadata.xml b/sci-libs/libh2o/metadata.xml
new file mode 100644
index 0000000..f3dc89e
--- /dev/null
+++ b/sci-libs/libh2o/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>mgorny@gentoo.org</email>
+			<name>Michał Górny</name>
+		</maintainer>
+		<bugs-to>https://github.com/mgorny/libh2o/issues/</bugs-to>
+	</upstream>
+</pkgmetadata>



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

* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2o/
@ 2012-03-28 17:49 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-03-28 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7cfa7b6682aa6fb7b9308150846aa326d76ee8d8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 16:47:35 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 16:47:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=7cfa7b66

sci-libs/libh2o: OpenMP support has not been beneficial anymore and thus have been removed.

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

---
 sci-libs/libh2o/libh2o-9999.ebuild |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild
index 24d4684..f243a98 100644
--- a/sci-libs/libh2o/libh2o-9999.ebuild
+++ b/sci-libs/libh2o/libh2o-9999.ebuild
@@ -21,19 +21,9 @@ SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="openmp static-libs"
-
+IUSE="static-libs"
 #if LIVE
+
 KEYWORDS=
 SRC_URI=
 #endif
-
-pkg_setup() {
-	if use openmp; then
-		if tc-has-openmp; then
-			append-flags -fopenmp
-		else
-			ewarn "Active compiler doesn't support OpenMP, ignoring USE=openmp."
-		fi
-	fi
-}



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

* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2o/
@ 2012-08-24 18:35 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2012-08-24 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e21dc325233b7ae8166b9145fff5b2ac057ef498
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 18:36:14 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 18:36:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=e21dc325

sci-libs/libh2o: Add DEP on pkgconfig (for .la pruning).

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

---
 sci-libs/libh2o/libh2o-9999.ebuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild
index d228c7c..403b27e 100644
--- a/sci-libs/libh2o/libh2o-9999.ebuild
+++ b/sci-libs/libh2o/libh2o-9999.ebuild
@@ -22,6 +22,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug static-libs"
 
+DEPEND="virtual/pkgconfig"
+
 #if LIVE
 KEYWORDS=
 SRC_URI=


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

end of thread, other threads:[~2012-08-24 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 22:06 [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2o/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2012-08-24 18:35 Michał Górny
2012-03-28 17:49 Michał Górny
2012-03-14 22:06 Michał Górny

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