summaryrefslogtreecommitdiff
path: root/sci-physics/h2o-gtk
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-08 10:50:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-08 10:50:14 +0100
commit3f71901f8c228f4de570abed1831ce3ee425343e (patch)
treea2dcd300d05ef8a2ec275b44a92a9d85bd3baa24 /sci-physics/h2o-gtk
parent12bb627384ddfd47382b9f1b6464481a58d01ebb (diff)
gentoo resync 08.09.2018
Diffstat (limited to 'sci-physics/h2o-gtk')
-rw-r--r--sci-physics/h2o-gtk/Manifest1
-rw-r--r--sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/sci-physics/h2o-gtk/Manifest b/sci-physics/h2o-gtk/Manifest
index 31d12fa7c884..809773906a8c 100644
--- a/sci-physics/h2o-gtk/Manifest
+++ b/sci-physics/h2o-gtk/Manifest
@@ -1,5 +1,4 @@
DIST h2o-gtk-0.1.tar.bz2 69851 BLAKE2B f097b36e1c7950bae3fa058667a3f8597cd87f59de4c6035d155cdc43e6b089c9bcc5ae1e9805447d0c295f7af49f1f41d74e8bb8c25fc467ce1763f10ea9d86 SHA512 58f376f53fc108be620d5a792227ee65e7464581c45b68e94d7bb19b90862f3b008b172d3a2f2376fee5f30fd19f6bb0f5ec74cb49f1224245f8c6ae68cc9b04
EBUILD h2o-gtk-0.1-r1.ebuild 524 BLAKE2B 89de50c34c1772eb35b707d843c312e0523385a2c52f3b7988dac2530419f4523d52cc212bb81166ee711e759433122fb802c3b3661db7ef3c92e0ca3b4aaa5f SHA512 5f9828b8c1325292ff312fa91d2b2c8735b9df85f9f710134c92179e1a452cd377d883f864b22189b0d60ecc34f0500d7c41f03bf4f356ae4924eb62359787ee
-EBUILD h2o-gtk-0.1.ebuild 563 BLAKE2B 59d65ae1ed2949bd8e2b2cd16f5deb09b7ee83d663722cc76a1de41f3fcc4795e82cbdac3ba36aceab582ed6737019e4313efa21641b5cc8af9accc466b274df SHA512 34a749e039a9e2043763bf8890b7c57b401778322f0ce6607acb91336d7778aa1aab4ade3ebee4add4609407ecd4a2d01bedc86427287f5b0d5b88f4e5588bc0
EBUILD h2o-gtk-9999.ebuild 491 BLAKE2B c4d0b03111e3044979fa7186ee48000aeaf08585e716990fd6e85f46f10f5faaed546dbd7e457f90a8a2c5cf4a21d528fae84512555df4c891394a1493559499 SHA512 36213873dbefae08638e66bc4a3194479261b9f404ca3d30fc7e547c83d6ced9890a206c7033a7a9c890b5957b04f0dc356c850adffe2b6c75b51c13b9c6f487
MISC metadata.xml 503 BLAKE2B b5d08a6d52f89bf89b14942cba4e4492e5c970788116d19cd4a891f84dda109914edb1d6f8c67690bf3d837c6142b5fa790c8d8666c68219ab5dc977c90d550b SHA512 a69f2ac7caa9022d4b91ec06b5e1479bc60d96a15a5f77f86545292abe816f2be16941a2e5525a5f978fca347fe4ce284de709c607948c429a6f32c0223a0a65
diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
deleted file mode 100644
index b3b174804c09..000000000000
--- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils flag-o-matic
-
-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.2
- sci-libs/plotmm"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- autotools-utils_src_prepare
- append-cxxflags -std=c++11
-}