summaryrefslogtreecommitdiff
path: root/sci-physics/h2o-gtk
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /sci-physics/h2o-gtk
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'sci-physics/h2o-gtk')
-rw-r--r--sci-physics/h2o-gtk/Manifest1
-rw-r--r--sci-physics/h2o-gtk/h2o-gtk-9999.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-physics/h2o-gtk/Manifest b/sci-physics/h2o-gtk/Manifest
index 809773906a8c..592877f99253 100644
--- a/sci-physics/h2o-gtk/Manifest
+++ b/sci-physics/h2o-gtk/Manifest
@@ -1,4 +1,3 @@
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-9999.ebuild 491 BLAKE2B c4d0b03111e3044979fa7186ee48000aeaf08585e716990fd6e85f46f10f5faaed546dbd7e457f90a8a2c5cf4a21d528fae84512555df4c891394a1493559499 SHA512 36213873dbefae08638e66bc4a3194479261b9f404ca3d30fc7e547c83d6ced9890a206c7033a7a9c890b5957b04f0dc356c850adffe2b6c75b51c13b9c6f487
MISC metadata.xml 503 BLAKE2B b5d08a6d52f89bf89b14942cba4e4492e5c970788116d19cd4a891f84dda109914edb1d6f8c67690bf3d837c6142b5fa790c8d8666c68219ab5dc977c90d550b SHA512 a69f2ac7caa9022d4b91ec06b5e1479bc60d96a15a5f77f86545292abe816f2be16941a2e5525a5f978fca347fe4ce284de709c607948c429a6f32c0223a0a65
diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
deleted file mode 100644
index 1096a19fbbc2..000000000000
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3
-
-DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
-HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/mgorny/h2o-gtk.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-cpp/gtkmm:2.4=
- sci-libs/libh2oxx:0=
- sci-libs/plotmm:0="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}