sys-boot/quik: Remove last-rited pkg

Closes: https://bugs.gentoo.org/587306
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-04-14 09:30:32 +02:00
parent af7e064a4a
commit 3ff71a920c
6 changed files with 0 additions and 105 deletions

View File

@@ -720,13 +720,6 @@ www-plugins/mozplugger
# Removal in 30 days. Bug #638500.
dev-util/igprof
# Michał Górny <mgorny@gentoo.org> (15 Mar 2019)
# The current release is from 2005, upstream is gone. Last patch
# added in 2010, since then the package is completely unmaintained.
# Very bad ebuild quality, blocking strictening of Portage behavior.
# Removal in 30 days. Bug #587306.
sys-boot/quik
# Eray Aslan <eras@gentoo.org> (01 Mar 2019)
# Mask experimental software
=mail-mta/postfix-3.5*

View File

@@ -1 +0,0 @@
DIST quik-2.1-6.ydl4.src.rpm 91961 BLAKE2B 3398e2278e7700e8da6a68fec135006959eda47663bf0403c041710b3edfd5cc7243a79f84464f0bf8ae91e025df5407e159710bd3ee693d9513f04dbf926fee SHA512 92cdea02afd5053fb51b390e79f4d2d404691be5de9ea3d9c88739fc4fa993b68a017be10ff1b5fa359f8c5493f34d0d743975f5ce99525bdaf5921b0146aa63

View File

@@ -1,33 +0,0 @@
--- util/elfextract.c.bak 2006-12-04 23:08:33.000000000 -0500
+++ util/elfextract.c 2006-12-04 23:08:45.000000000 -0500
@@ -6,7 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#define __KERNEL__
-#include <linux/elf.h>
+#include <elf.h>
FILE *fi, *fo;
char *ni, *no;
--- second/quik.h.bak 2006-12-04 23:10:08.000000000 -0500
+++ second/quik.h 2006-12-04 23:10:12.000000000 -0500
@@ -26,7 +26,7 @@
int tolower(int c);
int stricmp(const char *s1, const char *s2);
int strncmp(const char * cs,const char * ct,size_t count);
-int strlen(const char *s1);
+// int strlen(const char *s1);
char *strcpy(char * dest,const char *src);
char *strncpy(char * dest,const char *src,size_t count);
char *strchr(const char * s, int c);
--- second/misc.c.bak 2010-02-09 22:18:47.000000000 -0500
+++ second/misc.c 2010-02-09 22:18:52.000000000 -0500
@@ -11,7 +11,7 @@
*/
#include <linux/kernel.h>
-#include <asm/page.h>
+// #include <asm/page.h>
#include <sys/types.h>
#include "setjmp.h"

View File

@@ -1,11 +0,0 @@
--- include/quik_md.h.bak 2005-05-27 00:42:36.000000000 +1000
+++ include/quik_md.h 2005-05-27 00:42:43.000000000 +1000
@@ -88,8 +88,6 @@
#define BOOTDEV(dev,i) ((dev)->devs[(i)]->bootdev)
#define SPART(dev,i) ((dev)->devs[(i)]->spart)
-dev_info_t * new_dev_info (unsigned char);
-void free_dev_info (dev_info_t *);
int md_get_version (int);
mdev_info_t * md_get_info (const char *);

View File

@@ -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>ppc@gentoo.org</email>
<name>Gentoo Linux PowerPC Development</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
inherit toolchain-funcs mount-boot eutils
MY_PV=${PV%.*}-${PV#*.*.}
HOMEPAGE="http://penguinppc.org/bootloaders/quik/"
DESCRIPTION="OldWorld PowerMac Bootloader"
SRC_URI="http://www.shiner.info/files/Yellow%20Dog%20Linux%204/quik/quik-${MY_PV}.ydl4.src.rpm"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ppc"
IUSE=""
DEPEND="app-arch/rpm2targz"
RDEPEND=""
S=${WORKDIR}
src_unpack() {
cd "${WORKDIR}"
rpm2targz "${DISTDIR}/quik-${MY_PV}.ydl4.src.rpm"
tar -xzf "${WORKDIR}/quik-${MY_PV}.ydl4.src.tar.gz" || die
tar -xzf "${WORKDIR}/quik_2.1.orig.tar.gz" || die
cd "${WORKDIR}/quik-2.1"
epatch "${WORKDIR}/quik_2.1-6.diff.gz"
epatch "${FILESDIR}/md-fix.diff"
epatch "${FILESDIR}/headers.patch"
}
src_compile() {
cd "${WORKDIR}/quik-2.1"
emake || die
}
src_install() {
cd "${WORKDIR}/quik-2.1"
DESTDIR=${D} make install
prepman /usr
}