summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-05-28 13:35:50 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-05-28 13:35:50 +0000
commit0065639865a497235dce69f8f597e3474cc476eb (patch)
treee1f84bd7d39f3093e0f3a0f83e44bd2a34d8ff6b /media-sound/mserv
parentDont make use of the deprecated oggvorbis useflag any longer, see #94254. (diff)
downloadhistorical-0065639865a497235dce69f8f597e3474cc476eb.tar.gz
historical-0065639865a497235dce69f8f597e3474cc476eb.tar.bz2
historical-0065639865a497235dce69f8f597e3474cc476eb.zip
Dont make use of the deprecated oggvorbis useflag any longer, see #94254.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-sound/mserv')
-rw-r--r--media-sound/mserv/ChangeLog7
-rw-r--r--media-sound/mserv/Manifest26
-rw-r--r--media-sound/mserv/mserv-0.35.ebuild19
3 files changed, 32 insertions, 20 deletions
diff --git a/media-sound/mserv/ChangeLog b/media-sound/mserv/ChangeLog
index 20773701f76a..0f02f4929ddc 100644
--- a/media-sound/mserv/ChangeLog
+++ b/media-sound/mserv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mserv
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.8 2004/09/15 16:34:23 eradicator Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.9 2005/05/28 13:35:50 luckyduck Exp $
+
+ 28 May 2005; Jan Brinkmann <luckyduck@gentoo.org> mserv-0.35.ebuild:
+ Dont make use of the deprecated oggvorbis useflag any longer, see #94254.
15 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> mserv-0.35.ebuild:
Stable amd64, sparc.
diff --git a/media-sound/mserv/Manifest b/media-sound/mserv/Manifest
index 9129530ec3f1..961feb60bfc3 100644
--- a/media-sound/mserv/Manifest
+++ b/media-sound/mserv/Manifest
@@ -1,11 +1,21 @@
-MD5 6767bbc1aa89c1d9adf023a31762b291 ChangeLog 1073
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 b67604ba168430e24ebbbfb9b032a816 mserv-0.35.ebuild 2649
+MD5 6fd36ad9eb48d2862d2f43083417008e ChangeLog 1220
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 547db4f1c6d6dae32da62c7b44cf4a15 mserv-0.35.ebuild 2610
-MD5 d1973ea3781773cbbe8510ea648ddb19 files/digest-mserv-0.35 62
-MD5 d5465c51ab8fd155dab29a702c04897a files/mserv-0.35-acl 52
-MD5 85efb51a180ddf66f95a59ffbbb9f81a files/mserv-0.35-confd 230
-MD5 e4b81c74040c77c60a324f42646e960e files/mserv-0.35-config 1515
-MD5 324eccbee0054d56a6da344d0712b2cc files/mserv-0.35-initd 580
MD5 80c9282eed058c3239f45586473cbf70 files/mserv-0.35-mservplay.patch 430
-MD5 bab25861d10f61d56534a40883052be3 files/mserv-0.35-paths.patch 2673
+MD5 e4b81c74040c77c60a324f42646e960e files/mserv-0.35-config 1515
MD5 a823115f64db37b88b25a3689b0f9e19 files/mserv-0.35-webacl 39
+MD5 bab25861d10f61d56534a40883052be3 files/mserv-0.35-paths.patch 2673
+MD5 85efb51a180ddf66f95a59ffbbb9f81a files/mserv-0.35-confd 230
+MD5 324eccbee0054d56a6da344d0712b2cc files/mserv-0.35-initd 580
+MD5 d1973ea3781773cbbe8510ea648ddb19 files/digest-mserv-0.35 62
+MD5 d5465c51ab8fd155dab29a702c04897a files/mserv-0.35-acl 52
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCmHPN06ebR+OMO78RAmE4AKCEtDAc/9iblnm45Wd9VP/bfsDj7gCfckwF
+APpFTbpJaf+V6qTbgeNaufg=
+=HEJ5
+-----END PGP SIGNATURE-----
diff --git a/media-sound/mserv/mserv-0.35.ebuild b/media-sound/mserv/mserv-0.35.ebuild
index 028c2b9c1655..949e5d64a69a 100644
--- a/media-sound/mserv/mserv-0.35.ebuild
+++ b/media-sound/mserv/mserv-0.35.ebuild
@@ -1,25 +1,24 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35.ebuild,v 1.8 2004/09/15 16:34:23 eradicator Exp $
-
-IUSE="oggvorbis"
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35.ebuild,v 1.9 2005/05/28 13:35:50 luckyduck Exp $
inherit webapp-apache eutils
DESCRIPTION="Jukebox-style music server"
HOMEPAGE="http://www.mserv.org"
SRC_URI="mirror://sourceforge/mserv/${P}.tar.gz"
-LICENSE="mserv"
+LICENSE="mserv"
SLOT="0"
KEYWORDS="x86 sparc amd64"
+IUSE="vorbis"
DEPEND="virtual/libc"
RDEPEND=">=dev-lang/perl-5.6.1
virtual/mpg123
media-sound/sox
net-www/apache
- oggvorbis? ( media-sound/vorbis-tools )"
+ vorbis? ( media-sound/vorbis-tools )"
pkg_setup() {
enewgroup mserv > /dev/null || die
@@ -39,8 +38,8 @@ src_unpack() {
src_compile() {
webapp-detect
- econf || die
- emake || die
+ econf || die "configure failed"
+ emake || die "make failed"
# Optional suid wrapper
cd ${S}/support
@@ -50,10 +49,10 @@ src_compile() {
src_install() {
webapp-detect
- make DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die "make install failed"
dobin support/mservedit support/mservripcd support/mservplay
- dodoc AUTHORS COPYING ChangeLog docs/quick-start.txt
+ dodoc AUTHORS ChangeLog docs/quick-start.txt
# Web client
exeinto ${HTTPD_CGIBIN}/mserv