diff options
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/h2o-gtk/Manifest | 1 | ||||
-rw-r--r-- | sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild | 23 | ||||
-rw-r--r-- | sci-physics/h2o-gtk/metadata.xml | 16 |
3 files changed, 0 insertions, 40 deletions
diff --git a/sci-physics/h2o-gtk/Manifest b/sci-physics/h2o-gtk/Manifest deleted file mode 100644 index a0beca3e60b9..000000000000 --- a/sci-physics/h2o-gtk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST h2o-gtk-0.1.tar.bz2 69851 BLAKE2B f097b36e1c7950bae3fa058667a3f8597cd87f59de4c6035d155cdc43e6b089c9bcc5ae1e9805447d0c295f7af49f1f41d74e8bb8c25fc467ce1763f10ea9d86 SHA512 58f376f53fc108be620d5a792227ee65e7464581c45b68e94d7bb19b90862f3b008b172d3a2f2376fee5f30fd19f6bb0f5ec74cb49f1224245f8c6ae68cc9b04 diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild deleted file mode 100644 index ec3885a327dc..000000000000 --- a/sci-physics/h2o-gtk/h2o-gtk-0.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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= - sci-libs/plotmm:0=" -DEPEND="${RDEPEND}" - -src_configure() { - local -x CXXFLAGS="${CXXFLAGS} -std=c++11" - default -} diff --git a/sci-physics/h2o-gtk/metadata.xml b/sci-physics/h2o-gtk/metadata.xml deleted file mode 100644 index 9cd05826817f..000000000000 --- a/sci-physics/h2o-gtk/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <upstream> - <maintainer status="active"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <bugs-to>https://github.com/mgorny/h2o-gtk/issues/</bugs-to> - <remote-id type="github">mgorny/h2o-gtk</remote-id> - </upstream> -</pkgmetadata> |