diff options
4 files changed, 10 insertions, 109 deletions
diff --git a/x11-drivers/xf86-video-openchrome/ChangeLog b/x11-drivers/xf86-video-openchrome/ChangeLog index 6898231a549a..d5b69a39d28a 100644 --- a/x11-drivers/xf86-video-openchrome/ChangeLog +++ b/x11-drivers/xf86-video-openchrome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-openchrome -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v 1.73 2013/10/08 05:06:29 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v 1.74 2014/02/20 11:46:20 chithanh Exp $ + + 20 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -xf86-video-openchrome-0.3.1.ebuild, -xf86-video-openchrome-0.3.2.ebuild, + xf86-video-openchrome-0.3.3.ebuild: + Fix broken HOMEPAGE and SRC_URI, bug #501822. Remove old. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-openchrome-0.3.3.ebuild: diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.1.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.1.ebuild deleted file mode 100644 index c9b59a9a514f..000000000000 --- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.1.ebuild +++ /dev/null @@ -1,52 +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-openchrome/xf86-video-openchrome-0.3.1.ebuild,v 1.3 2012/11/18 12:18:23 ago Exp $ - -EAPI=4 -XORG_DRI="dri" -inherit xorg-2 - -DESCRIPTION="X.Org driver for VIA/S3G cards" -HOMEPAGE="http://www.openchrome.org" -SRC_URI="http://www.openchrome.org/releases/${P}.tar.bz2" -LICENSE="MIT" - -KEYWORDS="amd64 x86" -IUSE="debug viaregtool" - -RDEPEND=">=x11-base/xorg-server-1.9" -DEPEND=" - ${RDEPEND} - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXv - x11-libs/libXvMC - x11-libs/libdrm -" - -DOCS=( ChangeLog NEWS README ) - -pkg_setup() { - xorg-2_pkg_setup - XORG_CONFIGURE_OPTIONS=( - $(use_enable debug) - $(use_enable debug xv-debug) - $(use_enable dri) - $(use_enable viaregtool) - ) -} - -pkg_postinst() { - xorg-2_pkg_postinst - - elog "Supported chipsets:" - elog "CLE266 (VT3122), KM400/P4M800 (VT3205), K8M800 (VT3204)," - elog "PM800/PM880/CN400 (VT3259), VM800/CN700/P4M800Pro (VT3314)," - elog "CX700 (VT3324), P4M890 (VT3327), K8M890 (VT3336)," - elog "P4M900/VN896 (VT3364), VX800 (VT3353), VX855 (VT3409), VX900" - elog - elog "The driver name is 'openchrome', and this is what you need" - elog "to use in your xorg.conf (and not 'via')." - elog - elog "See the ChangeLog and release notes for more information." -} diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.2.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.2.ebuild deleted file mode 100644 index 6dec33c2a557..000000000000 --- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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-openchrome/xf86-video-openchrome-0.3.2.ebuild,v 1.2 2013/03/28 13:10:02 chithanh Exp $ - -EAPI=5 -XORG_DRI="always" -inherit xorg-2 - -DESCRIPTION="X.Org driver for VIA/S3G cards" -HOMEPAGE="http://www.openchrome.org" -SRC_URI="http://www.openchrome.org/releases/${P}.tar.bz2" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86" -IUSE="debug viaregtool" - -RDEPEND=">=x11-base/xorg-server-1.9" -DEPEND=" - ${RDEPEND} - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXv - x11-libs/libXvMC - x11-libs/libdrm -" - -DOCS=( ChangeLog NEWS README ) - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable debug) - $(use_enable debug xv-debug) - $(use_enable viaregtool) - ) - xorg-2_src_configure -} - -pkg_postinst() { - xorg-2_pkg_postinst - - elog "Supported chipsets:" - elog "CLE266 (VT3122), KM400/P4M800 (VT3205), K8M800 (VT3204)," - elog "PM800/PM880/CN400 (VT3259), VM800/CN700/P4M800Pro (VT3314)," - elog "CX700 (VT3324), P4M890 (VT3327), K8M890 (VT3336)," - elog "P4M900/VN896 (VT3364), VX800 (VT3353), VX855 (VT3409), VX900" - elog - elog "The driver name is 'openchrome', and this is what you need" - elog "to use in your xorg.conf (and not 'via')." - elog - elog "See the ChangeLog and release notes for more information." -} diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild index 9431d46ffc11..b1eb72e28dc6 100644 --- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild +++ b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild,v 1.3 2013/10/08 05:06:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild,v 1.4 2014/02/20 11:46:20 chithanh Exp $ EAPI=5 XORG_DRI="always" inherit xorg-2 DESCRIPTION="X.Org driver for VIA/S3G cards" -HOMEPAGE="http://www.openchrome.org" -SRC_URI="http://www.openchrome.org/releases/${P}.tar.bz2" +HOMEPAGE="http://www.freedesktop.org/wiki/Openchrome/" LICENSE="MIT" KEYWORDS="amd64 x86" |