From 30c53e395853f5bfe805a1e429fcf26666eed8f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 17 May 2018 22:49:47 +0100 Subject: gentoo resync : 17.05.2018 --- sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild (limited to 'sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild') diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild new file mode 100644 index 000000000000..ec3885a327dc --- /dev/null +++ b/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" +HOMEPAGE="https://github.com/mgorny/h2o-gtk/" +SRC_URI="https://github.com/mgorny/h2o-gtk/releases/download/${P}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-cpp/gtkmm:2.4= + sci-libs/libh2oxx:0= + sci-libs/plotmm:0=" +DEPEND="${RDEPEND}" + +src_configure() { + local -x CXXFLAGS="${CXXFLAGS} -std=c++11" + default +} -- cgit v1.2.3