summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-05-27 08:52:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-05-27 08:52:47 +0000
commit55af3d21d4e332e6b2db902d310e8db98cfd8bb4 (patch)
tree8060f81a1feda4d3ec0f2288f450daa8a7ed46cd /x11-drivers
parentVersion Bump (diff)
downloadhistorical-55af3d21d4e332e6b2db902d310e8db98cfd8bb4.tar.gz
historical-55af3d21d4e332e6b2db902d310e8db98cfd8bb4.tar.bz2
historical-55af3d21d4e332e6b2db902d310e8db98cfd8bb4.zip
Drop all overshadowed versions. Will be removed as whole soon (i must put up news item :])
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-radeonhd/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild25
-rw-r--r--x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.ebuild25
-rw-r--r--x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild31
-rw-r--r--x11-drivers/xf86-video-vmware/Manifest10
5 files changed, 12 insertions, 89 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/ChangeLog b/x11-drivers/xf86-video-radeonhd/ChangeLog
index 069f43982b7c..5fc851c4f8f2 100644
--- a/x11-drivers/xf86-video-radeonhd/ChangeLog
+++ b/x11-drivers/xf86-video-radeonhd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-radeonhd
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/ChangeLog,v 1.26 2009/12/27 18:03:19 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/ChangeLog,v 1.27 2010/05/27 08:52:47 scarabeus Exp $
+
+ 27 May 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xf86-video-radeonhd-1.2.3.ebuild, -xf86-video-radeonhd-1.2.4.ebuild,
+ -xf86-video-radeonhd-1.2.5.ebuild:
+ Drop all overshadowed versions. Will be removed as whole soon (i must put
+ up news item :])
27 Dec 2009; Joseph Jezak <josejx@gentoo.org>
xf86-video-radeonhd-1.3.0.ebuild:
diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild
deleted file mode 100644
index eda54942e12f..000000000000
--- a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild,v 1.6 2009/04/05 22:18:42 maekke Exp $
-
-XDPVER=-1
-inherit x-modular
-
-DESCRIPTION="Experimental Radeon HD video driver."
-HOMEPAGE="http://wiki.x.org/wiki/radeonhd"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.3.0
- sys-apps/pciutils"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-proto/xproto"
-
-src_install() {
- x-modular_src_install
- dobin utils/conntest/rhd_{conntest,dump}
-}
diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.ebuild
deleted file mode 100644
index 04145c29dab1..000000000000
--- a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.ebuild,v 1.2 2009/04/29 04:58:13 je_fro Exp $
-
-XDPVER=-1
-inherit x-modular
-
-DESCRIPTION="Experimental Radeon HD video driver."
-HOMEPAGE="http://wiki.x.org/wiki/radeonhd"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.3.0
- sys-apps/pciutils"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-proto/xproto"
-
-src_install() {
- x-modular_src_install
- dobin utils/conntest/rhd_{conntest,dump}
-}
diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild
deleted file mode 100644
index 378fd50ac3ea..000000000000
--- a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild,v 1.5 2009/10/11 11:19:08 nixnut Exp $
-
-XDPVER=-1
-inherit x-modular
-
-DESCRIPTION="Experimental Radeon HD video driver."
-HOMEPAGE="http://wiki.x.org/wiki/radeonhd"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.3.0
- sys-apps/pciutils"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-proto/xproto"
-
-src_install() {
- x-modular_src_install
- dobin utils/conntest/rhd_{conntest,dump}
-}
-
-pkg_postinst() {
- ewarn "You will need dri from either a 2.6.30 kernel or x11-drm via git."
- ewarn "See http://wiki.x.org/wiki/radeonhd for details"
- x-modular_pkg_postinst
-}
diff --git a/x11-drivers/xf86-video-vmware/Manifest b/x11-drivers/xf86-video-vmware/Manifest
index 385a4c276811..b5ae865f7e71 100644
--- a/x11-drivers/xf86-video-vmware/Manifest
+++ b/x11-drivers/xf86-video-vmware/Manifest
@@ -2,16 +2,14 @@
Hash: SHA1
AUX vmware.xinf 110 RMD160 ec40c9e39462b9ad3d9fbfdb82cf0b3a34173519 SHA1 839b41f7418d65813b267f645f32edd3474b7634 SHA256 d2fd0422f1f338babb27af89655347dfda1fd10a92ce51ac658c23354556dba4
-DIST xf86-video-vmware-10.16.9.tar.bz2 275787 RMD160 ab9f23a98a6624afe930d5e04a98529ffd345bd8 SHA1 4e0e5d193f3e83dce46a7d39d52257629e51f4d3 SHA256 835a5e45b54837cbbd963a48bd09db709717e097e931dd76e68e397a167e8bc1
DIST xf86-video-vmware-11.0.1.tar.bz2 286620 RMD160 c15562b050c217fa01ca4cfaad4f68a3a3874d32 SHA1 cc82cbacaa90c28b42440f6a197f5167595c8417 SHA256 a6371d5acb81ba4457f7ee2c7432941c38f9033ce5278551c6acc9a0827ce7be
-EBUILD xf86-video-vmware-10.16.9.ebuild 601 RMD160 627e3c4ee9b26c3f5b45e58b7c6bfe4c24a19799 SHA1 7e50edd429c9a7a76286349283f5c2f3c57fe3bc SHA256 0ba711a8fe051603087bcddb7f27886958595880394864b6257e7c8d037f3dcb
EBUILD xf86-video-vmware-11.0.1.ebuild 600 RMD160 eee961859ecd608a71b7bba96f23ea1108e66d98 SHA1 46501c73725471611a1bc3f45030bc9b1b3ee201 SHA256 3170ac114e40b039958bec676339ef1148a2398ab2e1090f76e37e8e9d04580d
-MISC ChangeLog 8045 RMD160 ee4d015e6bb505edc94df0ebae04acb56370e4c6 SHA1 79d87496c096b5379c36384fb8c03905841de6a8 SHA256 f51dc69f7c269d2cfc0db967e00d88db160a94b7073ee32d847a936932bf6659
+MISC ChangeLog 8154 RMD160 4068ec9e3067580dca7f306080d9abb32705a41e SHA1 cf4a4daa549a2b8747b6028c0564baa25089dcf3 SHA256 a53e45071155999455c7562b03083b39cec06b63981187103a85a65364b06849
MISC metadata.xml 254 RMD160 c918c791107bb6bade5533be97fda2a5357ade13 SHA1 c0bf2ca0f6107fdce02502942d7050d84ad30fb2 SHA256 32d68d1ad2e14d3f3af865dce8b2e42fec8722f17b1b35beeb5ecbd9b8e1a253
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
-iEYEARECAAYFAkvI1scACgkQCaWpQKGI+9QpSQCfWazsR1YH9AzDimjUUhwLbK3T
-G14Anju8YXoK4h+bBkJocKdDfIzp68Sn
-=onFO
+iEYEARECAAYFAkv+M1UACgkQHB6c3gNBRYcoDwCfdeVQe1A9856wLGRdytqy3iO5
+4HsAn1YBk+wDb83W57L+6biXQFKO02BA
+=hF1o
-----END PGP SIGNATURE-----