net-irc/anope: make init script use ircd
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>
Mon, 7 Sep 2015 20:19:08 +0000 (20:19 +0000)
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>
Mon, 7 Sep 2015 20:19:25 +0000 (20:19 +0000)
Package-Manager: portage-2.2.20.1

net-irc/anope/anope-1.8.7-r2.ebuild [moved from net-irc/anope/anope-1.8.7-r1.ebuild with 98% similarity]
net-irc/anope/files/anope-init.d

similarity index 98%
rename from net-irc/anope/anope-1.8.7-r1.ebuild
rename to net-irc/anope/anope-1.8.7-r2.ebuild
index 95b969e5687ad8680f98943b4c50d186191ab77f..9f0afbc2cc902fb3ee6b46958a0f4480bae01ec4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
index 6523007e93e5998e61f2ec2e1d367a3b368679d0..f8d73c67eadc5a49ec7a2a4e13a6bb259024032d 100644 (file)
@@ -7,6 +7,10 @@ PIDFILE=/run/anope/services.pid
 
 extra_started_commands="reload"
 
+depend() {
+       use ircd
+}
+
 start_pre() {
        checkpath -o ${ANOPE_USER} -d "$(dirname $PIDFILE)"
 }