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 246FE138335 for ; Thu, 6 Sep 2018 21:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72967E0959; Thu, 6 Sep 2018 21:22:55 +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 49460E0948 for ; Thu, 6 Sep 2018 21:22:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 03DAE335C39 for ; Thu, 6 Sep 2018 21:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F723D7 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: <1536268927.86704f70097a5206af14addf64097b03933c1d08.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libh2o/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libh2o/libh2o-0.2.1.ebuild X-VCS-Directories: sci-libs/libh2o/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 86704f70097a5206af14addf64097b03933c1d08 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: 90af9485-0bd3-4fbd-95a3-308b0fc4be40 X-Archives-Hash: 8c6b1715469488b2f2709fb5dc408954 commit: 86704f70097a5206af14addf64097b03933c1d08 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 6 20:52:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 6 21:22:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86704f70 sci-libs/libh2o: Clean old up sci-libs/libh2o/libh2o-0.2.1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sci-libs/libh2o/libh2o-0.2.1.ebuild b/sci-libs/libh2o/libh2o-0.2.1.ebuild deleted file mode 100644 index 1cc49ecad8b..00000000000 --- a/sci-libs/libh2o/libh2o-0.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils - -DESCRIPTION="Library of routines for IF97 water & steam properties" -HOMEPAGE="https://github.com/mgorny/libh2o/" -SRC_URI="https://github.com/mgorny/libh2o/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug static-libs" - -DEPEND="virtual/pkgconfig" - -src_configure() { - local myeconfargs=( - $(use_enable debug) - ) - - autotools-utils_src_configure -}