From 6b0883f128cf0598c1286c855dda0da70e3416f1 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Sat, 23 Jul 2022 22:44:27 +0200 Subject: [PATCH] - www-servers/uhttpd: bitrotten ebuild, bitrotten deps --- www-servers/uhttpd/uhttpd-9999.ebuild | 37 ----------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 www-servers/uhttpd/uhttpd-9999.ebuild diff --git a/www-servers/uhttpd/uhttpd-9999.ebuild b/www-servers/uhttpd/uhttpd-9999.ebuild deleted file mode 100644 index 182d7ed..0000000 --- a/www-servers/uhttpd/uhttpd-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit git-r3 cmake-utils - -DESCRIPTION="OpenWRT HTTP server" -HOMEPAGE="http://wiki.openwrt.org/" -EGIT_REPO_URI="git://nbd.name/${PN}2.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="ssl lua ubus" - -DEPEND=" - dev-libs/libubox - lua? ( virtual/lua ) - ubus? ( sys-apps/ubus ) - ssl? ( net-libs/ustream-ssl ) -" -RDEPEND="$DEPEND" - -src_prepare() { - sed -i 's/-Werror //' CMakeLists.txt -} - -src_configure() { - local mycmakeargs=( - -DTLS_SUPPORT=$(usex ssl ON OFF) - -DLUA_SUPPORT=$(usex lua ON OFF) - -DUBUS_SUPPORT=$(usex ubus ON OFF) - ) - - cmake-utils_src_configure -} -- 2.11.4.GIT