aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/uwebsockets/uwebsockets-18.5.0.ebuild')
-rw-r--r--www-apps/uwebsockets/uwebsockets-18.5.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/www-apps/uwebsockets/uwebsockets-18.5.0.ebuild b/www-apps/uwebsockets/uwebsockets-18.5.0.ebuild
deleted file mode 100644
index e4fefa52e..000000000
--- a/www-apps/uwebsockets/uwebsockets-18.5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
-HOMEPAGE="https://github.com/uNetworking/uWebSockets"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git"
-else
- SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/uWebSockets-${PV}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RDEPEND=">=net-libs/usockets-0.4.0"
-
-PATCHES=(
- "${FILESDIR}/${PN}-src_Loop.h.patch"
-)
-
-src_prepare() {
- default
- mv src uWebSockets
-}
-
-src_compile() {
- return 0
-}
-
-src_install() {
- doheader -r uWebSockets
-}