summaryrefslogtreecommitdiff
path: root/dev-libs/libuev/libuev-2.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libuev/libuev-2.1.2.ebuild')
-rw-r--r--dev-libs/libuev/libuev-2.1.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libuev/libuev-2.1.2.ebuild b/dev-libs/libuev/libuev-2.1.2.ebuild
deleted file mode 100644
index e82786a75198..000000000000
--- a/dev-libs/libuev/libuev-2.1.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A collection of useful BSD APIs"
-HOMEPAGE="https://github.com/troglobit/libuev"
-SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-src_configure(){
- econf --enable-static=$(usex static-libs)
-}
-
-src_install(){
- default
- find "${D}" -name '*.la' -delete || die
- rm "${D}/usr/share/doc/${PF}/LICENSE" || die
-}