aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <donnie@comet.(none)>2006-06-15 18:44:57 -0700
committerDonnie Berkholz <spyderous@gentoo.org>2006-06-15 18:44:57 -0700
commit652395153a28340960efc2ee24372ceb2f5f872f (patch)
tree20d95bda1057944cccfeab3eca47ac8ac1d6a329 /x11-drivers
parentUpdate xgl to use git (diff)
downloaddberkholz-652395153a28340960efc2ee24372ceb2f5f872f.tar.gz
dberkholz-652395153a28340960efc2ee24372ceb2f5f872f.tar.bz2
dberkholz-652395153a28340960efc2ee24372ceb2f5f872f.zip
Port ati driver to git
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati/Manifest8
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild20
2 files changed, 8 insertions, 20 deletions
diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index f57af74..c536b11 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,7 +1,7 @@
-EBUILD xf86-video-ati-9999.ebuild 1186 RMD160 afe16576383648adb6afd569a946f4583b58c054 SHA1 cdc735e8119745bdd2abd5e5d9bdfc867dbf86f8 SHA256 85175964d7a57034b314c089b6ee980885b4ae33f0d30dc0f373fc18b596e677 size 1186
-MD5 b7b89599a3e77c38fb982d57b8633376 xf86-video-ati-9999.ebuild 1186
-RMD160 afe16576383648adb6afd569a946f4583b58c054 xf86-video-ati-9999.ebuild 1186
-SHA256 85175964d7a57034b314c089b6ee980885b4ae33f0d30dc0f373fc18b596e677 xf86-video-ati-9999.ebuild 1186
+EBUILD xf86-video-ati-9999.ebuild 932 RMD160 7aa4bd1d159f736434c2900d1511f5c7e2d64f06 SHA1 4f393c82b557e4abc5b210c761a359c458df4512 SHA256 9c71efe895d0c7fbcb435f9c69d769d8db918496a84c4d28ee15c3351f1732e9
+MD5 cba6522eace04e4b5fd50ca001d66c89 xf86-video-ati-9999.ebuild 932
+RMD160 7aa4bd1d159f736434c2900d1511f5c7e2d64f06 xf86-video-ati-9999.ebuild 932
+SHA256 9c71efe895d0c7fbcb435f9c69d769d8db918496a84c4d28ee15c3351f1732e9 xf86-video-ati-9999.ebuild 932
MD5 68b329da9893e34099c7d8ad5cb9c940 files/digest-xf86-video-ati-9999 1
RMD160 c0da025038ed83c687ddc430da9846ecb97f3998 files/digest-xf86-video-ati-9999 1
SHA256 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b files/digest-xf86-video-ati-9999 1
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index bf722ac..59e16f2 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -5,17 +5,15 @@
# Must be before x-modular eclass is inherited
SNAPSHOT="yes"
-inherit x-modular cvs
+inherit x-modular git
-ECVS_SERVER="pdx.freedesktop.org:/cvs/xorg"
-ECVS_MODULE="driver/xf86-video-ati"
-S=${WORKDIR}/${ECVS_MODULE}
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati"
DESCRIPTION="X.Org driver for ati cards"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
SRC_URI=""
IUSE="dri"
-RDEPEND="x11-base/xorg-server"
+RDEPEND=">=x11-base/xorg-server-1.0.99"
DEPEND="${RDEPEND}
x11-proto/fontsproto
x11-proto/randrproto
@@ -29,19 +27,9 @@ DEPEND="${RDEPEND}
CONFIGURE_OPTIONS="$(use_enable dri)"
-pkg_setup() {
- if use dri && ! built_with_use x11-base/xorg-server dri; then
- die "Build x11-base/xorg-server with USE=dri."
- fi
-}
-
src_unpack() {
- cvs_src_unpack
+ git_src_unpack
cd ${S}
x-modular_patch_source
x-modular_reconf_source
-
- # Joshua Baergen - October 23, 2005
- # Fix shared lib issues on MIPS, FBSD, etc etc
- elibtoolize
}