diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-10 10:19:01 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-10 10:19:01 +0100 |
commit | 10561eab888d796c749e8e5b5d238e93d2ac565e (patch) | |
tree | bca51d30159bcebbea1f9b05cd4132f3c0fcac53 /net-misc | |
parent | media-libs/libsidplayfp: bump to 2.3.1 (diff) | |
download | gentoo-10561eab888d796c749e8e5b5d238e93d2ac565e.tar.gz gentoo-10561eab888d796c749e8e5b5d238e93d2ac565e.tar.bz2 gentoo-10561eab888d796c749e8e5b5d238e93d2ac565e.zip |
net-misc/sobby: treeclean
Closes: https://bugs.gentoo.org/740824
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sobby/Manifest | 1 | ||||
-rw-r--r-- | net-misc/sobby/files/sobby-conf-0.4.7 | 6 | ||||
-rw-r--r-- | net-misc/sobby/files/sobby-init-0.4.7 | 21 | ||||
-rw-r--r-- | net-misc/sobby/files/sobby.xml | 14 | ||||
-rw-r--r-- | net-misc/sobby/metadata.xml | 5 | ||||
-rw-r--r-- | net-misc/sobby/sobby-0.4.8-r2.ebuild | 57 |
6 files changed, 0 insertions, 104 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" -} |