diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-03-26 22:07:10 -0500 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-03-26 22:07:10 -0500 |
commit | b605605d7ce603c9bae7f17b0a9b90979d8fc4e9 (patch) | |
tree | 1e356cfbd836c6e9ce3e3c8fff4cc34544582917 /sys-fs | |
parent | 16bdd1a8be055200ea6249f49e149312cfbf8b4a (diff) | |
download | packages-b605605d7ce603c9bae7f17b0a9b90979d8fc4e9.tar.gz packages-b605605d7ce603c9bae7f17b0a9b90979d8fc4e9.tar.bz2 packages-b605605d7ce603c9bae7f17b0a9b90979d8fc4e9.tar.xz packages-b605605d7ce603c9bae7f17b0a9b90979d8fc4e9.zip |
Remove eutils.eclass
All uses of it have been replaced with EAPI=6.
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild b/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild deleted file mode 100644 index 69fe3c3a9..000000000 --- a/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2015-2016 Adélie Linux Team -# Distributed under the terms of the NCSA License - -EAPI=5 -inherit eutils - -DESCRIPTION="Mac/PowerMac disk partitioning utility" -HOMEPAGE="ftp://ftp.mklinux.apple.com/pub/Other_Tools/" -SRC_URI=" - mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}.orig.tar.gz - mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}-${PV/*_p}.diff.gz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -S=${WORKDIR}/${P/_p*}.orig - -src_prepare() { - epatch "${WORKDIR}"/${PN}_${PV/_p*}-${PV/*_p}.diff - EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" epatch "${FILESDIR}" - epatch_user -} - -src_compile () { - emake CFLAGS="-D_GNU_SOURCE" -} - -src_install() { - into / - newsbin pdisk mac-fdisk - newsbin fdisk pmac-fdisk - - into /usr - newman mac-fdisk.8.in mac-fdisk.8 - newman pmac-fdisk.8.in pmac-fdisk.8 - dodoc README HISTORY -} |