summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-09 15:22:41 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-09 15:29:28 -0500
commite61d694a5241a2323c3068c73ce3238c54f023a4 (patch)
tree6aed23497818537f615804be3864690893bfab3b /sys-block
parentdev-embedded/tigcc: drop last-rited pkg (diff)
downloadgentoo-e61d694a5241a2323c3068c73ce3238c54f023a4.tar.gz
gentoo-e61d694a5241a2323c3068c73ce3238c54f023a4.tar.bz2
gentoo-e61d694a5241a2323c3068c73ce3238c54f023a4.zip
sys-*/*: drop last-rited pkgs
Closes: https://bugs.gentoo.org/697210 Closes: https://bugs.gentoo.org/697212 Closes: https://bugs.gentoo.org/697198 Closes: https://bugs.gentoo.org/697158 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/nwutil/Manifest3
-rw-r--r--sys-block/nwutil/files/1.4-errno.patch11
-rw-r--r--sys-block/nwutil/files/1.4-rename-debug.patch40
-rw-r--r--sys-block/nwutil/files/nwutil-1.4-temp.patch24
-rw-r--r--sys-block/nwutil/metadata.xml8
-rw-r--r--sys-block/nwutil/nwutil-1.4.ebuild42
-rw-r--r--sys-block/nwutil/nwutil-1.8.ebuild20
7 files changed, 0 insertions, 148 deletions
diff --git a/sys-block/nwutil/Manifest b/sys-block/nwutil/Manifest
deleted file mode 100644
index 9297b2bf3162..000000000000
--- a/sys-block/nwutil/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nwutil-1.8.tar.gz 83877 BLAKE2B 1df802ac77063162be4a5c8a2005efc21e1bbeb2f20d83abc8c5b85c4e22c5b172cd70956e4e416f62574857d99f29ddc897a6a4196c65be5dddfc8ed3f7cd38 SHA512 84d9da9fea1a5e6908bf330c2c18cacaf756af71f275b21fba336ecab00dd2506d727c9be18e1ac465315c36a75b523f78b9628ba5b6076e9907642c3e1ad21b
-DIST nwutil_1.4-3.diff.gz 4795 BLAKE2B ea2bbcbb5203691a4ff443cdbd27d05f2fb069098f32bbdcb36d48becddc5ca809e98f9c9811f5b6c6ac6cf080861321aaac37139ab20e224c3ed2a0a0bd0b44 SHA512 d0366dd29435b9bbcaed12c23adfae19f78e3bd5ab79fdffb8c607f539eaba1c6a22f37ed97367395f1b0fb57ff5f72ffe563865eb3926950fb4023820e6895e
-DIST nwutil_1.4.orig.tar.gz 16587 BLAKE2B a90c84530f3ef3f7e1715744511921d26aa92d39d2476f275f2e528e302726ce7a01bc21c6791c190ab473b6c80ab843b7a64a5afbddefaa7902e299331c1f63 SHA512 8bf1642db94f61295a0664868a5802a8e60a0f785807a8ef21d310672ea65fc48164d47be463fc583850e0c02888e4ab0008bd22acc90b17a89a8576998245f0
diff --git a/sys-block/nwutil/files/1.4-errno.patch b/sys-block/nwutil/files/1.4-errno.patch
deleted file mode 100644
index a78c2128b2fa..000000000000
--- a/sys-block/nwutil/files/1.4-errno.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- debug.c.orig 2004-06-26 04:21:23.881871000 +0000
-+++ debug.c 2004-06-26 04:21:36.941871000 +0000
-@@ -52,7 +52,7 @@
- #define UNLOCK outb(0x370, 0x87); outb(0x370, 0x87);
- #define LOCK outb(0x370, 0xAA);
-
--extern int errno;
-+#include <errno.h>
-
- int tmpSuperIO;
-
diff --git a/sys-block/nwutil/files/1.4-rename-debug.patch b/sys-block/nwutil/files/1.4-rename-debug.patch
deleted file mode 100644
index a5d09a57e5ef..000000000000
--- a/sys-block/nwutil/files/1.4-rename-debug.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -ur work.orig/Makefile work/Makefile
---- work.orig/Makefile 2004-06-27 21:29:50.711871000 +0000
-+++ work/Makefile 2004-06-27 21:31:11.591871000 +0000
-@@ -2,8 +2,8 @@
-
- CC = gcc
- CFLAGS = -O2 -fsigned-char -omit-frame-pointer -Wall
--OBJS = start_wdog set_therm fan_ctrl debug
--MANPGS = start_wdog.8 set_therm.8 fan_ctrl.8 debug.8
-+OBJS = start_wdog set_therm fan_ctrl nwdebug
-+MANPGS = start_wdog.8 set_therm.8 fan_ctrl.8 nwdebug.8
- PREFIX = $(DESTDIR)/usr
-
- all: $(OBJS)
-diff -ur work.orig/debug.8 work/debug.8
---- work.orig/debug.8 2004-06-27 21:29:50.711871000 +0000
-+++ work/debug.8 2004-06-27 21:30:54.931871000 +0000
-@@ -1,8 +1,8 @@
--.TH debug 8 "November 8 1998" "CCC" "Corel NetWinder Utilities"
-+.TH nwdebug 8 "November 8 1998" "CCC" "Corel NetWinder Utilities"
- .SH NAME
--debug \- low-level hardware debugger utility
-+nwdebug \- low-level hardware debugger utility
- .SH SYNOPSIS
--.B debug
-+.B nwdebug
- .SH DESCRIPTION
- This program allows you to display and/or modify memory or I/O registers.
- It bears some resemblance to the DOS program of the same name. This is not
-@@ -22,8 +22,8 @@
- ie. what the CPU sees at one particular address will be addressed at a
- different address if a PCI device needs to do DMA.
- .SH FILES
--.I /sbin/debug
--.I /man/man8/debug.8
-+.I /sbin/nwdebug
-+.I /man/man8/nwdebug.8
- .SH DIAGNOSTICS
- The program must be run by the super-user or it will fail with a polite
- error message. This is to avoid arbitrary users from writing values into
diff --git a/sys-block/nwutil/files/nwutil-1.4-temp.patch b/sys-block/nwutil/files/nwutil-1.4-temp.patch
deleted file mode 100644
index 3a786fdfa64e..000000000000
--- a/sys-block/nwutil/files/nwutil-1.4-temp.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Newer kernels name the device 'temp' so try both.
-
---- fan_ctrl.c
-+++ fan_ctrl.c
-@@ -73,6 +73,8 @@ main (int argc, char **argv)
-
- fd = open ("/dev/temperature", O_RDWR);
- if (fd < 0)
-+ fd = open ("/dev/temp", O_RDWR);
-+ if (fd < 0)
- {
- printf ("Error %d opening /dev/temperature\n", fd);
- return EXIT_FAILURE;
---- set_therm.c
-+++ set_therm.c
-@@ -66,6 +66,8 @@ main (int argc, char **argv)
-
- fd = open ("/dev/temperature", O_RDWR);
- if (fd < 0)
-+ fd = open ("/dev/temp", O_RDWR);
-+ if (fd < 0)
- {
- printf ("Error %d opening /dev/temperature\n", fd);
- return EXIT_FAILURE;
diff --git a/sys-block/nwutil/metadata.xml b/sys-block/nwutil/metadata.xml
deleted file mode 100644
index 3101c4efc863..000000000000
--- a/sys-block/nwutil/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>arm@gentoo.org</email>
- <name>Gentoo Linux ARM Development</name>
-</maintainer>
-</pkgmetadata>
diff --git a/sys-block/nwutil/nwutil-1.4.ebuild b/sys-block/nwutil/nwutil-1.4.ebuild
deleted file mode 100644
index c89151893824..000000000000
--- a/sys-block/nwutil/nwutil-1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DEB_VER=3
-DESCRIPTION="Netwinder hardware utilities"
-HOMEPAGE="http://packages.debian.org/stable/base/nwutil"
-SRC_URI="mirror://debian/pool/main/n/nwutil/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/n/nwutil/${PN}_${PV}-${DEB_VER}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* arm"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/${PN}_${PV}-${DEB_VER}.diff
- epatch "${FILESDIR}"/${PV}-errno.patch
- epatch "${FILESDIR}"/${PV}-rename-debug.patch
- epatch "${FILESDIR}"/${P}-temp.patch
- mv {,nw}debug.c
- mv {,nw}debug.8
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake main failed"
- emake -C flashlogo || die "emake flashlogo failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install main failed"
- make DESTDIR="${D}" install -C flashlogo || die "install flashlogo failed"
-}
diff --git a/sys-block/nwutil/nwutil-1.8.ebuild b/sys-block/nwutil/nwutil-1.8.ebuild
deleted file mode 100644
index 01fde55cc24b..000000000000
--- a/sys-block/nwutil/nwutil-1.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Netwinder hardware utilities"
-HOMEPAGE="http://packages.debian.org/stable/base/nwutil"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* arm"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- make DESTDIR="${D}" install || die "install main failed"
- dodoc ChangeLog README
-}