sci-physics/h2o-gtk: Remove conditionals from -9999
authorMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 21:11:44 +0000 (23:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 21:49:28 +0000 (23:49 +0200)
sci-physics/h2o-gtk/h2o-gtk-9999.ebuild

index 6276dd849cb26601716d1f679bdb447edb3c0869..8f63af68dab740b8a43315775567bd19c30de14f 100644 (file)
@@ -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