summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-01-01 23:40:50 +0100
committerDavid Seifert <soap@gentoo.org>2018-01-01 23:40:50 +0100
commitfd9be3c3ed4a8d9ed4ebeefa9515d3d5a9b88e4f (patch)
tree5de089aa2bf95add094251c8d6e99540d3b796ed /x11-drivers/xf86-video-apm
parentsci-misc/nco: Remove old (diff)
downloadgentoo-fd9be3c3ed4a8d9ed4ebeefa9515d3d5a9b88e4f.tar.gz
gentoo-fd9be3c3ed4a8d9ed4ebeefa9515d3d5a9b88e4f.tar.bz2
gentoo-fd9be3c3ed4a8d9ed4ebeefa9515d3d5a9b88e4f.zip
package.mask: Treeclean ancient X.org packages
Diffstat (limited to 'x11-drivers/xf86-video-apm')
-rw-r--r--x11-drivers/xf86-video-apm/Manifest2
-rw-r--r--x11-drivers/xf86-video-apm/files/xf86-video-apm-1.2.5-remove-mibstore_h.patch23
-rw-r--r--x11-drivers/xf86-video-apm/metadata.xml8
-rw-r--r--x11-drivers/xf86-video-apm/xf86-video-apm-1.2.4.ebuild14
-rw-r--r--x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5-r1.ebuild18
-rw-r--r--x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5.ebuild14
6 files changed, 0 insertions, 79 deletions
diff --git a/x11-drivers/xf86-video-apm/Manifest b/x11-drivers/xf86-video-apm/Manifest
deleted file mode 100644
index 795b0bac7316..000000000000
--- a/x11-drivers/xf86-video-apm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xf86-video-apm-1.2.4.tar.bz2 325979 BLAKE2B bc1976c5ce975b14ca2a9e0e54c3a5a2b6114d73c9c89c7bdd8a0dc4627c1f1dadd705860a97f3a1b49357fe25dbf173ed26623217f1f5e0d6b6cd225194fa46 SHA512 4b98614d8f2889d5330b50cb211f8b1f03ac9be30d531b7c14b117fa144b8a279b2f892370e19380a898711d95a6bfc11a116955c1caed65981798e3199211f1
-DIST xf86-video-apm-1.2.5.tar.bz2 325277 BLAKE2B 05719cb41069f6b7f09be4d4f81787213673560ff7d0570cf65d200b6ec66ae35910c6d4aa810ccb226f9337e7693cb3e719bbc4bfbd552d16b951f4d8eaf8ef SHA512 652307d5e21fcd0df890b941821f409cc0c9846133cf7e522799710d28ebf0d8ff2d8ead3235d8207169f416a6561bc14b4fedb1baaddb1bddf03007372af622
diff --git a/x11-drivers/xf86-video-apm/files/xf86-video-apm-1.2.5-remove-mibstore_h.patch b/x11-drivers/xf86-video-apm/files/xf86-video-apm-1.2.5-remove-mibstore_h.patch
deleted file mode 100644
index e48d2c42d832..000000000000
--- a/x11-drivers/xf86-video-apm/files/xf86-video-apm-1.2.5-remove-mibstore_h.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Thu, 10 Jan 2013 03:03:29 +0000
-Subject: Remove #include "mibstore.h"
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
-diff --git a/src/apm.h b/src/apm.h
-index a3c06f8..365e5e2 100644
---- a/src/apm.h
-+++ b/src/apm.h
-@@ -33,9 +33,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- /* I2C support */
- #include "xf86i2c.h"
-
---
-cgit v0.9.0.2-2-gbebe
diff --git a/x11-drivers/xf86-video-apm/metadata.xml b/x11-drivers/xf86-video-apm/metadata.xml
deleted file mode 100644
index e943b72b8a48..000000000000
--- a/x11-drivers/xf86-video-apm/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>x11@gentoo.org</email>
- <name>X11</name>
-</maintainer>
-</pkgmetadata>
diff --git a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.4.ebuild b/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.4.ebuild
deleted file mode 100644
index 8e8549b0093c..000000000000
--- a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="Alliance ProMotion video driver"
-
-KEYWORDS="amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}"
diff --git a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5-r1.ebuild b/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5-r1.ebuild
deleted file mode 100644
index bc8f9a126227..000000000000
--- a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="Alliance ProMotion video driver"
-
-KEYWORDS="amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-remove-mibstore_h.patch
-)
diff --git a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5.ebuild b/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5.ebuild
deleted file mode 100644
index 8e8549b0093c..000000000000
--- a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit xorg-2
-
-DESCRIPTION="Alliance ProMotion video driver"
-
-KEYWORDS="amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}"