sys-boot/getdvhoff: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 11:55:59 +0000 (13:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Jul 2018 11:58:41 +0000 (13:58 +0200)
Closes: https://bugs.gentoo.org/653390

profiles/package.mask
sys-boot/getdvhoff/Manifest [deleted file]
sys-boot/getdvhoff/getdvhoff-0.12-r1.ebuild [deleted file]
sys-boot/getdvhoff/metadata.xml [deleted file]

index dbd8bc90a34f0647de8c063c8086d1f1f835ecd6..acd468658035cde0a080e0ad6271ecb9187e8a80 100644 (file)
@@ -285,11 +285,6 @@ games-emulation/hatari
 # Dead lib not used by anything in the tree (#652186). Removal in a month.
 net-libs/libwhisker
 
-# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
-# Dead for ages, nothing requires it, needs klibc (that is also completely
-# unmaintained in our side) (#653390). Removal in a month.
-sys-boot/getdvhoff
-
 # Mart Raudsepp <leio@gentoo.org> (16 Jun 2018)
 # No upstream (website disappeared), no upstream plugin maintainer,
 # and pretty much a fringe format anyway.
diff --git a/sys-boot/getdvhoff/Manifest b/sys-boot/getdvhoff/Manifest
deleted file mode 100644 (file)
index 828a3fb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST sgibootcd-0.12.tar.bz2 3810 BLAKE2B 973c6e01f1e90b9009b57725e59e295e8cbdcc30595735eab1a4cd3929aa71edde66d352bb04b61670eb7ad464916d0e4b83f6fabbc8f641c150edcf96f4985c SHA512 180e4f5a185b14c0b2c8158b368a50a3a55673fa86760e2a424c9533b1bb8ec37824c715ba02fd264621e2e31906ddd310398e9f24cf19147bce3e49fc62da3e
diff --git a/sys-boot/getdvhoff/getdvhoff-0.12-r1.ebuild b/sys-boot/getdvhoff/getdvhoff-0.12-r1.ebuild
deleted file mode 100644 (file)
index 44d53d1..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Utility for use on LiveCDs to calculate offset of the ext2 partition for losetup"
-HOMEPAGE="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/"
-SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/sgibootcd-${PV}.tar.bz2"
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~mips"
-IUSE=""
-DEPEND="dev-libs/klibc"
-RESTRICT=""
-S="${WORKDIR}/sgibootcd-${PV}"
-MY_S="${S}/helpers"
-
-src_compile() {
-       cd ${MY_S}
-       local mycc="$(tc-getCC)"
-       local mysrc="getdvhoff.c"
-       local klloc="/usr/lib/klibc"
-       local klobjs="${klloc}/lib/crt0.o ${klloc}/lib/libc.a"
-       local klcflags="-march=mips3 -Os -fno-pic -mno-abicalls -I${klloc}/include -I${klloc}/include/bits32 -D__KLIBC__ -nostdlib"
-
-       [ -f "${MY_S}/getdvhoff" ] && rm -f ${MY_S}/${PN}
-       einfo "${mycc} ${klcflags} ${mysrc} ${klobjs} -o ${PN} -N"
-       ${mycc} ${klcflags} ${mysrc} ${klobjs} -o ${PN} -N
-}
-
-src_install() {
-       cd ${MY_S}
-       dodir /usr/lib/${PN}
-       cp "${MY_S}"/"${PN}" "${D}"/usr/lib/"${PN}"
-}
diff --git a/sys-boot/getdvhoff/metadata.xml b/sys-boot/getdvhoff/metadata.xml
deleted file mode 100644 (file)
index e434412..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>mips@gentoo.org</email>
-               <name>Mips Team</name>
-       </maintainer>
-
-       <longdescription>
-               getdvhoff - Utility for use on LiveCDs to calculate offset of the ext2 partition for losetup
-       </longdescription>
-</pkgmetadata>