diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-10-22 15:43:18 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-10-22 15:43:18 +0000 |
commit | c5031146ef0e6b34891846b08b608e52f79aad36 (patch) | |
tree | c8e261db02fc3c4fdc13bd12fda2c0300b43f8ac /media-libs | |
parent | x11-base/xorg-server: pkgmove from xf86-video-i810 to xf86-video-intel (diff) | |
download | gentoo-2-c5031146ef0e6b34891846b08b608e52f79aad36.tar.gz gentoo-2-c5031146ef0e6b34891846b08b608e52f79aad36.tar.bz2 gentoo-2-c5031146ef0e6b34891846b08b608e52f79aad36.zip |
media-libs/mesa: pkgmove from xf86-video-i810 to xf86-video-intel
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r2 x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.5.2-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.0.3.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.1_rc3.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.2_rc1.ebuild | 6 |
7 files changed, 24 insertions, 19 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 82f512c3a104..aa34930262c0 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.188 2008/09/21 00:49:28 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.189 2008/10/22 15:43:18 remi Exp $ + + 22 Oct 2008; Rémi Cardona <remi@gentoo.org> mesa-6.5.2-r1.ebuild, + mesa-7.0.3.ebuild, mesa-7.1_rc3.ebuild, mesa-7.1.ebuild, + mesa-7.2_rc1.ebuild, mesa-7.2.ebuild: + pkgmove from xf86-video-i810 to xf86-video-intel *mesa-7.2 (21 Sep 2008) diff --git a/media-libs/mesa/mesa-6.5.2-r1.ebuild b/media-libs/mesa/mesa-6.5.2-r1.ebuild index a07d5140a1a7..06a086275dd7 100644 --- a/media-libs/mesa/mesa-6.5.2-r1.ebuild +++ b/media-libs/mesa/mesa-6.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.20 2008/06/27 10:11:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.21 2008/10/22 15:43:18 remi Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -16,7 +16,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE_VIDEO_CARDS=" - video_cards_i810 + video_cards_intel video_cards_mach64 video_cards_mga video_cards_none @@ -140,7 +140,7 @@ src_unpack() { fi # Configurable DRI drivers - if use video_cards_i810; then + if use video_cards_intel; then add_drivers i810 i915 i915tex i965 fi if use video_cards_mach64; then diff --git a/media-libs/mesa/mesa-7.0.3.ebuild b/media-libs/mesa/mesa-7.0.3.ebuild index be2fe93755e0..ffab1ac7bc15 100644 --- a/media-libs/mesa/mesa-7.0.3.ebuild +++ b/media-libs/mesa/mesa-7.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v 1.5 2008/06/27 10:11:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v 1.6 2008/10/22 15:43:18 remi Exp $ MY_PN="${PN/m/M}" MY_P="${MY_PN}-${PV/_/-}" @@ -27,7 +27,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE_VIDEO_CARDS=" - video_cards_i810 + video_cards_intel video_cards_mach64 video_cards_mga video_cards_none @@ -159,7 +159,7 @@ src_unpack() { fi # Configurable DRI drivers - driver_enable video_cards_i810 i810 i915 i915tex i965 + driver_enable video_cards_intel i810 i915 i915tex i965 driver_enable video_cards_mach64 mach64 driver_enable video_cards_mga mga driver_enable video_cards_r128 r128 diff --git a/media-libs/mesa/mesa-7.1.ebuild b/media-libs/mesa/mesa-7.1.ebuild index 492637c24ef5..8ce1c75c31c8 100644 --- a/media-libs/mesa/mesa-7.1.ebuild +++ b/media-libs/mesa/mesa-7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild,v 1.4 2008/09/14 19:21:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild,v 1.5 2008/10/22 15:43:18 remi Exp $ GIT= if [[ ${PV} = 9999* ]]; then @@ -28,7 +28,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE_VIDEO_CARDS=" - video_cards_i810 + video_cards_intel video_cards_mach64 video_cards_mga video_cards_none @@ -131,7 +131,7 @@ src_compile() { # Configurable DRI drivers driver_enable swrast - driver_enable video_cards_i810 i810 i915 i965 + driver_enable video_cards_intel i810 i915 i965 driver_enable video_cards_mach64 mach64 driver_enable video_cards_mga mga driver_enable video_cards_r128 r128 diff --git a/media-libs/mesa/mesa-7.1_rc3.ebuild b/media-libs/mesa/mesa-7.1_rc3.ebuild index e409a0288097..f818ab9a3ada 100644 --- a/media-libs/mesa/mesa-7.1_rc3.ebuild +++ b/media-libs/mesa/mesa-7.1_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1_rc3.ebuild,v 1.1 2008/07/09 03:56:04 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1_rc3.ebuild,v 1.2 2008/10/22 15:43:18 remi Exp $ GIT= if [[ ${PV} = 9999* ]]; then @@ -28,7 +28,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE_VIDEO_CARDS=" - video_cards_i810 + video_cards_intel video_cards_mach64 video_cards_mga video_cards_none @@ -130,7 +130,7 @@ src_compile() { # Configurable DRI drivers driver_enable swrast - driver_enable video_cards_i810 i810 i915 i965 + driver_enable video_cards_intel i810 i915 i965 driver_enable video_cards_mach64 mach64 driver_enable video_cards_mga mga driver_enable video_cards_r128 r128 diff --git a/media-libs/mesa/mesa-7.2.ebuild b/media-libs/mesa/mesa-7.2.ebuild index 8b6beab8e530..dc773cb6958f 100644 --- a/media-libs/mesa/mesa-7.2.ebuild +++ b/media-libs/mesa/mesa-7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.2.ebuild,v 1.1 2008/09/21 00:49:28 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.2.ebuild,v 1.2 2008/10/22 15:43:18 remi Exp $ GIT= if [[ ${PV} = 9999* ]]; then @@ -28,7 +28,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE_VIDEO_CARDS=" - video_cards_i810 + video_cards_intel video_cards_mach64 video_cards_mga video_cards_none @@ -129,7 +129,7 @@ src_compile() { # Configurable DRI drivers driver_enable swrast - driver_enable video_cards_i810 i810 i915 i965 + driver_enable video_cards_intel i810 i915 i965 driver_enable video_cards_mach64 mach64 driver_enable video_cards_mga mga driver_enable video_cards_r128 r128 diff --git a/media-libs/mesa/mesa-7.2_rc1.ebuild b/media-libs/mesa/mesa-7.2_rc1.ebuild index 715a6a3569e5..6c3da227d8e2 100644 --- a/media-libs/mesa/mesa-7.2_rc1.ebuild +++ b/media-libs/mesa/mesa-7.2_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.2_rc1.ebuild,v 1.3 2008/09/14 19:53:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.2_rc1.ebuild,v 1.4 2008/10/22 15:43:18 remi Exp $ GIT= if [[ ${PV} = 9999* ]]; then @@ -28,7 +28,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE_VIDEO_CARDS=" - video_cards_i810 + video_cards_intel video_cards_mach64 video_cards_mga video_cards_none @@ -130,7 +130,7 @@ src_compile() { # Configurable DRI drivers driver_enable swrast - driver_enable video_cards_i810 i810 i915 i965 + driver_enable video_cards_intel i810 i915 i965 driver_enable video_cards_mach64 mach64 driver_enable video_cards_mga mga driver_enable video_cards_r128 r128 |