commit: 86704f70097a5206af14addf64097b03933c1d08 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 6 20:52:33 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 -}
