diff options
-rw-r--r-- | sci-physics/h2o-gtk/ChangeLog | 10 | ||||
-rw-r--r-- | sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 21 | ||||
-rw-r--r-- | sci-physics/h2o-gtk/metadata.xml | 15 |
3 files changed, 46 insertions, 0 deletions
diff --git a/sci-physics/h2o-gtk/ChangeLog b/sci-physics/h2o-gtk/ChangeLog new file mode 100644 index 000000000000..c69bce6ffecb --- /dev/null +++ b/sci-physics/h2o-gtk/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-physics/h2o-gtk +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/h2o-gtk/ChangeLog,v 1.1 2012/06/07 15:51:57 mgorny Exp $ + +*h2o-gtk-0.1 (07 Jun 2012) + + 07 Jun 2012; Michał Górny <mgorny@gentoo.org> +h2o-gtk-0.1.ebuild, + +metadata.xml: + Introduce h2o-gtk, a GTK+ steam & water properties app based on libh2o. + diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild new file mode 100644 index 000000000000..34600cf81775 --- /dev/null +++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild,v 1.1 2012/06/07 15:51:57 mgorny Exp $ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" +HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-cpp/gtkmm + >=sci-libs/libh2oxx-0.2 + sci-libs/plotmm" +DEPEND="${RDEPEND}" diff --git a/sci-physics/h2o-gtk/metadata.xml b/sci-physics/h2o-gtk/metadata.xml new file mode 100644 index 000000000000..2b0a87c4cd94 --- /dev/null +++ b/sci-physics/h2o-gtk/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://bitbucket.org/mgorny/h2o-gtk/issues/</bugs-to> + </upstream> +</pkgmetadata> |