From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE42F1382C5 for ; Wed, 16 May 2018 21:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB2FAE0955; Wed, 16 May 2018 21:49:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83F91E0955 for ; Wed, 16 May 2018 21:49:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42117335C43 for ; Wed, 16 May 2018 21:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BE8E2A7 for ; Wed, 16 May 2018 21:49:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526507368.c50bee1b4ae4fa2a25cd3530c426e0327481efa6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/h2o-gtk/h2o-gtk-9999.ebuild X-VCS-Directories: sci-physics/h2o-gtk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c50bee1b4ae4fa2a25cd3530c426e0327481efa6 X-VCS-Branch: master Date: Wed, 16 May 2018 21:49:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2db8b76a-a927-47d4-995f-fbdf535b8aff X-Archives-Hash: 8357ad15e4c76ad208024098b5784464 commit: c50bee1b4ae4fa2a25cd3530c426e0327481efa6 Author: Michał Górny gentoo org> AuthorDate: Wed May 16 21:11:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 16 21:49:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50bee1b sci-physics/h2o-gtk: Remove conditionals from -9999 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 19 +++++-------------- 1 file 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 6276dd849cb..8f63af68dab 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