diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-02 13:43:28 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-02 14:37:10 +0200 |
commit | dba2ed859bc8e07edb6cf02cf1b3b69abb8eb600 (patch) | |
tree | 8a72505119c0919adbd4f74a32495228f6e3701c /net-misc/sobby | |
parent | net-misc/remmina: Use zeroconf instead of avahi USE flag (#477620) (diff) | |
download | gentoo-dba2ed859bc8e07edb6cf02cf1b3b69abb8eb600.tar.gz gentoo-dba2ed859bc8e07edb6cf02cf1b3b69abb8eb600.tar.bz2 gentoo-dba2ed859bc8e07edb6cf02cf1b3b69abb8eb600.zip |
net-misc/sobby: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-misc/sobby')
-rw-r--r-- | net-misc/sobby/sobby-0.4.8.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/net-misc/sobby/sobby-0.4.8.ebuild b/net-misc/sobby/sobby-0.4.8.ebuild deleted file mode 100644 index f8bf7b87526f..000000000000 --- a/net-misc/sobby/sobby-0.4.8.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils user - -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="avahi" - -RDEPEND=">=dev-cpp/glibmm-2.6 - >=dev-libs/libsigc++-2.0 - >=dev-libs/gmp-4.1.4 - >=dev-cpp/libxmlpp-2.6 - >=net-libs/net6-1.3.12 - >=net-libs/obby-0.4.6[avahi=]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - enewgroup sobby - enewuser sobby -1 -1 /var/lib/sobby sobby -} - -src_configure() { - econf $(use_enable avahi 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" - - keepdir /var/lib/sobby - - fperms -R 0700 /var/lib/sobby - fperms -R 0700 /etc/sobby - - fowners sobby:sobby /var/lib/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" -} |