tetromino 15/02/21 22:55:25 Modified: cdemu-daemon-2.1.1.ebuild ChangeLog Added: cdemu-daemon-3.0.2.ebuild Removed: cdemu-daemon-2.1.0.ebuild Log: Version bump, adds image writing (bug #518590, thanks to Rafał Mużyło). Drop old. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.4 app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild?r1=1.3&r2=1.4 Index: cdemu-daemon-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cdemu-daemon-2.1.1.ebuild 26 Jan 2014 11:38:03 -0000 1.3 +++ cdemu-daemon-2.1.1.ebuild 21 Feb 2015 22:55:25 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.1.ebuild,v 1.3 2014/01/26 11:38:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild,v 1.4 2015/02/21 22:55:25 tetromino Exp $ EAPI="5" @@ -19,6 +19,7 @@ RDEPEND=">=dev-libs/glib-2.32:2 >=dev-libs/libmirage-${PV}:= + <dev-libs/libmirage-3 >=media-libs/libao-0.8.0:= sys-apps/dbus >=sys-fs/vhba-20130607" 1.11 app-cdr/cdemu-daemon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 26 Jan 2014 11:38:03 -0000 1.10 +++ ChangeLog 21 Feb 2015 22:55:25 -0000 1.11 @@ -1,6 +1,15 @@ # ChangeLog for app-cdr/cdemu-daemon -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.10 2014/01/26 11:38:03 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.11 2015/02/21 22:55:25 tetromino Exp $ + +*cdemu-daemon-3.0.2 (21 Feb 2015) + + 21 Feb 2015; Alexandre Rostovtsev <[email protected]> + -cdemu-daemon-2.1.0.ebuild, cdemu-daemon-2.1.1.ebuild, + +cdemu-daemon-3.0.2.ebuild, + -files/cdemu-daemon-2.1.0-DISABLE_DEPRECATED.patch: + Version bump, adds image writing (bug #518590, thanks to Rafał Mużyło). + Drop old. 26 Jan 2014; Agostino Sarubbo <[email protected]> cdemu-daemon-2.1.1.ebuild: Stable for x86, wrt bug #494802 1.1 app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild?rev=1.1&content-type=text/plain Index: cdemu-daemon-3.0.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-3.0.2.ebuild,v 1.1 2015/02/21 22:55:25 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/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt KEYWORDS="~amd64 ~hppa ~x86" IUSE="" RDEPEND=">=dev-libs/glib-2.32: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" 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 }
