From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32C74138359 for ; Mon, 13 Jul 2020 09:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30875E08A5; Mon, 13 Jul 2020 09:51:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10D06E08A5 for ; Mon, 13 Jul 2020 09:51:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9964E34F343 for ; Mon, 13 Jul 2020 09:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08534291 for ; Mon, 13 Jul 2020 09:51:42 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1594633899.189b57c62996d1899ce31c1e2669eeab67f31061.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sgopherd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sgopherd/Manifest net-misc/sgopherd/sgopherd-17.09.ebuild X-VCS-Directories: net-misc/sgopherd/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 189b57c62996d1899ce31c1e2669eeab67f31061 X-VCS-Branch: master Date: Mon, 13 Jul 2020 09:51:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62718065-93fb-4ab1-bf4e-9e607f1c0a48 X-Archives-Hash: 1a2898b308f0ee12a6a3c80a03858e3e commit: 189b57c62996d1899ce31c1e2669eeab67f31061 Author: Sergey Popov gentoo org> AuthorDate: Mon Jul 13 09:50:45 2020 +0000 Commit: Sergey Popov gentoo 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 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}" -}