sys-fs/diskdev_cmds: drop old EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 23:35:13 +0000 (19:35 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 3 Jun 2018 02:58:09 +0000 (22:58 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-fs/diskdev_cmds/Manifest
sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild [deleted file]

index 780c6eda96b1d7ac124adf5db860f47cd8321346..d2ae70a9ad625aab9093b968ce7e92420e4b3b7d 100644 (file)
@@ -1,3 +1,2 @@
-DIST diskdev_cmds-332.14.patch.bz2 40477 BLAKE2B d628f7f8d7e4e845183d70d7455aa043cc1f1273f0a59ce75f4a61b9a44ca0b27f5db87eb4844c79425a3e06375346994727cff63b59f399f13ff4775fe8d860 SHA512 def4966fd638e5d6602ad3170347e657ff5a44d45e5075cb6d355575fad5a5c654618e658d00c98b055426d12dfac27b7ca4c1924625b58a6778f32413cb65be
 DIST diskdev_cmds-332.14.tar.gz 714035 BLAKE2B 8c66509366db8067b6b3057dc8dd8c6de5f25df86a88fec8beac78e4e14d91af5319bf61671ceea206508b6abac54231e82d527a2cc79ea467e7660e10997a7f SHA512 e1df91fb5330dc01a79de99dd8b1f389a337a19c2136994d59b7cbca9c2e1cb5f7d47101366dd01db4e23a5d3d7afab41758045bf7402d739fa22182dc922044
 DIST diskdev_cmds-332.14_p1.patch.bz2 21989 BLAKE2B f7e421c164ec242e6516a4638bc4c4706a11b03587fad0e7328a311d15f47b48b4e706f819cffa8e8539d7e4eaa8efa5f9a55a838f88586872e7fc8d67c9ac8e SHA512 aaef096aa6a3f2e09bcc8c1831172c3d68994589ade505153ade00e6f4d0c49263b63212f8616ece597b1ee218a87474bb1c3812d15f34c5bc5c51fd7b72a062
diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild
deleted file mode 100644 (file)
index 59e2b17..0000000
+++ /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
-
-DESCRIPTION="HFS and HFS+ utils ported from OSX, supplies mkfs and fsck"
-HOMEPAGE="http://opendarwin.org"
-SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-${PV}.tar.gz
-                mirror://gentoo/diskdev_cmds-${PV}.patch.bz2"
-LICENSE="APSL-2"
-SLOT="0"
-KEYWORDS="-amd64 ~ppc ~x86"
-IUSE=""
-DEPEND=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${WORKDIR}"/diskdev_cmds-${PV}.patch
-}
-
-src_compile() {
-       emake -f Makefile.lnx || die "emake failed"
-}
-
-src_install() {
-       exeinto /sbin
-       doexe fsck_hfs.tproj/fsck_hfs
-       doexe newfs_hfs.tproj/newfs_hfs
-       dosym /sbin/newfs_hfs /sbin/mkfs.hfs
-       dosym /sbin/newfs_hfs /sbin/mkfs.hfsplus
-       dosym /sbin/fsck_hfs /sbin/fsck.hfs
-       dosym /sbin/fsck_hfs /sbin/fsck.hfsplus
-       doman newfs_hfs.tproj/newfs_hfs.8
-       newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfs.8
-       newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfsplus.8
-       doman fsck_hfs.tproj/fsck_hfs.8
-       newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfs.8
-       newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfsplus.8
-}