Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/
Date: Thu, 06 Sep 2018 21:23:01
Message-Id: 1536268931.d387d9aa84ee91dc657398ab09201c590d9d8cb6.mgorny@gentoo
1 commit: d387d9aa84ee91dc657398ab09201c590d9d8cb6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 20:53:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 21:22:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d387d9aa
7
8 sci-physics/h2o-gtk: Clean old up
9
10 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 24 ------------------------
11 1 file changed, 24 deletions(-)
12
13 diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
14 deleted file mode 100644
15 index b3b174804c0..00000000000
16 --- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
17 +++ /dev/null
18 @@ -1,24 +0,0 @@
19 -# Copyright 1999-2018 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -inherit autotools-utils flag-o-matic
24 -
25 -DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
26 -HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
27 -SRC_URI="https://github.com/mgorny/h2o-gtk/releases/download/${P}/${P}.tar.bz2"
28 -
29 -LICENSE="BSD"
30 -SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33 -
34 -RDEPEND="dev-cpp/gtkmm:2.4=
35 - >=sci-libs/libh2oxx-0.2
36 - sci-libs/plotmm"
37 -DEPEND="${RDEPEND}"
38 -
39 -src_prepare() {
40 - autotools-utils_src_prepare
41 - append-cxxflags -std=c++11
42 -}