From 3bf0648af86a35ffacfaf2c37c3cb41a9f926416 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sat, 28 Apr 2007 15:18:16 +0000 Subject: [PATCH] Use newinitd Package-Manager: portage-2.1.2.5 --- media-sound/bossogg/ChangeLog | 6 +++++- media-sound/bossogg/bossogg-0.13.6-r2.ebuild | 9 ++++----- media-sound/bossogg/bossogg-0.13.6-r3.ebuild | 4 ++-- media-sound/mpd/ChangeLog | 6 +++++- media-sound/mpd/mpd-0.12.1.ebuild | 13 ++++++------- media-sound/mpd/mpd-0.12.2.ebuild | 13 ++++++------- 6 files changed, 28 insertions(+), 23 deletions(-) diff --git a/media-sound/bossogg/ChangeLog b/media-sound/bossogg/ChangeLog index 43275c87d277..0672383bfe77 100644 --- a/media-sound/bossogg/ChangeLog +++ b/media-sound/bossogg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/bossogg # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/ChangeLog,v 1.22 2007/01/08 18:53:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/ChangeLog,v 1.23 2007/04/28 15:18:16 tove Exp $ + + 28 Apr 2007; Torsten Veller bossogg-0.13.6-r2.ebuild, + bossogg-0.13.6-r3.ebuild: + Use newinitd 08 Jan 2007; Alexis Ballier +files/bossogg-0.13.6+flac-1.1.3.patch, diff --git a/media-sound/bossogg/bossogg-0.13.6-r2.ebuild b/media-sound/bossogg/bossogg-0.13.6-r2.ebuild index 78f15e88a909..ca3327b686a4 100644 --- a/media-sound/bossogg/bossogg-0.13.6-r2.ebuild +++ b/media-sound/bossogg/bossogg-0.13.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r2.ebuild,v 1.7 2007/01/05 17:24:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r2.ebuild,v 1.8 2007/04/28 15:18:16 tove Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -28,9 +28,9 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/${P}-Makefile.patch + epatch "${FILESDIR}"/${P}-Makefile.patch eautoreconf } @@ -48,8 +48,7 @@ src_install() { make DESTDIR="${D}" install || die dodoc README TODO API - exeinto /etc/init.d - newexe ${FILESDIR}/bossogg.initd bossogg + newinitd "${FILESDIR}"/bossogg.initd bossogg } pkg_postinst() { diff --git a/media-sound/bossogg/bossogg-0.13.6-r3.ebuild b/media-sound/bossogg/bossogg-0.13.6-r3.ebuild index 558caa56321d..ecbda2cf66b3 100644 --- a/media-sound/bossogg/bossogg-0.13.6-r3.ebuild +++ b/media-sound/bossogg/bossogg-0.13.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r3.ebuild,v 1.7 2007/01/08 18:53:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r3.ebuild,v 1.8 2007/04/28 15:18:16 tove Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -55,7 +55,7 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README TODO API - newinitd ${FILESDIR}/bossogg.initd bossogg + newinitd "${FILESDIR}"/bossogg.initd bossogg } pkg_postinst() { diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index 4aac1aee7f0e..73e096ab6c40 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mpd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.96 2007/04/18 18:17:18 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.97 2007/04/28 15:15:09 tove Exp $ + + 28 Apr 2007; Torsten Veller mpd-0.12.1.ebuild, + mpd-0.12.2.ebuild: + Use newinitd 18 Apr 2007; Andrej Kacian -mpd-0.12.0.ebuild: Removing obsolete ebuild. diff --git a/media-sound/mpd/mpd-0.12.1.ebuild b/media-sound/mpd/mpd-0.12.1.ebuild index 5d13c8bba2b1..e645d7e159ee 100644 --- a/media-sound/mpd/mpd-0.12.1.ebuild +++ b/media-sound/mpd/mpd-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.1.ebuild,v 1.9 2007/02/20 18:42:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.1.ebuild,v 1.10 2007/04/28 15:15:09 tove Exp $ inherit eutils @@ -49,8 +49,8 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/mpd-${PV%.*}-conf.patch || die "epatch for config file + cd "${S}" + epatch "${FILESDIR}"/mpd-${PV%.*}-conf.patch || die "epatch for config file failed" } @@ -89,16 +89,15 @@ src_install() { fperms 750 /var/run/mpd keepdir /var/run/mpd - emake install DESTDIR=${D} || die - rm -rf ${D}/usr/share/doc/mpd/ + emake install DESTDIR="${D}" || die + rm -rf "${D}"/usr/share/doc/mpd/ dodoc ChangeLog INSTALL README TODO UPGRADING dodoc doc/COMMANDS doc/mpdconf.example insinto /etc newins doc/mpdconf.example mpd.conf - exeinto /etc/init.d - newexe ${FILESDIR}/mpd-0.12.rc6 mpd + newinitd "${FILESDIR}"/mpd-0.12.rc6 mpd if use unicode; then dosed 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' /etc/mpd.conf diff --git a/media-sound/mpd/mpd-0.12.2.ebuild b/media-sound/mpd/mpd-0.12.2.ebuild index 474db15d6c4c..c047c47bd6a0 100644 --- a/media-sound/mpd/mpd-0.12.2.ebuild +++ b/media-sound/mpd/mpd-0.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.2.ebuild,v 1.1 2007/03/20 23:53:08 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.2.ebuild,v 1.2 2007/04/28 15:15:09 tove Exp $ inherit eutils @@ -49,8 +49,8 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/mpd-${PV%.*}-conf.patch || die "epatch for config file + cd "${S}" + epatch "${FILESDIR}"/mpd-${PV%.*}-conf.patch || die "epatch for config file failed" } @@ -89,16 +89,15 @@ src_install() { fperms 750 /var/run/mpd keepdir /var/run/mpd - emake install DESTDIR=${D} || die - rm -rf ${D}/usr/share/doc/mpd/ + emake install DESTDIR="${D}" || die + rm -rf "${D}"/usr/share/doc/mpd/ dodoc ChangeLog INSTALL README TODO UPGRADING dodoc doc/COMMANDS doc/mpdconf.example insinto /etc newins doc/mpdconf.example mpd.conf - exeinto /etc/init.d - newexe ${FILESDIR}/mpd-0.12.rc6 mpd + newinitd "${FILESDIR}"/mpd-0.12.rc6 mpd if use unicode; then dosed 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' /etc/mpd.conf -- 2.26.2