* [gentoo-commits] gentoo-x86 commit in app-cdr/cdemud: cdemud-1.1.0-r1.ebuild ChangeLog
@ 2009-03-12 8:06 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2009-03-12 8:06 UTC (permalink / raw
To: gentoo-commits
dev-zero 09/03/12 08:06:39
Modified: ChangeLog
Added: cdemud-1.1.0-r1.ebuild
Log:
Added upstream fix1.diff, fixing dependencies (using EAPI=2), ebuild cleanup, updated conf.d/init.d scripts (bugs #255402, #238431, #233904).
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.7 app-cdr/cdemud/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemud/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 22 Aug 2008 22:08:40 -0000 1.6
+++ ChangeLog 12 Mar 2009 08:06:39 -0000 1.7
@@ -1,6 +1,14 @@
# ChangeLog for app-cdr/cdemud
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/ChangeLog,v 1.6 2008/08/22 22:08:40 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/ChangeLog,v 1.7 2009/03/12 08:06:39 dev-zero Exp $
+
+*cdemud-1.1.0-r1 (12 Mar 2009)
+
+ 12 Mar 2009; Tiziano Müller <dev-zero@gentoo.org>
+ +files/cdemud.conf.d-1.1.0, +files/cdemud.init.d-1.1.0,
+ +files/cdemu-daemon-1.1.0-fix1.diff, +cdemud-1.1.0-r1.ebuild:
+ Added upstream fix1.diff, fixing dependencies (using EAPI=2), ebuild
+ cleanup, updated conf.d/init.d scripts (bugs #255402, #238431, #233904).
22 Aug 2008; Markus Meier <maekke@gentoo.org> cdemud-1.0.0.ebuild:
amd64 stable, bug #232566
1.1 app-cdr/cdemud/cdemud-1.1.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/cdemud-1.1.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdemud/cdemud-1.1.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: cdemud-1.1.0-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/cdemud-1.1.0-r1.ebuild,v 1.1 2009/03/12 08:06:39 dev-zero Exp $
EAPI="2"
inherit eutils
DESCRIPTION="Daemon of the cdemu cd 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"
S="${WORKDIR}/cdemu-daemon-${PV}"
RDEPEND=">dev-libs/dbus-glib-0.6
>=dev-libs/libdaemon-0.10
>=dev-libs/libmirage-1.1.1
media-libs/libao[alsa?,pulseaudio?]
>=sys-fs/vhba-1.0.0
>=sys-fs/sysfsutils-2.1.0"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}/cdemu-daemon-${PV}-fix1.diff"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
newconfd "${FILESDIR}/${PN}.conf.d-${PV}" ${PN}
newinitd "${FILESDIR}/${PN}.init.d-${PV}" ${PN}
}
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}"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-12 8:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 8:06 [gentoo-commits] gentoo-x86 commit in app-cdr/cdemud: cdemud-1.1.0-r1.ebuild ChangeLog Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox