diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 19:47:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 19:47:08 +0000 |
commit | a76ce3cba0b9e5dfe94413c18c81a951e496d298 (patch) | |
tree | 9d1d86893f3e055f6647d4807b8702fda2b4684e /app-cdr | |
parent | missed 2 files (diff) | |
download | gentoo-2-a76ce3cba0b9e5dfe94413c18c81a951e496d298.tar.gz gentoo-2-a76ce3cba0b9e5dfe94413c18c81a951e496d298.tar.bz2 gentoo-2-a76ce3cba0b9e5dfe94413c18c81a951e496d298.zip |
drop old, specially the ones still requiring obsolete sys-fs/sysfsutils
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemud/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/cdemud/cdemud-1.2.0.ebuild | 42 | ||||
-rw-r--r-- | app-cdr/cdemud/files/cdemud.conf.d-1.1.0 | 9 | ||||
-rw-r--r-- | app-cdr/cdemud/files/cdemud.init.d-1.1.0 | 24 |
4 files changed, 5 insertions, 76 deletions
diff --git a/app-cdr/cdemud/ChangeLog b/app-cdr/cdemud/ChangeLog index 9a4603f71ca2..7e31f621c71c 100644 --- a/app-cdr/cdemud/ChangeLog +++ b/app-cdr/cdemud/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/cdemud # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/ChangeLog,v 1.25 2012/04/09 12:10:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/ChangeLog,v 1.26 2012/04/20 19:47:08 ssuominen Exp $ + + 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -files/cdemud.conf.d-1.1.0, -files/cdemud.init.d-1.1.0, -cdemud-1.2.0.ebuild: + old 09 Apr 2012; Markus Meier <maekke@gentoo.org> cdemud-1.5.0.ebuild: x86 stable, bug #406941 diff --git a/app-cdr/cdemud/cdemud-1.2.0.ebuild b/app-cdr/cdemud/cdemud-1.2.0.ebuild deleted file mode 100644 index e278c1a2c560..000000000000 --- a/app-cdr/cdemud/cdemud-1.2.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/cdemud-1.2.0.ebuild,v 1.5 2011/11/23 10:13:58 tetromino Exp $ - -EAPI="2" - -DESCRIPTION="Daemon of the CDEmu optical media image mounting suite" -HOMEPAGE="http://www.cdemu.org" -SRC_URI="mirror://sourceforge/cdemu/cdemu-daemon-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="alsa pulseaudio" - -RDEPEND=">dev-libs/dbus-glib-0.6 - >=dev-libs/libdaemon-0.10 - >=dev-libs/libmirage-1.2.0 - media-libs/libao[alsa?,pulseaudio?] - >=sys-fs/vhba-1.2.1 - >=sys-fs/sysfsutils-2.1.0" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/cdemu-daemon-${PV} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die - - newconfd "${FILESDIR}/${PN}.conf.d-1.1.0" ${PN} || die - newinitd "${FILESDIR}/${PN}.init.d-1.1.0" ${PN} || die -} - -pkg_postinst() { - elog "Either cdemu group users can start" - elog "their own daemons or you can start" - elog "a systembus style daemon, adding" - elog "${PN} to the default runlevel by" - elog " # rc-update add ${PN} default" - elog "as root. Systembus style daemons can be configured" - elog "in /etc/conf.d/{PN}" -} diff --git a/app-cdr/cdemud/files/cdemud.conf.d-1.1.0 b/app-cdr/cdemud/files/cdemud.conf.d-1.1.0 deleted file mode 100644 index 02f0729f6e71..000000000000 --- a/app-cdr/cdemud/files/cdemud.conf.d-1.1.0 +++ /dev/null @@ -1,9 +0,0 @@ -# Config file for /etc/init.d/cdemu-daemon - -CDEMUD_DEVICES="1" - -# You can use all backends libao has been built with. -# This includes for example: (<audio system> -> <driver name>) -# pulseaudio -> pulse -# alsa -> alsa -CDEMUD_AUDIO_DRIVER="null" diff --git a/app-cdr/cdemud/files/cdemud.init.d-1.1.0 b/app-cdr/cdemud/files/cdemud.init.d-1.1.0 deleted file mode 100644 index db1d5d655fc8..000000000000 --- a/app-cdr/cdemud/files/cdemud.init.d-1.1.0 +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.4 2010/02/09 06:32:08 pva Exp $ - -depend() { - need dbus - [ "${CDEMUD_AUDIO_DRIVER}" = alsa ] && need alsasound -} - -start() { - ebegin "Loading CDemu userspace daemon" - - start-stop-daemon --quiet --start \ - --exec /usr/bin/cdemud -- \ - -d -c /dev/vhba_ctl -n ${CDEMUD_DEVICES} -a ${CDEMUD_AUDIO_DRIVER} - eend $? -} - -stop() { - ebegin "Stopping CDemu userspace daemon" - /usr/bin/cdemud -k - eend $? -} |