public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-6.12.4-r1.ebuild xf86-video-ati-6.12.4.ebuild ChangeLog xf86-video-ati-6.12.2.ebuild xf86-video-ati-6.11.0.ebuild
@ 2010-01-11 15:14 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-11 15:14 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/11 15:14:19

  Modified:             xf86-video-ati-6.12.4.ebuild ChangeLog
  Added:                xf86-video-ati-6.12.4-r1.ebuild
  Removed:              xf86-video-ati-6.12.2.ebuild
                        xf86-video-ati-6.11.0.ebuild
  Log:
  Revison bump, apply upstream patches. Drop older releases.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild?r1=1.6&r2=1.7

Index: xf86-video-ati-6.12.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xf86-video-ati-6.12.4.ebuild	15 Dec 2009 19:28:53 -0000	1.6
+++ xf86-video-ati-6.12.4.ebuild	11 Jan 2010 15:14:18 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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-ati/xf86-video-ati-6.12.4.ebuild,v 1.6 2009/12/15 19:28:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild,v 1.7 2010/01/11 15:14:18 scarabeus Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -21,7 +21,6 @@
 RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
 DEPEND="${RDEPEND}
 	>=x11-libs/libdrm-2
-	>=x11-misc/util-macros-1.1.3
 	x11-proto/fontsproto
 	x11-proto/glproto
 	x11-proto/randrproto
@@ -34,8 +33,6 @@
 "
 CONFIGURE_OPTIONS="--enable-dri"
 
-#PATCHES=""
-
 src_prepare() {
 	x-modular_src_prepare
 	if [[ -n "${SRC_PATCHES}" ]]; then
@@ -54,6 +51,4 @@
 	ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
 	ewarn "automatically by xorg-server and you have one of these cards,"
 	ewarn "check your VIDEO_CARDS settings."
-	ebeep
-	epause
 }



1.101                x11-drivers/xf86-video-ati/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	27 Dec 2009 18:02:14 -0000	1.100
+++ ChangeLog	11 Jan 2010 15:14:18 -0000	1.101
@@ -1,6 +1,13 @@
 # ChangeLog for x11-drivers/xf86-video-ati
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.100 2009/12/27 18:02:14 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.101 2010/01/11 15:14:18 scarabeus Exp $
+
+*xf86-video-ati-6.12.4-r1 (11 Jan 2010)
+
+  11 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  -xf86-video-ati-6.11.0.ebuild, -xf86-video-ati-6.12.2.ebuild,
+  xf86-video-ati-6.12.4.ebuild, +xf86-video-ati-6.12.4-r1.ebuild:
+  Revison bump, apply upstream patches. Drop older releases.
 
   27 Dec 2009; Joseph Jezak <josejx@gentoo.org> ChangeLog:
   Marked ppc stable for bug #294958.



1.1                  x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: xf86-video-ati-6.12.4-r1.ebuild
===================================================================
# 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-ati/xf86-video-ati-6.12.4-r1.ebuild,v 1.1 2010/01/11 15:14:18 scarabeus Exp $

EAPI=2

SNAPSHOT="yes"
inherit x-modular eutils

DESCRIPTION="ATI video driver"

KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

SRC_PATCHES="http://dev.gentooexperimental.org/~scarabeus/${PV}-patches-01.tar.bz2"
SRC_URI="${SRC_URI}
	${SRC_PATCHES}"

RDEPEND=">=x11-base/xorg-server-1.2[-minimal]"
DEPEND="${RDEPEND}
	>=x11-libs/libdrm-2
	x11-proto/fontsproto
	x11-proto/glproto
	x11-proto/randrproto
	x11-proto/videoproto
	x11-proto/xextproto
	x11-proto/xineramaproto
	x11-proto/xf86driproto
	x11-proto/xf86miscproto
	x11-proto/xproto
"
CONFIGURE_OPTIONS="--enable-dri"

src_prepare() {
	if [[ -n "${SRC_PATCHES}" ]]; then
		EPATCH_FORCE="yes" \
		EPATCH_SOURCE="${WORKDIR}/patches" \
		EPATCH_SUFFIX="patch" \
		epatch
	fi
	x-modular_src_prepare
}

pkg_preinst() {
	if has_version '<x11-drivers/xf86-video-ati-6.10.0'; then
		SHOW_WARNING="true"
	fi
}

pkg_postinst() {
	x-modular_pkg_postinst

	if [[ ${SHOW_WARNING} == true ]]; then
		ewarn "If you have a mach64 or r128 video card, read this"
		ewarn "The mach64 and r128 drivers moved to their own packages,"
		ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
		ewarn "automatically by xorg-server and you have one of these cards,"
		ewarn "check your VIDEO_CARDS settings."
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-11 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11 15:14 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: xf86-video-ati-6.12.4-r1.ebuild xf86-video-ati-6.12.4.ebuild ChangeLog xf86-video-ati-6.12.2.ebuild xf86-video-ati-6.11.0.ebuild Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox