summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-28 20:52:34 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-28 20:52:34 +0000
commit333b7842b06213a295ff84ae5193ea212287d035 (patch)
tree8b8458cee175dd02c2b99388c33c495235735af1 /x11-drivers/xf86-video-chips
parentVersion bump. (diff)
downloadgentoo-2-333b7842b06213a295ff84ae5193ea212287d035.tar.gz
gentoo-2-333b7842b06213a295ff84ae5193ea212287d035.tar.bz2
gentoo-2-333b7842b06213a295ff84ae5193ea212287d035.zip
Example ebuild cleanup how drivers should look nowdays, rest ~ ones should be updated right away.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-chips')
-rw-r--r--x11-drivers/xf86-video-chips/ChangeLog7
-rw-r--r--x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild12
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-drivers/xf86-video-chips/ChangeLog b/x11-drivers/xf86-video-chips/ChangeLog
index ce2873a44d9c..a294100c36df 100644
--- a/x11-drivers/xf86-video-chips/ChangeLog
+++ b/x11-drivers/xf86-video-chips/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/xf86-video-chips
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.47 2011/02/28 16:32:27 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.48 2011/02/28 20:52:34 scarabeus Exp $
+
+ 28 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ xf86-video-chips-1.2.4.ebuild:
+ Example ebuild cleanup how drivers should look nowdays, rest ~ ones should be
+ updated right away.
*xf86-video-chips-1.2.4 (28 Feb 2011)
diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild
index 678cd6973793..4fb97bcc9755 100644
--- a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild
+++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild,v 1.1 2011/02/28 16:32:27 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild,v 1.2 2011/02/28 20:52:34 scarabeus Exp $
-EAPI=3
+EAPI=4
inherit xorg-2
@@ -10,11 +10,3 @@ DESCRIPTION="Chips and Technologies video driver"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}
- x11-proto/fontsproto
- x11-proto/randrproto
- x11-proto/renderproto
- x11-proto/videoproto
- x11-proto/xproto"