From 425b0993072801aa0e2f6708bd29a8096801fea0 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 11 Jun 2012 13:10:15 +0000 Subject: Revision bump to avoid accidental automagicness. (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) --- x11-drivers/xf86-video-r128/ChangeLog | 8 +++++++- .../xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild | 21 +++++++++++++++++++++ .../xf86-video-r128/xf86-video-r128-6.8.2.ebuild | 19 ------------------- 3 files changed, 28 insertions(+), 20 deletions(-) create mode 100644 x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild delete mode 100644 x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild diff --git a/x11-drivers/xf86-video-r128/ChangeLog b/x11-drivers/xf86-video-r128/ChangeLog index 24f9c866c488..0cb28f77514b 100644 --- a/x11-drivers/xf86-video-r128/ChangeLog +++ b/x11-drivers/xf86-video-r128/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-r128 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.22 2012/05/16 00:55:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.23 2012/06/11 13:10:15 scarabeus Exp $ + +*xf86-video-r128-6.8.2-r1 (11 Jun 2012) + + 11 Jun 2012; Tomáš Chvátal + +xf86-video-r128-6.8.2-r1.ebuild, -xf86-video-r128-6.8.2.ebuild: + Revision bump to avoid accidental automagicness. 16 May 2012; Alexis Ballier xf86-video-r128-6.8.2.ebuild: diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild new file mode 100644 index 000000000000..f01405c493fe --- /dev/null +++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2-r1.ebuild,v 1.1 2012/06/11 13:10:15 scarabeus Exp $ + +EAPI=4 +XORG_DRI=dri +inherit xorg-2 + +DESCRIPTION="ATI Rage128 video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="dri" + +RDEPEND=">=x11-base/xorg-server-1.2" +DEPEND="${RDEPEND}" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) +} diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild deleted file mode 100644 index 1931907cbcff..000000000000 --- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild,v 1.2 2012/05/16 00:55:41 aballier Exp $ - -EAPI=4 -XORG_DRI=dri -inherit xorg-2 - -DESCRIPTION="ATI Rage128 video driver" - -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="dri" - -RDEPEND=">=x11-base/xorg-server-1.2" -DEPEND="${RDEPEND}" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS="$(use_enable dri)" -} -- cgit v1.2.3-65-gdbad