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 5B3B9138331 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 2C00EE093B; Wed, 16 May 2018 21:49:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 073E0E093B for ; Wed, 16 May 2018 21:49:37 +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 5C5B8335C43 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 D92AF2A1 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: <1526507363.dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libh2oxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libh2oxx/libh2oxx-9999.ebuild X-VCS-Directories: sci-libs/libh2oxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff 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: a5ea5d2c-3e7a-4d7c-a5db-eb9455417136 X-Archives-Hash: 2ee2e589247d180eaa74801736714cd1 commit: dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff Author: Michał Górny gentoo org> AuthorDate: Wed May 16 19:52:05 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 16 21:49:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9273ea sci-libs/libh2oxx: Remove conditionals from -9999 sci-libs/libh2oxx/libh2oxx-9999.ebuild | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild index d1de9347c06..6a80aaab934 100644 --- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild +++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild @@ -1,34 +1,25 @@ -# 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="C++ bindings for libh2o" HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/" -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" RDEPEND=">=sci-libs/libh2o-0.2:0=" DEPEND="${RDEPEND}" -#if LIVE -KEYWORDS= -SRC_URI= -#endif - src_configure() { local myeconfargs=( $(use_enable debug)