From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/, profiles/, net-misc/sobby/files/
Date: Fri, 10 Dec 2021 09:20:54 +0000 (UTC) [thread overview]
Message-ID: <1639127941.10561eab888d796c749e8e5b5d238e93d2ac565e.jsmolic@gentoo> (raw)
commit: 10561eab888d796c749e8e5b5d238e93d2ac565e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 09:19:01 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 09:19:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10561eab
net-misc/sobby: treeclean
Closes: https://bugs.gentoo.org/740824
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/sobby/Manifest | 1 -
net-misc/sobby/files/sobby-conf-0.4.7 | 6 ----
net-misc/sobby/files/sobby-init-0.4.7 | 21 -------------
net-misc/sobby/files/sobby.xml | 14 ---------
net-misc/sobby/metadata.xml | 5 ---
net-misc/sobby/sobby-0.4.8-r2.ebuild | 57 -----------------------------------
profiles/package.mask | 1 -
7 files changed, 105 deletions(-)
diff --git a/net-misc/sobby/Manifest b/net-misc/sobby/Manifest
deleted file mode 100644
index a2ade1523489..000000000000
--- a/net-misc/sobby/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sobby-0.4.8.tar.gz 134766 BLAKE2B 2406f4e71615cd00de7a5dc1b00734d26b96f577d7bfd3bfd56746c63b26fdc089a1560fbbea78b5863ce1755b81c0e0787cab0d6c3c476b1ab2b35bb6df084a SHA512 b946fc5c15257f74213fd6418933f8f4970ca58213a4c5bb33e1110f85964ce137eb5a9fdd0a601d8838310315241b9c29065493f4c9b33a8dbe09e77cc25492
diff --git a/net-misc/sobby/files/sobby-conf-0.4.7 b/net-misc/sobby/files/sobby-conf-0.4.7
deleted file mode 100644
index 0dced5a6df41..000000000000
--- a/net-misc/sobby/files/sobby-conf-0.4.7
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-SOBBY_OPTS="-c /etc/sobby/sobby.xml"
-SOBBY_USER="sobby"
-SOBBY_GROUP="sobby"
diff --git a/net-misc/sobby/files/sobby-init-0.4.7 b/net-misc/sobby/files/sobby-init-0.4.7
deleted file mode 100644
index 2fc00631147f..000000000000
--- a/net-misc/sobby/files/sobby-init-0.4.7
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- use avahi
-}
-
-start() {
- ebegin "Starting obby dedicated server"
- start-stop-daemon -b --quiet --start --make-pidfile \
- --pidfile /var/run/sobby.pid -u ${SOBBY_USER} -g ${SOBBY_GROUP} \
- --exec /usr/bin/sobby -- ${SOBBY_OPTS}
- eend $? "Failed to start sobby"
-}
-
-stop() {
- ebegin "Stopping obby dedicated server"
- start-stop-daemon --stop --quiet --pidfile /var/run/sobby.pid
- eend $? "Failed to stop sobby"
-}
diff --git a/net-misc/sobby/files/sobby.xml b/net-misc/sobby/files/sobby.xml
deleted file mode 100644
index b61a89f211e5..000000000000
--- a/net-misc/sobby/files/sobby.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<sobby_config>
- <settings>
- <autosave_directory>/var/lib/sobby</autosave_directory>
- <autosave_file>autosave.obby</autosave_file>
- <autosave_interval>0</autosave_interval>
- <command_directory></command_directory>
- <name>Standalone obby server</name>
- <password>secret</password>
- <port>6522</port>
- <post_save_hook></post_save_hook>
- <session></session>
- </settings>
-</sobby_config>
diff --git a/net-misc/sobby/metadata.xml b/net-misc/sobby/metadata.xml
deleted file mode 100644
index bef24d2c2337..000000000000
--- a/net-misc/sobby/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-misc/sobby/sobby-0.4.8-r2.ebuild b/net-misc/sobby/sobby-0.4.8-r2.ebuild
deleted file mode 100644
index ce4e8e8f322b..000000000000
--- a/net-misc/sobby/sobby-0.4.8-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic
-
-DESCRIPTION="Standalone Obby server"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="zeroconf"
-
-DEPEND="
- >=dev-cpp/glibmm-2.6:2
- >=dev-libs/libsigc++-2.0:2
- >=dev-libs/gmp-4.1.4:0
- >=dev-cpp/libxmlpp-2.6:2.6
- >=net-libs/net6-1.3.12
- >=net-libs/obby-0.4.6[zeroconf=]
-"
-RDEPEND="${DEPEND}
- acct-group/sobby
- acct-user/sobby
-"
-BDEPEND="
- acct-group/sobby
- acct-user/sobby
- virtual/pkgconfig
-"
-
-src_configure() {
- append-cxxflags -std=c++11
- econf $(use_enable zeroconf)
-}
-
-src_install() {
- default
-
- newconfd "${FILESDIR}/${PN}-conf-0.4.7" sobby
- newinitd "${FILESDIR}/${PN}-init-0.4.7" sobby
-
- insinto /etc/sobby
- doins "${FILESDIR}/sobby.xml"
-
- fperms -R 0700 /etc/sobby
- fowners -R sobby:sobby /etc/sobby
-}
-
-pkg_postinst() {
- elog "To start sobby, you can use the init script:"
- elog " /etc/init.d/sobby start"
- elog ""
- elog "Please check the configuration in /etc/sobby/sobby.xml"
- elog "before you start sobby"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 729abdd5b3b7..4d3ae0b6052e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -414,7 +414,6 @@ net-irc/cgiirc
# also broken and unmaintained.
# Removal on 2021-12-10. Bug #819318.
net-libs/obby
-net-misc/sobby
# Sam James <sam@gentoo.org> (2021-11-03)
# Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default
reply other threads:[~2021-12-10 9:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1639127941.10561eab888d796c749e8e5b5d238e93d2ac565e.jsmolic@gentoo \
--to=jsmolic@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox