diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-21 10:41:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-21 10:41:36 +0000 |
commit | 54a2afa1846d471ba5b98a59c12c569946997c79 (patch) | |
tree | 6c0d4459c8d47e117cbe3817bfdc8122eb634e03 /media-libs/mesa | |
parent | Version bump, per bug #252446. Thanks to Andreas Niederl <rico32@gmx.net> for... (diff) | |
download | gentoo-2-54a2afa1846d471ba5b98a59c12c569946997c79.tar.gz gentoo-2-54a2afa1846d471ba5b98a59c12c569946997c79.tar.bz2 gentoo-2-54a2afa1846d471ba5b98a59c12c569946997c79.zip |
Remove doc dependency on opengl-manpages. Since they are going to die.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.3-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.4.4.ebuild | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.5-r2.ebuild | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.5-r3.ebuild | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.5.1.ebuild | 5 |
8 files changed, 19 insertions, 24 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index d8fde9a90428..4b25e7df7b38 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.231 2009/09/19 15:13:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.232 2009/09/21 10:41:36 scarabeus Exp $ + + 21 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> mesa-7.1.ebuild, + mesa-7.2.ebuild, mesa-7.3-r1.ebuild, mesa-7.4.4.ebuild, + mesa-7.5-r2.ebuild, mesa-7.5-r3.ebuild, mesa-7.5.1.ebuild: + Remove doc dependency on opengl-manpages. Since they are going to die. 19 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> -mesa-6.5.2-r1.ebuild, -mesa-7.0.3.ebuild: diff --git a/media-libs/mesa/mesa-7.1.ebuild b/media-libs/mesa/mesa-7.1.ebuild index 8ce1c75c31c8..ff8c7c59a45f 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 +# Copyright 1999-2009 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.5 2008/10/22 15:43:18 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild,v 1.6 2009/09/21 10:41:36 scarabeus Exp $ GIT= if [[ ${PV} = 9999* ]]; then @@ -43,7 +43,6 @@ IUSE_VIDEO_CARDS=" video_cards_via" IUSE="${IUSE_VIDEO_CARDS} debug - doc pic motif nptl @@ -61,7 +60,6 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.6-r1 >=x11-libs/libdrm-2.3.1 >=x11-libs/libICE-1.0.4 motif? ( >=x11-libs/openmotif-2.3.1-r1 ) - doc? ( >=app-doc/opengl-manpages-20001215 ) !<=x11-base/xorg-x11-6.9" DEPEND="${RDEPEND} !<=x11-proto/xf86driproto-2.0.3 diff --git a/media-libs/mesa/mesa-7.2.ebuild b/media-libs/mesa/mesa-7.2.ebuild index dc773cb6958f..ff409490c461 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 +# Copyright 1999-2009 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.2 2008/10/22 15:43:18 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.2.ebuild,v 1.3 2009/09/21 10:41:36 scarabeus Exp $ GIT= if [[ ${PV} = 9999* ]]; then @@ -43,7 +43,6 @@ IUSE_VIDEO_CARDS=" video_cards_via" IUSE="${IUSE_VIDEO_CARDS} debug - doc pic motif nptl @@ -61,7 +60,6 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.6-r1 >=x11-libs/libdrm-2.3.1 >=x11-libs/libICE-1.0.4 motif? ( >=x11-libs/openmotif-2.3.1-r1 ) - doc? ( >=app-doc/opengl-manpages-20001215 ) !<=x11-base/xorg-x11-6.9" DEPEND="${RDEPEND} !<=x11-proto/xf86driproto-2.0.3 diff --git a/media-libs/mesa/mesa-7.3-r1.ebuild b/media-libs/mesa/mesa-7.3-r1.ebuild index 320b019ed058..d814288e7946 100644 --- a/media-libs/mesa/mesa-7.3-r1.ebuild +++ b/media-libs/mesa/mesa-7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.10 2009/08/26 17:33:33 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.11 2009/09/21 10:41:36 scarabeus Exp $ GIT=$([[ ${PV} = 9999* ]] && echo "git") EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa" @@ -41,7 +41,6 @@ IUSE_VIDEO_CARDS=" video_cards_via" IUSE="${IUSE_VIDEO_CARDS} debug - doc pic motif nptl @@ -59,7 +58,6 @@ RDEPEND="app-admin/eselect-opengl >=x11-libs/libdrm-2.4.3 x11-libs/libICE motif? ( x11-libs/openmotif ) - doc? ( app-doc/opengl-manpages ) !<=x11-base/xorg-x11-6.9" DEPEND="${RDEPEND} !<=x11-proto/xf86driproto-2.0.3 diff --git a/media-libs/mesa/mesa-7.4.4.ebuild b/media-libs/mesa/mesa-7.4.4.ebuild index ce7e4481b227..96e172e07562 100644 --- a/media-libs/mesa/mesa-7.4.4.ebuild +++ b/media-libs/mesa/mesa-7.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.4.4.ebuild,v 1.1 2009/06/24 17:43:44 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.4.4.ebuild,v 1.2 2009/09/21 10:41:36 scarabeus Exp $ EAPI="2" @@ -57,7 +57,7 @@ IUSE_VIDEO_CARDS="${IUSE_VIDEO_CARDS_UNSTABLE} video_cards_trident video_cards_via" IUSE="${IUSE_VIDEO_CARDS} ${IUSE_UNSTABLE} - debug doc motif nptl pic xcb kernel_FreeBSD" + debug motif nptl pic xcb kernel_FreeBSD" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg @@ -74,7 +74,6 @@ RDEPEND="!<=x11-base/xorg-x11-6.9 x11-libs/libXmu x11-libs/libXxf86vm motif? ( x11-libs/openmotif ) - doc? ( app-doc/opengl-manpages ) " DEPEND="${RDEPEND} dev-util/pkgconfig diff --git a/media-libs/mesa/mesa-7.5-r2.ebuild b/media-libs/mesa/mesa-7.5-r2.ebuild index 3ccf81f8c3a0..72c949578aa3 100644 --- a/media-libs/mesa/mesa-7.5-r2.ebuild +++ b/media-libs/mesa/mesa-7.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5-r2.ebuild,v 1.4 2009/07/22 13:55:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5-r2.ebuild,v 1.5 2009/09/21 10:41:36 scarabeus Exp $ EAPI="2" @@ -57,7 +57,7 @@ IUSE_VIDEO_CARDS="${IUSE_VIDEO_CARDS_UNSTABLE} video_cards_trident video_cards_via" IUSE="${IUSE_VIDEO_CARDS} ${IUSE_UNSTABLE} - debug doc motif nptl pic xcb kernel_FreeBSD" + debug motif nptl pic xcb kernel_FreeBSD" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg @@ -74,7 +74,6 @@ RDEPEND="!<=x11-base/xorg-x11-6.9 x11-libs/libXmu x11-libs/libXxf86vm motif? ( x11-libs/openmotif ) - doc? ( app-doc/opengl-manpages ) " DEPEND="${RDEPEND} dev-util/pkgconfig diff --git a/media-libs/mesa/mesa-7.5-r3.ebuild b/media-libs/mesa/mesa-7.5-r3.ebuild index e1709820bd46..c42428ebedbf 100644 --- a/media-libs/mesa/mesa-7.5-r3.ebuild +++ b/media-libs/mesa/mesa-7.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5-r3.ebuild,v 1.1 2009/08/26 14:59:28 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5-r3.ebuild,v 1.2 2009/09/21 10:41:36 scarabeus Exp $ EAPI="2" @@ -57,7 +57,7 @@ IUSE_VIDEO_CARDS="${IUSE_VIDEO_CARDS_UNSTABLE} video_cards_trident video_cards_via" IUSE="${IUSE_VIDEO_CARDS} ${IUSE_UNSTABLE} - debug doc motif nptl pic xcb kernel_FreeBSD" + debug motif nptl pic xcb kernel_FreeBSD" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg @@ -74,7 +74,6 @@ RDEPEND="!<=x11-base/xorg-x11-6.9 x11-libs/libXmu x11-libs/libXxf86vm motif? ( x11-libs/openmotif ) - doc? ( app-doc/opengl-manpages ) " DEPEND="${RDEPEND} dev-util/pkgconfig diff --git a/media-libs/mesa/mesa-7.5.1.ebuild b/media-libs/mesa/mesa-7.5.1.ebuild index b22bd7ae3ee6..2c3cc7d99c19 100644 --- a/media-libs/mesa/mesa-7.5.1.ebuild +++ b/media-libs/mesa/mesa-7.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5.1.ebuild,v 1.1 2009/09/04 15:26:34 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5.1.ebuild,v 1.2 2009/09/21 10:41:36 scarabeus Exp $ EAPI="2" @@ -57,7 +57,7 @@ IUSE_VIDEO_CARDS="${IUSE_VIDEO_CARDS_UNSTABLE} video_cards_trident video_cards_via" IUSE="${IUSE_VIDEO_CARDS} ${IUSE_UNSTABLE} - debug doc motif nptl pic xcb kernel_FreeBSD" + debug motif nptl pic xcb kernel_FreeBSD" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg @@ -74,7 +74,6 @@ RDEPEND="!<=x11-base/xorg-x11-6.9 x11-libs/libXmu x11-libs/libXxf86vm motif? ( x11-libs/openmotif ) - doc? ( app-doc/opengl-manpages ) " DEPEND="${RDEPEND} dev-util/pkgconfig |