diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-06 22:52:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-06 23:22:07 +0200 |
commit | 86704f70097a5206af14addf64097b03933c1d08 (patch) | |
tree | 4aab107be4710c16da0f053ea46af51f05f8c7fc /sci-libs/libh2o | |
parent | net-misc/miniupnpd: Clean old up (diff) | |
download | gentoo-86704f70097a5206af14addf64097b03933c1d08.tar.gz gentoo-86704f70097a5206af14addf64097b03933c1d08.tar.bz2 gentoo-86704f70097a5206af14addf64097b03933c1d08.zip |
sci-libs/libh2o: Clean old up
Diffstat (limited to 'sci-libs/libh2o')
-rw-r--r-- | sci-libs/libh2o/libh2o-0.2.1.ebuild | 25 |
1 files changed, 0 insertions, 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 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 -} |