Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mserv: mserv-0.35-r1.ebuild ChangeLog
Date: Sat, 02 Feb 2008 15:31:58
Message-Id: E1JLKLS-0005mQ-8Z@stork.gentoo.org
1 hollow 08/02/02 15:31:54
2
3 Modified: mserv-0.35-r1.ebuild ChangeLog
4 Log:
5 use depend.apache eclass wrt #208033
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.11 media-sound/mserv/mserv-0.35-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild?r1=1.10&r2=1.11
14
15 Index: mserv-0.35-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- mserv-0.35-r1.ebuild 29 Jul 2007 16:58:37 -0000 1.10
22 +++ mserv-0.35-r1.ebuild 2 Feb 2008 15:31:53 -0000 1.11
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.10 2007/07/29 16:58:37 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.11 2008/02/02 15:31:53 hollow Exp $
29
30 -inherit webapp eutils toolchain-funcs
31 +inherit depend.apache webapp eutils toolchain-funcs
32
33 DESCRIPTION="Jukebox-style music server"
34 HOMEPAGE="http://www.mserv.org"
35 @@ -18,9 +18,10 @@
36 RDEPEND=">=dev-lang/perl-5.6.1
37 virtual/mpg123
38 media-sound/sox
39 - www-servers/apache
40 vorbis? ( media-sound/vorbis-tools )"
41
42 +need_apache
43 +
44 pkg_setup() {
45 webapp_pkg_setup
46 enewgroup mserv
47
48
49
50 1.24 media-sound/mserv/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mserv/ChangeLog?rev=1.24&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mserv/ChangeLog?rev=1.24&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mserv/ChangeLog?r1=1.23&r2=1.24
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v
59 retrieving revision 1.23
60 retrieving revision 1.24
61 diff -u -r1.23 -r1.24
62 --- ChangeLog 29 Jul 2007 16:58:37 -0000 1.23
63 +++ ChangeLog 2 Feb 2008 15:31:53 -0000 1.24
64 @@ -1,6 +1,9 @@
65 # ChangeLog for media-sound/mserv
66 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.23 2007/07/29 16:58:37 phreak Exp $
68 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.24 2008/02/02 15:31:53 hollow Exp $
70 +
71 + 02 Feb 2008; Benedikt Böhm <hollow@g.o> mserv-0.35-r1.ebuild:
72 + use depend.apache eclass wrt #208033
73
74 29 Jul 2007; Christian Heim <phreak@g.o> mserv-0.35-r1.ebuild:
75 Fixing the DEPEND/RDEPEND for the move of net-www/apache to
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list