summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-15 13:02:22 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-15 13:02:22 +0000
commit8d2c2cd4ed10b10c00768de3bc0e117974f115e1 (patch)
treedf4493e380893cd69b73ff9d20982ac8fa0fbce3 /sci-physics
parentImport the live ebuild. (diff)
downloadgentoo-2-8d2c2cd4ed10b10c00768de3bc0e117974f115e1.tar.gz
gentoo-2-8d2c2cd4ed10b10c00768de3bc0e117974f115e1.tar.bz2
gentoo-2-8d2c2cd4ed10b10c00768de3bc0e117974f115e1.zip
Import the live ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/h2o-gtk/ChangeLog8
-rw-r--r--sci-physics/h2o-gtk/h2o-gtk-9999.ebuild33
2 files changed, 39 insertions, 2 deletions
diff --git a/sci-physics/h2o-gtk/ChangeLog b/sci-physics/h2o-gtk/ChangeLog
index c69bce6ffecb..ff3356344679 100644
--- a/sci-physics/h2o-gtk/ChangeLog
+++ b/sci-physics/h2o-gtk/ChangeLog
@@ -1,10 +1,14 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/h2o-gtk/ChangeLog,v 1.2 2012/12/15 13:02:22 mgorny Exp $
+
+*h2o-gtk-9999 (15 Dec 2012)
+
+ 15 Dec 2012; Michał Górny <mgorny@gentoo.org> +h2o-gtk-9999.ebuild:
+ Import the live ebuild.
*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-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
new file mode 100644
index 000000000000..d2a7cc24a42c
--- /dev/null
+++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
@@ -0,0 +1,33 @@
+# 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-9999.ebuild,v 1.1 2012/12/15 13:02:22 mgorny Exp $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+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
+ sci-libs/plotmm"
+DEPEND="${RDEPEND}"
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif