summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-31 07:29:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-31 07:29:43 +0200
commita4ad5e2d3b2727998f7c771ca426bfd812ec649e (patch)
tree7d334aabd14f49ee4e219a2726539a996957b4c9
parentnet-wireless/gnuradio: Add missing support for PDU (protocol data units) (diff)
downloadgentoo-a4ad5e2d.tar.gz
gentoo-a4ad5e2d.tar.bz2
gentoo-a4ad5e2d.zip
sys-apps/sparc-utils: drop 1.9-r6
Closes: https://bugs.gentoo.org/867559 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-apps/sparc-utils/sparc-utils-1.9-r6.ebuild62
1 files changed, 0 insertions, 62 deletions
diff --git a/sys-apps/sparc-utils/sparc-utils-1.9-r6.ebuild b/sys-apps/sparc-utils/sparc-utils-1.9-r6.ebuild
deleted file mode 100644
index adeaa08ea36c..000000000000
--- a/sys-apps/sparc-utils/sparc-utils-1.9-r6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Various sparc utilities from Debian GNU/Linux"
-HOMEPAGE="https://packages.debian.org/sparc-utils"
-SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/s/${PN}/${PN}_${PV}-4.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* sparc"
-IUSE=""
-
-DEPEND="virtual/os-headers"
-RDEPEND=">=sys-apps/util-linux-2.13-r1"
-
-S=${WORKDIR}/${P}.orig
-
-PATCHES=(
- "${WORKDIR}/${PN}_${PV}-4.diff"
- "${FILESDIR}"/${P}-no-implicit.patch
- "${FILESDIR}"/elftoaout-2.3-64bit_fixes-1.patch
-)
-
-src_compile() {
- emake -C elftoaout-2.3 \
- CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
- emake -C src piggyback piggyback64 \
- CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
- emake -C prtconf-1.3 all \
- CC="$(tc-getCC)"
-}
-
-src_install() {
- # since the debian/piggyback64.1 manpage is a pointer to the
- # debian/piggyback.1 manpage, copy debian/piggyback.1 to
- # debian/piggyback64.1
-
- cp "${S}"/debian/piggyback.1 "${S}"/debian/piggyback64.1 || die
-
- dobin elftoaout-2.3/elftoaout
- dobin src/piggyback
- dobin src/piggyback64
- dosbin prtconf-1.3/prtconf
- dosbin prtconf-1.3/eeprom
-
- doman elftoaout-2.3/elftoaout.1
- doman prtconf-1.3/prtconf.8
- doman prtconf-1.3/eeprom.8
- doman debian/piggyback.1
- doman debian/piggyback64.1
-}
-
-pkg_postinst() {
- ewarn "In order to have /usr/sbin/eeprom, make sure you build /dev/openprom"
- ewarn "device support (CONFIG_SUN_OPENPROMIO) into the kernel, or as a"
- ewarn "module (and that the module is loaded)."
-}