diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-04-16 21:39:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-04-16 21:39:51 +0000 |
commit | bb703ab6e3def17f0eb2aad275302b97dfdf7132 (patch) | |
tree | 77f10e4c23c6f506c197fec25e87e2a703ae273f /x11-drivers | |
parent | Unmask >=dev-libs/libassuan-2.0.0. (diff) | |
download | historical-bb703ab6e3def17f0eb2aad275302b97dfdf7132.tar.gz historical-bb703ab6e3def17f0eb2aad275302b97dfdf7132.tar.bz2 historical-bb703ab6e3def17f0eb2aad275302b97dfdf7132.zip |
Reverting wrong stabilization due buggy script. Define IUSE.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers')
9 files changed, 33 insertions, 15 deletions
diff --git a/x11-drivers/xf86-video-suncg3/ChangeLog b/x11-drivers/xf86-video-suncg3/ChangeLog index 095d318ad727..74dd45e7537c 100644 --- a/x11-drivers/xf86-video-suncg3/ChangeLog +++ b/x11-drivers/xf86-video-suncg3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-suncg3 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.20 2010/04/16 21:26:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.21 2010/04/16 21:35:43 pacho Exp $ + + 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> + xf86-video-suncg3-1.1.0.ebuild, xf86-video-suncg3-1.1.1.ebuild: + Reverting wrong stabilization due buggy script. Define IUSE. 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> xf86-video-suncg3-1.1.1.ebuild: diff --git a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.0.ebuild b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.0.ebuild index 4401beb843a0..e9af38fb3e66 100644 --- a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.0.ebuild +++ b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.0.ebuild,v 1.3 2006/10/11 00:27:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.0.ebuild,v 1.4 2010/04/16 21:35:43 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="CG3 video driver" KEYWORDS="-* sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.1.ebuild b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.1.ebuild index 8aad8e9c495d..a1e2811f672b 100644 --- a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.1.ebuild +++ b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.1.ebuild,v 1.2 2010/04/16 21:26:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.1.ebuild,v 1.3 2010/04/16 21:35:43 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,8 @@ inherit x-modular DESCRIPTION="CG3 video driver" -KEYWORDS="-* amd64 ~sparc" +KEYWORDS="-* ~sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-suncg6/ChangeLog b/x11-drivers/xf86-video-suncg6/ChangeLog index 7f92d0a3114d..90303980f1e0 100644 --- a/x11-drivers/xf86-video-suncg6/ChangeLog +++ b/x11-drivers/xf86-video-suncg6/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-suncg6 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.19 2010/04/16 21:27:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.20 2010/04/16 21:37:07 pacho Exp $ + + 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> + xf86-video-suncg6-1.1.0.ebuild, xf86-video-suncg6-1.1.1.ebuild: + Reverting wrong stabilization due buggy script. Define IUSE. 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> xf86-video-suncg6-1.1.1.ebuild: diff --git a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild index f193d93409e2..18f762e33d70 100644 --- a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild +++ b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild,v 1.3 2006/10/11 00:27:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild,v 1.4 2010/04/16 21:37:07 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="GX/Turbo GX video driver" KEYWORDS="-* sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild index 9976932a557e..f5d20eabec3d 100644 --- a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild +++ b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild,v 1.2 2010/04/16 21:27:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild,v 1.3 2010/04/16 21:37:07 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,8 @@ inherit x-modular DESCRIPTION="GX/Turbo GX video driver" -KEYWORDS="-* amd64 ~sparc" +KEYWORDS="-* ~sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-suntcx/ChangeLog b/x11-drivers/xf86-video-suntcx/ChangeLog index 39afe0dcbf40..842eb2c71a29 100644 --- a/x11-drivers/xf86-video-suntcx/ChangeLog +++ b/x11-drivers/xf86-video-suntcx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-suntcx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/ChangeLog,v 1.19 2010/04/16 21:28:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/ChangeLog,v 1.20 2010/04/16 21:39:51 pacho Exp $ + + 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> + xf86-video-suntcx-1.1.0.ebuild, xf86-video-suntcx-1.1.1.ebuild: + Reverting wrong stabilization due buggy script. Define IUSE. 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> xf86-video-suntcx-1.1.1.ebuild: diff --git a/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.0.ebuild b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.0.ebuild index 9e277787e051..16f9c2f0a8fa 100644 --- a/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.0.ebuild +++ b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.0.ebuild,v 1.3 2006/10/11 00:27:01 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.0.ebuild,v 1.4 2010/04/16 21:39:51 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="TCX video driver" KEYWORDS="-* sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.1.ebuild b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.1.ebuild index e50119cc6bbd..53d1123f215b 100644 --- a/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.1.ebuild +++ b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.1.ebuild,v 1.2 2010/04/16 21:28:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.1.ebuild,v 1.3 2010/04/16 21:39:51 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,8 @@ inherit x-modular DESCRIPTION="TCX video driver" -KEYWORDS="-* amd64 ~sparc" +KEYWORDS="-* ~sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto |