* [gentoo-commits] gentoo-x86 commit in app-cdr/cdemu-daemon: ChangeLog cdemu-daemon-2.1.0.ebuild
@ 2013-06-17 4:18 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2013-06-17 4:18 UTC (permalink / raw
To: gentoo-commits
tetromino 13/06/17 04:18:40
Modified: ChangeLog
Added: cdemu-daemon-2.1.0.ebuild
Log:
Version bump, adds support for non-blocking I/O and device addition/removal (bug #472784, thanks to Henrik Stokseth and Rafał Mużyło).
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Revision Changes Path
1.2 app-cdr/cdemu-daemon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 28 Jan 2013 00:22:03 -0000 1.1
+++ ChangeLog 17 Jun 2013 04:18:40 -0000 1.2
@@ -1,6 +1,14 @@
# ChangeLog for app-cdr/cdemu-daemon
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.1 2013/01/28 00:22:03 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.2 2013/06/17 04:18:40 tetromino Exp $
+
+*cdemu-daemon-2.1.0 (17 Jun 2013)
+
+ 17 Jun 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +cdemu-daemon-2.1.0.ebuild,
+ +files/cdemu-daemon-2.1.0-DISABLE_DEPRECATED.patch:
+ Version bump, adds support for non-blocking I/O and device addition/removal
+ (bug #472784, thanks to Henrik Stokseth and Rafał Mużyło).
*cdemu-daemon-2.0.0 (28 Jan 2013)
*cdemu-daemon-1.5.0 (28 Jan 2013)
1.1 app-cdr/cdemu-daemon/cdemu-daemon-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.0.ebuild?rev=1.1&content-type=text/plain
Index: cdemu-daemon-2.1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.0.ebuild,v 1.1 2013/06/17 04:18:40 tetromino Exp $
EAPI="5"
CMAKE_MIN_VERSION="2.8.5"
inherit cmake-utils eutils
DESCRIPTION="Daemon of the CDEmu optical media image mounting suite"
HOMEPAGE="http://cdemu.org"
SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0/5" # subslot = CDEMU_DAEMON_INTERFACE_VERSION in CMakeLists.txt
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.26:2
>=dev-libs/libmirage-${PV}:=
>=media-libs/libao-0.8.0:=
sys-apps/dbus
>=sys-fs/vhba-20130607"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
DOCS="AUTHORS README"
PATCHES=( "${FILESDIR}/${P}-DISABLE_DEPRECATED.patch" )
cmake-utils_src_prepare
}
pkg_postinst() {
elog "You will need to load the vhba module to use cdemu devices:"
elog " # modprobe vhba"
elog "To automatically load the vhba module at boot time, edit your"
elog "/etc/conf.d/modules file."
if [[ -e "${ROOT}etc/conf.d/cdemud" ]]; then
elog
elog "${PN} no longer installs an init.d service; instead, it is"
elog "automatically activated when needed via dbus."
elog "You can therefore remove ${ROOT}etc/conf.d/cdemud"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-17 4:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 4:18 [gentoo-commits] gentoo-x86 commit in app-cdr/cdemu-daemon: ChangeLog cdemu-daemon-2.1.0.ebuild Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox