diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-16 21:52:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-16 23:49:23 +0200 |
commit | dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff (patch) | |
tree | f74fc378ab8125031841cb174c016db525ad1208 /sci-libs | |
parent | sci-libs/libh2o: Bump to EAPI 7 (diff) | |
download | gentoo-dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff.tar.gz gentoo-dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff.tar.bz2 gentoo-dd9273ea64d1f1c103b5ea7ee182b81d8fe17bff.zip |
sci-libs/libh2oxx: Remove conditionals from -9999
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libh2oxx/libh2oxx-9999.ebuild | 19 |
1 files 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) |