summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-29 17:49:38 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-29 18:58:26 +0200
commit5e5be1adc634278ff7947c96bee6590a57be2c0e (patch)
tree2c6bc3605d47954d52fb8d6f94162f4fc4154272 /www-servers/pshs
parentdev-python/requests-kerberos: Remove old (diff)
downloadgentoo-5e5be1adc634278ff7947c96bee6590a57be2c0e.tar.gz
gentoo-5e5be1adc634278ff7947c96bee6590a57be2c0e.tar.bz2
gentoo-5e5be1adc634278ff7947c96bee6590a57be2c0e.zip
www-servers/pshs: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers/pshs')
-rw-r--r--www-servers/pshs/Manifest1
-rw-r--r--www-servers/pshs/pshs-0.4.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 6a1a5d84e1c4..4f822f971bc9 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1 @@
-DIST pshs-0.4.1.tar.gz 11758 BLAKE2B b3f9422c8ebd47d3de9993b93ea0438232f3ba037d7433b08875a131f449fab880a205bb62616a057328b7d6fe9c00277fbb2e886a1494d2234ab684b0a1e90f SHA512 7ecd0e5019e9778b5f2eff31b8e2f481972cf6da66e4493cff850aa1ec13a4df46e46782799ab25cecd1cc36122f797c6ae0ac2863ea604477784a79191a62d6
DIST pshs-0.4.3.gh.tar.gz 12196 BLAKE2B 428b0a49dbbf53efdbfc0b8954035dbd1aea17e13c73a15c2f1e30625f898193beaa641e8dc4d65fac8dc14411a1840475d04ee399814ccacf63634fdad82979 SHA512 1a137f4f4f4f04afb8433843fbf3e9942a97781c3d74d198788ef9d696067984260423601983491c506b95b704255d77ce99b9ffa9def1020073abf6218bedbe
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? ( <net-libs/miniupnpc-2.2.8:0= )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature magic libmagic)
- $(meson_feature qrcode qrencode)
- $(meson_feature ssl)
- $(meson_feature upnp)
- )
-
- meson_src_configure
-}