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
commit58df8968d82c54f29b6401dffcb542618050601a (patch)
tree5c8ed832e56a7a16d5b417f27096183cf8758fa0 /x11-drivers
parentVersion bump. (diff)
downloadhistorical-58df8968d82c54f29b6401dffcb542618050601a.tar.gz
historical-58df8968d82c54f29b6401dffcb542618050601a.tar.bz2
historical-58df8968d82c54f29b6401dffcb542618050601a.zip
Example ebuild cleanup how drivers should look nowdays, rest ~ ones should be updated right away.
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-chips/ChangeLog7
-rw-r--r--x11-drivers/xf86-video-chips/Manifest4
-rw-r--r--x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild12
3 files changed, 10 insertions, 13 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/Manifest b/x11-drivers/xf86-video-chips/Manifest
index 0020fcaff32c..061f1fbe2923 100644
--- a/x11-drivers/xf86-video-chips/Manifest
+++ b/x11-drivers/xf86-video-chips/Manifest
@@ -1,6 +1,6 @@
DIST xf86-video-chips-1.2.3.tar.bz2 338968 RMD160 e4a23472b39923eb70ecdb169c5ff9970d147664 SHA1 79d1592dacbdd5ff0419dcb2fef2a2ca541dd329 SHA256 0561278e06f84d4ee20317b19831cc8d42c952a1577c7865163ad2d6d900cb1d
DIST xf86-video-chips-1.2.4.tar.bz2 365618 RMD160 ebae9edc31d8463d7abb5dadf72bb5edd7f32870 SHA1 71f474335d05f93b2451a7a0750c4409669641a4 SHA256 fb6dc34a8d7db82dc6d555cebe6f95c2269dda4872118978345f6e1215ab4d25
EBUILD xf86-video-chips-1.2.3.ebuild 536 RMD160 f9713ff74cd9569c8b835a01f271654328b66b63 SHA1 519327a823ab3fa911298f30bb5a1bf2db15c56e SHA256 8d21840ca7759989105b9230e8ab496febe19695b14879197d6b1730ac1c6319
-EBUILD xf86-video-chips-1.2.4.ebuild 538 RMD160 2afd54c424ea08d21c293b903820207393585aa9 SHA1 2d0035f269965cfdb38d9521556f22653b0ab9d3 SHA256 3af1c9194e820ed4a5784f13ef3ec505dc82a2e5043b0f573c29d73d42de9375
-MISC ChangeLog 6115 RMD160 159e3d9d1b1294b02f342a4bcd9cec34673aef75 SHA1 3e607a4bf4106023c035d031eadc192237998ce1 SHA256 63e434ea1c09316aadb868d807e34cc0045451a8276a7c9238f2744dc99e8d0b
+EBUILD xf86-video-chips-1.2.4.ebuild 371 RMD160 ff289cecb35f13171776554ba35abfd148d42fa5 SHA1 82bf941ce6d9630d311164c323cc0b67c39ff24e SHA256 0d03621ea6468db8878e71b03f851b40aec2c84715dbeb6a53b26f024af30d93
+MISC ChangeLog 6307 RMD160 9aeb7dd66c17eaaec75a9f9513a142c6484c56c6 SHA1 3bd40b5ad7a5a5f3ca6353b961dcf756b0feafc6 SHA256 2718842ff4563ce1f1abf3e6f70a4f7575dd44f2b4186d44cc77c5a1295465d0
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
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"