From: Michał Górny Date: Thu, 6 Sep 2018 20:52:33 +0000 (+0200) Subject: sci-libs/libh2o: Clean old up X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=86704f70097a5206af14addf64097b03933c1d08;p=gentoo.git sci-libs/libh2o: Clean old up --- 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 1cc49ecad8b6..000000000000 --- 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 -}