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 7E563138334 for ; Thu, 6 Sep 2018 21:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F4C2E095F; Thu, 6 Sep 2018 21:22:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 75B77E095F for ; Thu, 6 Sep 2018 21:22:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3C589335CC6 for ; Thu, 6 Sep 2018 21:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19C2C3D8 for ; Thu, 6 Sep 2018 21:22:51 +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: <1536268929.7b4140603cfd2d180533439e481d42aff454795d.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-0.2.ebuild X-VCS-Directories: sci-libs/libh2oxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b4140603cfd2d180533439e481d42aff454795d X-VCS-Branch: master Date: Thu, 6 Sep 2018 21:22:51 +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: c1a86002-5e8c-4fbf-85d9-f9272b7ffe5f X-Archives-Hash: 8028fff7ff8f56bab44cb57888ac1e66 commit: 7b4140603cfd2d180533439e481d42aff454795d Author: Michał Górny gentoo org> AuthorDate: Thu Sep 6 20:52:45 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 6 21:22:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b414060 sci-libs/libh2oxx: Clean old up sci-libs/libh2oxx/libh2oxx-0.2.ebuild | 26 -------------------------- 1 file changed, 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 9d629d2d6a2..00000000000 --- 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 -}