summaryrefslogtreecommitdiff
path: root/net-misc/sobby/sobby-0.4.8-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /net-misc/sobby/sobby-0.4.8-r2.ebuild
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'net-misc/sobby/sobby-0.4.8-r2.ebuild')
-rw-r--r--net-misc/sobby/sobby-0.4.8-r2.ebuild57
1 files changed, 0 insertions, 57 deletions
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"
-}