diff options
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild index 6276dd849cb2..8f63af68dab7 100644 --- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild +++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild @@ -1,32 +1,23 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -#if LIVE AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" - -inherit git-r3 -#endif -inherit autotools-utils +inherit autotools-utils git-r3 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="" +EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" RDEPEND="dev-cpp/gtkmm:2.4= sci-libs/libh2oxx:0= sci-libs/plotmm:0=" DEPEND="${RDEPEND}" - -#if LIVE -KEYWORDS= -SRC_URI= -#endif |