commit:     189b57c62996d1899ce31c1e2669eeab67f31061
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 09:50:45 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 09:51:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189b57c6

net-misc/sgopherd: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 net-misc/sgopherd/Manifest              |  1 -
 net-misc/sgopherd/sgopherd-17.09.ebuild | 40 ---------------------------------
 2 files changed, 41 deletions(-)

diff --git a/net-misc/sgopherd/Manifest b/net-misc/sgopherd/Manifest
index 977ca010dea..5709cbbfee6 100644
--- a/net-misc/sgopherd/Manifest
+++ b/net-misc/sgopherd/Manifest
@@ -1,2 +1 @@
-DIST sgopherd-17.09.tar.gz 8855 BLAKE2B 
d79b6f2d6c19e0ec2878ff44c56d739863a74bfc967098d4e51d4b9a723fed587d5d52f78aeb5e915e466f43a28ac443b39e8b79e6a8e8fc82c4c049be7b8cb4
 SHA512 
7f3ef37d5ec08d21e7945f0327ea50697237461f717a2ce3c5a0fe9c077effe26710013725a59a184564e028f249f7b53087752410600da0f8feaf9cd1b9c7dc
 DIST sgopherd-18.08.tar.bz2 12777 BLAKE2B 
dde415822f9e4a41463fa6d2622b59adc5676b88cb5b5831ec3396869f6b2bfa4d605b92bd56c24d9aa1b8d4a0198c4f2f46a6141f5f2c913cde1cfb9e99d3db
 SHA512 
830558f2be0763550f0229bfa22524de81c9ea119b2d0f00e465f76ba343d4f488e5595851bbf13697b270d7dc611eafb36a320b6dc2c7d27ad854bd14f4c10d

diff --git a/net-misc/sgopherd/sgopherd-17.09.ebuild 
b/net-misc/sgopherd/sgopherd-17.09.ebuild
deleted file mode 100644
index 742b26b78b0..00000000000
--- a/net-misc/sgopherd/sgopherd-17.09.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Small Gopher Server written in GNU Bash"
-HOMEPAGE="https://github.com/vain/sgopherd";
-SRC_URI="https://github.com/vain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="app-shells/bash
-       sys-apps/sed
-       sys-apps/xinetd"
-
-src_prepare() {
-       # Set default user to run sgopherd
-       sed -i -e '/user/s/http/nobody/' xinetd/xinetd-example.conf || die 'sed 
failed'
-
-       eapply_user
-}
-
-src_install() {
-       dodoc README
-       doman man8/"${PN}".8
-       dobin "${PN}"
-       insinto /etc/xinetd.d
-       newins xinetd/xinetd-example.conf "${PN}"
-       # TODO: add installation of systemd-related files
-}
-
-pkg_postinst() {
-       elog "${PN} can be launched through xinetd"
-       elog "Configuration options are in /etc/xinetd.d/${PN}"
-}

Reply via email to