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-apps/ibm-powerpc-utils-papr
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-apps/ibm-powerpc-utils-papr')
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/Manifest2
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-remove-doc.patch14
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-removeinitandvscsis.patch23
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.6-removeinitandvscsis.patch27
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/files/ibmvscsis69
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.0.ebuild47
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.6.ebuild38
-rw-r--r--sys-apps/ibm-powerpc-utils-papr/metadata.xml8
8 files changed, 0 insertions, 228 deletions
diff --git a/sys-apps/ibm-powerpc-utils-papr/Manifest b/sys-apps/ibm-powerpc-utils-papr/Manifest
deleted file mode 100644
index bb306387d4dc..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST powerpc-utils-papr-1.1.0.tar.gz 202321 BLAKE2B f9cb5f125c5445f74157de37ddd21a3dc2d8e9ae6d63ae24f96aa1f7e232975046fb743684f5f490e49bd1e79dcb94d3ad6885ed9563105645c0f39808bfdba4 SHA512 4d222373c1bd1a9cadf74110ed0423bd099309d27b6e0f2e3c2d04adda02ad76611c3605954ca67a5a5e869d93241ef756c76b49d6207fc0a68a8eb7cf088a4a
-DIST powerpc-utils-papr-1.1.6.tar.gz 231283 BLAKE2B e3ec0bc26e3285dd4351657a832167420719cf13fb644985e64c40e2f3c31ad51672c84a7e0c415b11c5030c00a740a63e48eb62b422bc97f67d9ab7f33f52dc SHA512 e6c532276a4ed6749ee43af539a07be80777674927d2dc9eb65d95a9b57aa0b902e5fe2be65947f9fedd6e060a44657769c6f9faeae49a78cb4803d038f56377
diff --git a/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-remove-doc.patch b/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-remove-doc.patch
deleted file mode 100644
index 8a2c27f0f8e8..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-remove-doc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- powerpc-utils-papr-1.1.0.orig/Makefile 2006-03-28 16:07:24.000000000 -0600
-+++ powerpc-utils-papr-1.1.0/Makefile 2006-04-19 14:53:25.000000000 -0500
-@@ -20,11 +20,9 @@
- @$(MAKE) -C doc
-
- install: all
-- @$(call install_doc,$(FILES),$(DESTDIR))
- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;)
-
- uninstall:
-- @$(call uninstall_doc,$(FILES),$(DESTDIR))
- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;)
-
- rpm: all
diff --git a/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-removeinitandvscsis.patch b/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-removeinitandvscsis.patch
deleted file mode 100644
index a6bb9278f8a9..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.0-removeinitandvscsis.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- powerpc-utils-papr-1.1.0.orig/scripts/Makefile 2006-03-28 16:07:24.000000000 -0600
-+++ powerpc-utils-papr-1.1.0/scripts/Makefile 2006-04-19 14:53:44.000000000 -0500
-@@ -4,7 +4,7 @@
-
- include ../rules.mk
-
--SCRIPTS = update_flash hvcsadmin vscsisadmin rtas_dump
-+SCRIPTS = update_flash hvcsadmin rtas_dump
-
- RCSCRIPTS = ibmvscsis.sh
-
-@@ -12,11 +12,9 @@
-
- install: all
- @$(call install_sbin,$(SCRIPTS),$(DESTDIR))
-- @$(call install_files,$(RCSCRIPTS),755,$(DESTDIR)/etc/init.d)
-
- uninstall:
- @$(call uninstall_sbin,$(SCRIPTS),$(DESTDIR))
-- @$(call uninstall_files,$(RCSCRIPTS),$(DESTDIR)/etc/init.d)
-
- clean:
- @echo "Cleaning up $(WORK_DIR) files..."
diff --git a/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.6-removeinitandvscsis.patch b/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.6-removeinitandvscsis.patch
deleted file mode 100644
index b8a31df485b5..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/files/ibm-powerpc-utils-papr-1.1.6-removeinitandvscsis.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- powerpc-utils-papr-1.1.6/scripts/Makefile.bak 2010-03-21 15:11:49.590571690 -0400
-+++ powerpc-utils-papr-1.1.6/scripts/Makefile 2010-03-21 15:12:48.107232396 -0400
-@@ -4,7 +4,7 @@
-
- include ../rules.mk
-
--SCRIPTS = update_flash hvcsadmin vscsisadmin rtas_dump
-+SCRIPTS = update_flash hvcsadmin rtas_dump
-
- USER_SCRIPTS = amsstat
-
-@@ -18,13 +18,13 @@
- install: all
- @$(call install_sbin,$(SCRIPTS),$(DESTDIR))
- @$(call install_bin,$(USER_SCRIPTS),$(DESTDIR))
-- @$(call install_files,$(RCSCRIPTS),755,$(DESTDIR)/etc/init.d)
-+ #@$(call install_files,$(RCSCRIPTS),755,$(DESTDIR)/etc/init.d)
- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;)
-
- uninstall:
- @$(call uninstall_sbin,$(SCRIPTS),$(DESTDIR))
- @$(call uninstall_bin,$(USER_SCRIPTS),$(DESTDIR))
-- @$(call uninstall_files,$(RCSCRIPTS),$(DESTDIR)/etc/init.d)
-+ #@$(call uninstall_files,$(RCSCRIPTS),$(DESTDIR)/etc/init.d)
- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;)
-
- clean:
diff --git a/sys-apps/ibm-powerpc-utils-papr/files/ibmvscsis b/sys-apps/ibm-powerpc-utils-papr/files/ibmvscsis
deleted file mode 100644
index f993fd392930..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/files/ibmvscsis
+++ /dev/null
@@ -1,69 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-# This file is tasked with testing for the existence of the ibmvscsis driver
-# and configuring the ibmvscsi server properly as indicated by the config file
-# located at /etc/ibmvscsis.conf
-#
-
-DRIVER=ibmvscsis
-SYSFS=/sys/bus/vio/drivers/ibmvscsis
-CONFIG=/etc/ibmvscsis.conf
-
-depend() {
- need logger
- provide ibmvscsis
-}
-
-checkconfig() {
- if [ ! -e ${CONFIG} ] ; then
- eerror " ${CONFIG} does not exist."
- return 1
- fi
-}
-
-checkmodule_load() {
- # The existence of $SYSFS indicates that the module has been loaded or that
- # the driver is at least built into the kernel.
- if [ ! -e ${SYSFS} ] ; then
- ewarn " Module ${DRIVER} is not loaded, attempting to load it"
- /sbin/modprobe ${DRIVER} &> /dev/null && return 0
- eerror " Failed to load module ${DRIVER}"
- return 1
- fi
-}
-
-checkmodule() {
- # The existence of $SYSFS indicates that the module has been loaded or that
- # the driver is at least built into the kernel.
- if [ ! -e ${SYSFS} ] ; then
- eerror " Module ${DRIVER} is not loaded"
- return 1
- fi
-}
-
-start() {
- ebegin "Starting vscsiadmin"
- checkconfig || return 1
- checkmodule_load || return 1
- /usr/sbin/vscsiadmin -start &> /dev/null
- eend $? "Failed to start vscsiadmin"
-}
-
-stop() {
- ebegin "Stopping vscsiadmin"
- checkmodule || return 1
- /usr/sbin/vscsiadmin -stop &> /dev/null
- eend $? "Failed to stop vscsiadmin"
-}
-
-status() {
- checkmodule || return 1
- /usr/sbin/vscsiadmin -status
-}
-
-restart() {
- stop
- start
-}
diff --git a/sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.0.ebuild b/sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.0.ebuild
deleted file mode 100644
index 04d747ed2130..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_P="powerpc-utils-papr-${PV}"
-
-DESCRIPTION="Utilities for the maintenance of IBM PowerPC platforms"
-SRC_URI="http://powerpc-utils.ozlabs.org/releases/powerpc-utils-papr-${PV}.tar.gz"
-HOMEPAGE="http://powerpc-utils.ozlabs.org/"
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="IBM"
-KEYWORDS="ppc ppc64"
-IUSE=""
-RDEPEND=">=sys-apps/ibm-powerpc-utils-1.1.0
- sys-libs/librtas
- virtual/logger"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/ibm-powerpc-utils-papr-1.1.0-remove-doc.patch
- epatch "${FILESDIR}"/ibm-powerpc-utils-papr-1.1.0-removeinitandvscsis.patch
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Compilation failed"
- dodoc README COPYRIGHT
- #dodir /etc/init.d
- #exeinto /etc/init.d
- #newexe ${FILESDIR}/ibmvscsis ibmvscsis
-}
-
-pkg_postinst() {
- #einfo "An initscript for managing virtual scsi servers has "
- #einfo "been install into /etc/init.d/ called ibmviscsis. "
- #einfo "Before you can use this daemon, you must create a proper "
- #einfo "/etc/ibmvscsis.conf file."
- einfo "Support for the IBM Virtual SCSI server (virtual disk) "
- einfo "is not included in this version of powerpc-utils-papr. "
- einfo "When the ibmvscsis function is generally available in "
- einfo "the kernel source trees, it will be added back in."
-}
diff --git a/sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.6.ebuild b/sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.6.ebuild
deleted file mode 100644
index 19f2a4f32884..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/ibm-powerpc-utils-papr-1.1.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_P="powerpc-utils-papr-${PV}"
-
-DESCRIPTION="Utilities for the maintenance of IBM PowerPC platforms"
-SRC_URI="http://powerpc-utils.ozlabs.org/releases/powerpc-utils-papr-${PV}.tar.gz"
-HOMEPAGE="http://powerpc-utils.ozlabs.org/"
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-LICENSE="IBM"
-KEYWORDS="~ppc ~ppc64"
-IUSE=""
-RDEPEND=">=sys-apps/ibm-powerpc-utils-1.1.2
- sys-libs/librtas
- virtual/logger"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/ibm-powerpc-utils-papr-${PV}-removeinitandvscsis.patch
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Compilation failed"
-}
-
-pkg_postinst() {
- einfo "Support for the IBM Virtual SCSI server (virtual disk) "
- einfo "is not included in this version of powerpc-utils-papr. "
- einfo "When the ibmvscsis function is generally available in "
- einfo "the kernel source trees, it will be added back in."
-}
diff --git a/sys-apps/ibm-powerpc-utils-papr/metadata.xml b/sys-apps/ibm-powerpc-utils-papr/metadata.xml
deleted file mode 100644
index 5eb05198076b..000000000000
--- a/sys-apps/ibm-powerpc-utils-papr/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>ppc@gentoo.org</email>
- <name>Gentoo Linux PowerPC Development</name>
-</maintainer>
-</pkgmetadata>