diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-02-02 15:31:53 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-02-02 15:31:53 +0000 |
commit | cd67b9a4e469c70aaca99d7b45951dc61b550753 (patch) | |
tree | a398a74e75389b9abff03a978bb25577aa52f285 /media-sound/mserv | |
parent | use depend.apache eclass wrt #208033 (diff) | |
download | gentoo-2-cd67b9a4e469c70aaca99d7b45951dc61b550753.tar.gz gentoo-2-cd67b9a4e469c70aaca99d7b45951dc61b550753.tar.bz2 gentoo-2-cd67b9a4e469c70aaca99d7b45951dc61b550753.zip |
use depend.apache eclass wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/mserv')
-rw-r--r-- | media-sound/mserv/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/mserv/mserv-0.35-r1.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/mserv/ChangeLog b/media-sound/mserv/ChangeLog index 58d29c3ea519..fbc6c11523ae 100644 --- a/media-sound/mserv/ChangeLog +++ b/media-sound/mserv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mserv -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.23 2007/07/29 16:58:37 phreak Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.24 2008/02/02 15:31:53 hollow Exp $ + + 02 Feb 2008; Benedikt Böhm <hollow@gentoo.org> mserv-0.35-r1.ebuild: + use depend.apache eclass wrt #208033 29 Jul 2007; Christian Heim <phreak@gentoo.org> mserv-0.35-r1.ebuild: Fixing the DEPEND/RDEPEND for the move of net-www/apache to diff --git a/media-sound/mserv/mserv-0.35-r1.ebuild b/media-sound/mserv/mserv-0.35-r1.ebuild index 1c4065150cf1..319da661b53c 100644 --- a/media-sound/mserv/mserv-0.35-r1.ebuild +++ b/media-sound/mserv/mserv-0.35-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.10 2007/07/29 16:58:37 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.11 2008/02/02 15:31:53 hollow Exp $ -inherit webapp eutils toolchain-funcs +inherit depend.apache webapp eutils toolchain-funcs DESCRIPTION="Jukebox-style music server" HOMEPAGE="http://www.mserv.org" @@ -18,9 +18,10 @@ SLOT="0" RDEPEND=">=dev-lang/perl-5.6.1 virtual/mpg123 media-sound/sox - www-servers/apache vorbis? ( media-sound/vorbis-tools )" +need_apache + pkg_setup() { webapp_pkg_setup enewgroup mserv |