From d5ee59790ee8298b8599b0aa0fa21a98b972a44d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Jun 2024 08:00:51 +0100 Subject: gentoo auto-resync : 30:06:2024 - 08:00:50 --- www-servers/pshs/pshs-0.4.1.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 www-servers/pshs/pshs-0.4.1.ebuild (limited to 'www-servers/pshs/pshs-0.4.1.ebuild') diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild deleted file mode 100644 index 901d8b2a935b..000000000000 --- a/www-servers/pshs/pshs-0.4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files" -HOMEPAGE="https://github.com/projg2/pshs/" -SRC_URI=" - https://github.com/projg2/pshs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+magic qrcode ssl upnp" - -RDEPEND=">=dev-libs/libevent-2:0= - magic? ( sys-apps/file:0= ) - qrcode? ( media-gfx/qrencode:0= ) - ssl? ( >=dev-libs/libevent-2.1:0=[ssl] - dev-libs/openssl:0= - ) - upnp? (