From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JBDAO-0008Il-1U for garchives@archives.gentoo.org; Sat, 05 Jan 2008 17:50:40 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m05HoWh2014682; Sat, 5 Jan 2008 17:50:32 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m05HoVO6014677 for ; Sat, 5 Jan 2008 17:50:32 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 96FD3655BA for ; Sat, 5 Jan 2008 17:50:31 +0000 (UTC) Received: from jokey by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JBDAE-0001hb-FC for gentoo-commits@lists.gentoo.org; Sat, 05 Jan 2008 17:50:30 +0000 From: "Markus Ullmann (jokey)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jokey@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-modules: ChangeLog virtualbox-modules-1.5.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog virtualbox-modules-1.5.4.ebuild X-VCS-Directories: app-emulation/virtualbox-modules X-VCS-Committer: jokey X-VCS-Committer-Name: Markus Ullmann Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Markus Ullmann Date: Sat, 05 Jan 2008 17:50:30 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: dd7bb70d-840c-4d34-8fb9-8bb305c2dcf2 X-Archives-Hash: c0e207f6203f062f2a090155c5b90222 jokey 08/01/05 17:50:30 Modified: ChangeLog Added: virtualbox-modules-1.5.4.ebuild Log: Version bump wrt bug #203893 thanks to x-drum (Portage version: 2.1.4_rc14) Revision Changes Path 1.14 app-emulation/virtualbox-modules/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 6 Dec 2007 19:14:10 -0000 1.13 +++ ChangeLog 5 Jan 2008 17:50:29 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/virtualbox-modules -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog,v 1.13 2007/12/06 19:14:10 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/ChangeLog,v 1.14 2008/01/05 17:50:29 jokey Exp $ + +*virtualbox-modules-1.5.4 (05 Jan 2008) + + 05 Jan 2008; Markus Ullmann + +virtualbox-modules-1.5.4.ebuild: + Version bump wrt bug #203893 thanks to x-drum 06 Dec 2007; Markus Ullmann files/virtualbox-modules_2.6.24.patch, virtualbox-modules-1.5.2-r1.ebuild: 1.1 app-emulation/virtualbox-modules/virtualbox-modules-1.5.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-modules/virtualbox-modules-1.5.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-modules/virtualbox-modules-1.5.4.ebuild?rev=1.1&content-type=text/plain Index: virtualbox-modules-1.5.4.ebuild =================================================================== # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-modules/virtualbox-modules-1.5.4.ebuild,v 1.1 2008/01/05 17:50:29 jokey Exp $ inherit eutils linux-mod MY_P=vbox-kernel-module-src-${PV} DESCRIPTION="Modules for Virtualbox OSE" HOMEPAGE="http://www.virtualbox.org/" SRC_URI="http://www.virtualbox.org/download/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="!=app-emulation/virtualbox-9999" S=${WORKDIR}/vboxdrv BUILD_TARGETS="all" BUILD_TARGET_ARCH="${ARCH}" MODULE_NAMES="vboxdrv(misc:${S})" pkg_setup() { linux-mod_pkg_setup BUILD_PARAMS="KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}" enewgroup vboxusers } src_install() { linux-mod_src_install # udev rule for vboxdrv dodir /etc/udev/rules.d echo 'KERNEL=="vboxdrv", GROUP="vboxusers" MODE=660' >> "${D}/etc/udev/rules.d/60-virtualbox.rules" } pkg_postinst() { linux-mod_pkg_postinst } -- gentoo-commits@gentoo.org mailing list