summaryrefslogtreecommitdiff
path: root/net-misc/sgopherd
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /net-misc/sgopherd
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'net-misc/sgopherd')
-rw-r--r--net-misc/sgopherd/Manifest1
-rw-r--r--net-misc/sgopherd/metadata.xml5
-rw-r--r--net-misc/sgopherd/sgopherd-18.08.ebuild38
3 files changed, 0 insertions, 44 deletions
diff --git a/net-misc/sgopherd/Manifest b/net-misc/sgopherd/Manifest
deleted file mode 100644
index 5709cbbfee61..000000000000
--- a/net-misc/sgopherd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sgopherd-18.08.tar.bz2 12777 BLAKE2B dde415822f9e4a41463fa6d2622b59adc5676b88cb5b5831ec3396869f6b2bfa4d605b92bd56c24d9aa1b8d4a0198c4f2f46a6141f5f2c913cde1cfb9e99d3db SHA512 830558f2be0763550f0229bfa22524de81c9ea119b2d0f00e465f76ba343d4f488e5595851bbf13697b270d7dc611eafb36a320b6dc2c7d27ad854bd14f4c10d
diff --git a/net-misc/sgopherd/metadata.xml b/net-misc/sgopherd/metadata.xml
deleted file mode 100644
index 5f33304011d5..000000000000
--- a/net-misc/sgopherd/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/net-misc/sgopherd/sgopherd-18.08.ebuild b/net-misc/sgopherd/sgopherd-18.08.ebuild
deleted file mode 100644
index d83915c04118..000000000000
--- a/net-misc/sgopherd/sgopherd-18.08.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Small Gopher Server written in GNU Bash"
-HOMEPAGE="https://www.uninformativ.de/git/sgopherd"
-SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2"
-
-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}"
-}