From 86704f70097a5206af14addf64097b03933c1d08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 6 Sep 2018 22:52:33 +0200 Subject: [PATCH] sci-libs/libh2o: Clean old up --- sci-libs/libh2o/libh2o-0.2.1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 sci-libs/libh2o/libh2o-0.2.1.ebuild 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 -} -- 2.26.2