diff options
Diffstat (limited to 'x11-drivers')
4 files changed, 0 insertions, 129 deletions
diff --git a/x11-drivers/xf86-video-ast/Manifest b/x11-drivers/xf86-video-ast/Manifest index b8db49404079..2c0ac2d83cdc 100644 --- a/x11-drivers/xf86-video-ast/Manifest +++ b/x11-drivers/xf86-video-ast/Manifest @@ -1,3 +1 @@ -DIST xf86-video-ast-0.97.0.tar.bz2 336424 BLAKE2B 7c32d555796e5963362695bd17d10d9bfcc2ad646302963c044b8c6b7a2030d7909a5ffc59cd1a31336d03d3e86ea9b5c015dc039d670760d251132b4a898d2f SHA512 7eadb06c0159d460977b6e99183e6f1c4673f18b26072d9c28fc38518522fe9adade89531a42d83e277d545a3f157c37c6600b0330bb90327c1a17b5698fa22d -DIST xf86-video-ast-1.0.1.tar.bz2 334841 BLAKE2B 0c4a213fc43dcbbaf8466200c20fb804f16de40b36f4bc770e53cada91987d6e251dce36f00f20aa58160c7bc6a7cdefe7ec6330b44bca78723c271eadabe0ff SHA512 d7c5bb52f05a8ebd4a3e5ae8554462793d9038980d8607c1bfd5c6b89f4a1b0a83931792315cd170900197c8d7a28d47e761f2e1a344218d2b1c49140eb8faa0 DIST xf86-video-ast-1.1.5.tar.bz2 339848 BLAKE2B 48ebb8f54307a467eb952ff57dce4cc9da11b627354c54e11426133dee029765390c8c61f0b724bfc66c2f86aa5938ddad49707847b50648d875dccf5c4be9fd SHA512 067c2ce3e74c83fe1531213308753cb80482d177c93009c99dc49e95bfa6ff058d81cc716d6c343b9ca1e0eb7aedf3b84beb12ad08b8cd4d9f43e11f9e192e8e diff --git a/x11-drivers/xf86-video-ast/files/xf86-video-ast-0.97.0-remove-mibstore_h.patch b/x11-drivers/xf86-video-ast/files/xf86-video-ast-0.97.0-remove-mibstore_h.patch deleted file mode 100644 index 006daaa13530..000000000000 --- a/x11-drivers/xf86-video-ast/files/xf86-video-ast-0.97.0-remove-mibstore_h.patch +++ /dev/null @@ -1,101 +0,0 @@ -From 0833e0086b9712b1c29571919899d5d17fea8382 Mon Sep 17 00:00:00 2001 -From: Adam Jackson <ajax@redhat.com> -Date: Tue, 25 Sep 2012 12:54:33 +0000 -Subject: Remove mibstore.h - -Signed-off-by: Adam Jackson <ajax@redhat.com> ---- -diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c -index 6be9a4f..684e400 100644 ---- a/src/ast_2dtool.c -+++ b/src/ast_2dtool.c -@@ -27,7 +27,6 @@ - #include "xf86_OSproc.h" - #include "xf86cmap.h" - #include "compiler.h" --#include "mibstore.h" - #include "vgaHW.h" - #include "mipointer.h" - #include "micmap.h" -diff --git a/src/ast_accel.c b/src/ast_accel.c -index a789b21..0e7e5d3 100644 ---- a/src/ast_accel.c -+++ b/src/ast_accel.c -@@ -27,7 +27,6 @@ - #include "xf86_OSproc.h" - #include "xf86cmap.h" - #include "compiler.h" --#include "mibstore.h" - #include "vgaHW.h" - #include "mipointer.h" - #include "micmap.h" -diff --git a/src/ast_cursor.c b/src/ast_cursor.c -index 47ea09d..c672564 100644 ---- a/src/ast_cursor.c -+++ b/src/ast_cursor.c -@@ -27,7 +27,6 @@ - #include "xf86_OSproc.h" - #include "xf86cmap.h" - #include "compiler.h" --#include "mibstore.h" - #include "vgaHW.h" - #include "mipointer.h" - #include "micmap.h" -diff --git a/src/ast_driver.c b/src/ast_driver.c -index 5e6a26e..43fcdbc 100644 ---- a/src/ast_driver.c -+++ b/src/ast_driver.c -@@ -31,7 +31,6 @@ - #endif - #include "xf86cmap.h" - #include "compiler.h" --#include "mibstore.h" - #include "vgaHW.h" - #include "mipointer.h" - #include "micmap.h" -@@ -888,7 +887,6 @@ ASTScreenInit(SCREEN_INIT_ARGS_DECL) - } - #endif /* end of Accel_2D */ - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - xf86SetSilkenMouse(pScreen); - -diff --git a/src/ast_mode.c b/src/ast_mode.c -index 50289f1..2e06062 100644 ---- a/src/ast_mode.c -+++ b/src/ast_mode.c -@@ -27,7 +27,6 @@ - #include "xf86_OSproc.h" - #include "xf86cmap.h" - #include "compiler.h" --#include "mibstore.h" - #include "vgaHW.h" - #include "mipointer.h" - #include "micmap.h" -diff --git a/src/ast_tool.c b/src/ast_tool.c -index c701c1e..c2bfac6 100644 ---- a/src/ast_tool.c -+++ b/src/ast_tool.c -@@ -27,7 +27,6 @@ - #include "xf86_OSproc.h" - #include "xf86cmap.h" - #include "compiler.h" --#include "mibstore.h" - #include "vgaHW.h" - #include "mipointer.h" - #include "micmap.h" -diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c -index 42de52c..513cf7b 100644 ---- a/src/ast_vgatool.c -+++ b/src/ast_vgatool.c -@@ -27,7 +27,6 @@ - #include "xf86_OSproc.h" - #include "xf86cmap.h" - #include "compiler.h" --#include "mibstore.h" - #include "vgaHW.h" - #include "mipointer.h" - #include "micmap.h" --- -cgit v0.9.0.2-2-gbebe diff --git a/x11-drivers/xf86-video-ast/xf86-video-ast-0.97.0-r1.ebuild b/x11-drivers/xf86-video-ast/xf86-video-ast-0.97.0-r1.ebuild deleted file mode 100644 index e30e98e6056a..000000000000 --- a/x11-drivers/xf86-video-ast/xf86-video-ast-0.97.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X.Org driver for ASpeedTech cards" -KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd" -LICENSE="MIT" -IUSE="" - -PATCHES=( - "${FILESDIR}"/${P}-remove-mibstore_h.patch -) diff --git a/x11-drivers/xf86-video-ast/xf86-video-ast-1.0.1.ebuild b/x11-drivers/xf86-video-ast/xf86-video-ast-1.0.1.ebuild deleted file mode 100644 index bdf03f607355..000000000000 --- a/x11-drivers/xf86-video-ast/xf86-video-ast-1.0.1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X.Org driver for ASpeedTech cards" -KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd" -LICENSE="MIT" -IUSE="" |