diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-06 22:52:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-06 23:22:09 +0200 |
commit | 7b4140603cfd2d180533439e481d42aff454795d (patch) | |
tree | f050e1443734656797f416d752611ad22a526030 /sci-libs | |
parent | sci-libs/libh2o: Clean old up (diff) | |
download | gentoo-7b4140603cfd2d180533439e481d42aff454795d.tar.gz gentoo-7b4140603cfd2d180533439e481d42aff454795d.tar.bz2 gentoo-7b4140603cfd2d180533439e481d42aff454795d.zip |
sci-libs/libh2oxx: Clean old up
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libh2oxx/libh2oxx-0.2.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild deleted file mode 100644 index 9d629d2d6a24..000000000000 --- a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils - -DESCRIPTION="C++ bindings for libh2o" -HOMEPAGE="https://github.com/mgorny/libh2oxx/" -SRC_URI="https://github.com/mgorny/libh2oxx/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug static-libs" - -RDEPEND=">=sci-libs/libh2o-0.2" -DEPEND="${RDEPEND}" - -src_configure() { - local myeconfargs=( - $(use_enable debug) - ) - - autotools-utils_src_configure -} |