commit:     395bc9fa321992c2b4a44ac29285afc8ae2a14ce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 14:51:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 14:59:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395bc9fa

www-servers/servefile: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/servefile/servefile-0.5.4-r1.ebuild | 41 -------------------------
 www-servers/servefile/servefile-0.5.4.ebuild    | 41 -------------------------
 2 files changed, 82 deletions(-)

diff --git a/www-servers/servefile/servefile-0.5.4-r1.ebuild 
b/www-servers/servefile/servefile-0.5.4-r1.ebuild
deleted file mode 100644
index c14c387e18b7..000000000000
--- a/www-servers/servefile/servefile-0.5.4-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Serve a single file via HTTP"
-HOMEPAGE="https://github.com/sebageek/servefile";
-SRC_URI="https://github.com/sebageek/servefile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl test"
-
-RDEPEND="
-       ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-       sys-apps/grep
-       sys-apps/iproute2
-       sys-apps/net-tools
-       sys-apps/sed"
-DEPEND="test? (
-               ${RDEPEND}
-               dev-python/requests[${PYTHON_USEDEP}]
-       )"
-
-S="${WORKDIR}"/${P}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.5.2-ipv6-absent-tests.patch
-)
-
-distutils_enable_tests pytest
-
-src_install() {
-       distutils-r1_src_install
-       doman ${PN}.1
-}

diff --git a/www-servers/servefile/servefile-0.5.4.ebuild 
b/www-servers/servefile/servefile-0.5.4.ebuild
deleted file mode 100644
index 40849cf36aa8..000000000000
--- a/www-servers/servefile/servefile-0.5.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Serve a single file via HTTP"
-HOMEPAGE="https://github.com/sebageek/servefile";
-SRC_URI="https://github.com/sebageek/servefile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl test"
-
-RDEPEND="
-       ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-       sys-apps/grep
-       sys-apps/iproute2
-       sys-apps/net-tools
-       sys-apps/sed"
-DEPEND="test? (
-               ${RDEPEND}
-               dev-python/requests[${PYTHON_USEDEP}]
-       )"
-
-S="${WORKDIR}"/${P}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.5.2-ipv6-absent-tests.patch
-)
-
-distutils_enable_tests pytest
-
-src_install() {
-       distutils-r1_src_install
-       doman ${PN}.1
-}

Reply via email to