* [gentoo-commits] repo/gentoo:master commit in: x11-misc/Xorgautoconfig/files/, x11-misc/Xorgautoconfig/
@ 2018-04-18 19:53 Mikle Kolyada
0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2018-04-18 19:53 UTC (permalink / raw
To: gentoo-commits
commit: a279aab7596ba8c2375df624d60267fc4560cd5b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 19:52:41 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 19:53:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a279aab7
x11-misc/Xorgautoconfig: remove last rited package
Closes: https://bugs.gentoo.org/415611
x11-misc/Xorgautoconfig/Manifest | 1 -
.../Xorgautoconfig/Xorgautoconfig-0.2.4-r1.ebuild | 38 ----------------------
.../Xorgautoconfig/files/Xorgautoconfig-lz.patch | 11 -------
x11-misc/Xorgautoconfig/files/backingstore.patch | 10 ------
x11-misc/Xorgautoconfig/metadata.xml | 11 -------
5 files changed, 71 deletions(-)
diff --git a/x11-misc/Xorgautoconfig/Manifest b/x11-misc/Xorgautoconfig/Manifest
deleted file mode 100644
index 5f4ecee1a70..00000000000
--- a/x11-misc/Xorgautoconfig/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Xorgautoconfig-0.2.4.tar.bz2 33371 BLAKE2B 5c569d4ab21a60ad00977be0175682ab21f4e7938ced96278dcc5c48440082b33146be099ac937e8a3b35fa13a45d8b6cb2e299ccf2cbd7af113f160e25e9761 SHA512 7486d036770e9baa8c1387fa6a59b413124a17cab55f67ee260b32f4fc1e97efaad2f2493366cc6cb4743a9ba12d59b2a36e74a5451d7163012bc27ffc362340
diff --git a/x11-misc/Xorgautoconfig/Xorgautoconfig-0.2.4-r1.ebuild b/x11-misc/Xorgautoconfig/Xorgautoconfig-0.2.4-r1.ebuild
deleted file mode 100644
index fc82fe4f27d..00000000000
--- a/x11-misc/Xorgautoconfig/Xorgautoconfig-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Xorgautconfig generates xorg.conf files for PPC based computers"
-HOMEPAGE="https://dev.gentoo.org/~josejx/Xorgautoconfig.html"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc ppc64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/pciutils"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/backingstore.patch
- epatch "${FILESDIR}"/${PN}-lz.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "emake failed!"
-}
-
-src_install() {
- dodir /usr
- into /usr
- dosbin Xorgautoconfig
-
- newinitd Xorgautoconfig.init Xorgautoconfig
-
- dodoc ChangeLog
-}
diff --git a/x11-misc/Xorgautoconfig/files/Xorgautoconfig-lz.patch b/x11-misc/Xorgautoconfig/files/Xorgautoconfig-lz.patch
deleted file mode 100644
index c0182a75495..00000000000
--- a/x11-misc/Xorgautoconfig/files/Xorgautoconfig-lz.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.bak 2007-02-12 19:45:05.000000000 -0500
-+++ Makefile 2007-02-12 19:44:37.000000000 -0500
-@@ -3,7 +3,7 @@
- OBJS = Xorgautoconfig.o pci.o misc.o ddcprobe/minifind.o ddcprobe/common.o ddcprobe/vesamode.o ddcprobe/of.o
-
- all: $(OBJS)
-- ${CC} -s -o Xorgautoconfig $(CFLAGS) $(OBJS) -lpci
-+ ${CC} -s -o Xorgautoconfig $(CFLAGS) $(OBJS) -lpci -lz
-
- clean:
- rm -f $(OBJS) Xorgautoconfig
diff --git a/x11-misc/Xorgautoconfig/files/backingstore.patch b/x11-misc/Xorgautoconfig/files/backingstore.patch
deleted file mode 100644
index d1668d7da9f..00000000000
--- a/x11-misc/Xorgautoconfig/files/backingstore.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Xorgtext.h.bak 2006-07-06 11:48:31.000000000 -0400
-+++ Xorgtext.h 2006-07-06 11:48:36.000000000 -0400
-@@ -135,7 +135,6 @@
-
- static char *driver_radeon =
- " ### Available Driver options:\n"
--" Option \"BackingStore\" \"true\" # Increases performance\n"
- " Option \"EnablePageFlip\" \"true\" # Increases performance\n"
- " #Option \"SWcursor\" \"false\" # Use Software Cursor\n"
- " #Option \"NoAccel\" \"false\" # Disable Hardware Acceleration\n"
diff --git a/x11-misc/Xorgautoconfig/metadata.xml b/x11-misc/Xorgautoconfig/metadata.xml
deleted file mode 100644
index fb932f1acad..00000000000
--- a/x11-misc/Xorgautoconfig/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>ppc@gentoo.org</email>
-<name>Gentoo Linux PowerPC Development</name>
-</maintainer>
-<longdescription lang="en">
-An X.org auto configuration tool for PPC machines.
-</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-18 19:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-18 19:53 [gentoo-commits] repo/gentoo:master commit in: x11-misc/Xorgautoconfig/files/, x11-misc/Xorgautoconfig/ Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox