diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-10-15 13:27:51 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-10-15 13:27:51 +0000 |
commit | 6c411e7887a2be25b768b3d83442804fac43ff86 (patch) | |
tree | 9feb2914b0cfe5973f9ffd69da5f8091333b7f99 /x11-drivers | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-6c411e7887a2be25b768b3d83442804fac43ff86.tar.gz gentoo-2-6c411e7887a2be25b768b3d83442804fac43ff86.tar.bz2 gentoo-2-6c411e7887a2be25b768b3d83442804fac43ff86.zip |
Version bump. Removed old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild (renamed from x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.16.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/ChangeLog b/x11-drivers/xf86-video-virtualbox/ChangeLog index cedd803af273..5734452c7eb0 100644 --- a/x11-drivers/xf86-video-virtualbox/ChangeLog +++ b/x11-drivers/xf86-video-virtualbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-virtualbox # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.119 2013/09/08 12:38:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.120 2013/10/15 13:27:51 polynomial-c Exp $ + +*xf86-video-virtualbox-4.3.0 (15 Oct 2013) + + 15 Oct 2013; Lars Wendler <polynomial-c@gentoo.org> + -xf86-video-virtualbox-4.2.16.ebuild, +xf86-video-virtualbox-4.3.0.ebuild: + Version bump. Removed old. *xf86-video-virtualbox-4.2.18 (08 Sep 2013) diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.16.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild index b4d70e387712..274103da547a 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.16.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.16.ebuild,v 1.1 2013/07/08 14:51:45 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild,v 1.1 2013/10/15 13:27:51 polynomial-c Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils linux-mod multilib python-single-r1 versionator toolchain-funcs MY_PV="${PV/beta/BETA}" -MY_PV="${PV/rc/RC}" +MY_PV="${MY_PV/rc/RC}" MY_P=VirtualBox-${MY_PV} DESCRIPTION="VirtualBox video driver" HOMEPAGE="http://www.virtualbox.org/" |