Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libh2oxx/
Date: Thu, 06 Sep 2018 21:23:02
Message-Id: 1536268929.7b4140603cfd2d180533439e481d42aff454795d.mgorny@gentoo
1 commit: 7b4140603cfd2d180533439e481d42aff454795d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 20:52:45 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 21:22:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b414060
7
8 sci-libs/libh2oxx: Clean old up
9
10 sci-libs/libh2oxx/libh2oxx-0.2.ebuild | 26 --------------------------
11 1 file changed, 26 deletions(-)
12
13 diff --git a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild
14 deleted file mode 100644
15 index 9d629d2d6a2..00000000000
16 --- a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild
17 +++ /dev/null
18 @@ -1,26 +0,0 @@
19 -# Copyright 1999-2018 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=4
23 -
24 -inherit autotools-utils
25 -
26 -DESCRIPTION="C++ bindings for libh2o"
27 -HOMEPAGE="https://github.com/mgorny/libh2oxx/"
28 -SRC_URI="https://github.com/mgorny/libh2oxx/releases/download/${P}/${P}.tar.bz2"
29 -
30 -LICENSE="BSD"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE="debug static-libs"
34 -
35 -RDEPEND=">=sci-libs/libh2o-0.2"
36 -DEPEND="${RDEPEND}"
37 -
38 -src_configure() {
39 - local myeconfargs=(
40 - $(use_enable debug)
41 - )
42 -
43 - autotools-utils_src_configure
44 -}