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 15861138331 for ; Wed, 16 May 2018 21:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F930E093D; Wed, 16 May 2018 21:49:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1CB06E093D for ; Wed, 16 May 2018 21:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 95C33335C5C for ; Wed, 16 May 2018 21:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D7FC27B for ; Wed, 16 May 2018 21:49:34 +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: <1526507361.3db94a2f535414c6b83a8ca288e6c5de472443af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libh2o/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libh2o/libh2o-9999.ebuild X-VCS-Directories: sci-libs/libh2o/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3db94a2f535414c6b83a8ca288e6c5de472443af X-VCS-Branch: master Date: Wed, 16 May 2018 21:49:34 +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: dc340e7f-0966-4e86-b325-98ef2e0ba3a2 X-Archives-Hash: f91da30bad49bf70a6fc0fd434acdf90 commit: 3db94a2f535414c6b83a8ca288e6c5de472443af Author: Michał Górny gentoo org> AuthorDate: Wed May 16 19:44:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 16 21:49:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db94a2f sci-libs/libh2o: Remove conditionals from -9999 sci-libs/libh2o/libh2o-9999.ebuild | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild index 2413fb4aaf6..28b2f2cc10c 100644 --- a/sci-libs/libh2o/libh2o-9999.ebuild +++ b/sci-libs/libh2o/libh2o-9999.ebuild @@ -1,33 +1,24 @@ -# 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="Library of routines for IF97 water & steam properties" HOMEPAGE="https://bitbucket.org/mgorny/libh2o/" -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="debug static-libs" DEPEND="virtual/pkgconfig" -#if LIVE -KEYWORDS= -SRC_URI= -#endif - src_configure() { local myeconfargs=( $(use_enable debug)