Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: sci-physics/h2o-gtk/
Date: Wed, 04 Apr 2012 04:14:35
Message-Id: 1333293171.02754ca204c0cc5ab10e817f9dda7dcb525974a5.mgorny@gentoo
1 commit: 02754ca204c0cc5ab10e817f9dda7dcb525974a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 15:12:51 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 15:12:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=02754ca2
7
8 sci-physics/h2o-gtk: Add an ebuild for GTK+ libh2o UI.
9
10 (Portage version: 2.2.0_alpha96_p5/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 34 +++++++++++++++++++++++++++++++
14 sci-physics/h2o-gtk/metadata.xml | 15 +++++++++++++
15 2 files changed, 49 insertions(+), 0 deletions(-)
16
17 diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
18 new file mode 100644
19 index 0000000..c71bb01
20 --- /dev/null
21 +++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
22 @@ -0,0 +1,34 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +#if LIVE
30 +AUTOTOOLS_AUTORECONF=yes
31 +EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
32 + http://github.com/mgorny/${PN}.git"
33 +
34 +inherit git-2
35 +#endif
36 +
37 +inherit autotools-utils
38 +
39 +DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
40 +HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
41 +SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +RDEPEND="dev-cpp/gtkmm
49 + sci-libs/libh2oxx
50 + sci-libs/plotmm"
51 +DEPEND="${RDEPEND}"
52 +
53 +#if LIVE
54 +KEYWORDS=
55 +SRC_URI=
56 +#endif
57
58 diff --git a/sci-physics/h2o-gtk/metadata.xml b/sci-physics/h2o-gtk/metadata.xml
59 new file mode 100644
60 index 0000000..ec504b2
61 --- /dev/null
62 +++ b/sci-physics/h2o-gtk/metadata.xml
63 @@ -0,0 +1,15 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer>
68 + <email>mgorny@g.o</email>
69 + <name>Michał Górny</name>
70 + </maintainer>
71 + <upstream>
72 + <maintainer status="active">
73 + <email>mgorny@g.o</email>
74 + <name>Michał Górny</name>
75 + </maintainer>
76 + <bugs-to>https://github.com/mgorny/h2o-gtk/issues/</bugs-to>
77 + </upstream>
78 +</pkgmetadata>