From dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 16 May 2018 21:52:05 +0200 Subject: 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 d1de9347c06a..6a80aaab9343 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) -- cgit v1.2.3-65-gdbad