summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild')
-rw-r--r--sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild b/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild
deleted file mode 100644
index fc59e1d7500c..000000000000
--- a/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hfsplusutils/hfsplusutils-1.0.4.ebuild,v 1.16 2003/06/23 01:15:18 pylon Exp $
-
-MY_P="hfsplus_${PV}"
-DESCRIPTION="HFS+ Filesystem Access Utilities (PPC Only)"
-SRC_URI="http://ftp.penguinppc.org/users/hasi/${MY_P}.src.tar.bz2"
-HOMEPAGE="http://ftp.penguinppc.org/users/hasi/"
-
-KEYWORDS="ppc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="sys-devel/autoconf
- sys-devel/automake
- sys-apps/bzip2"
-RDEPEND=""
-
-S=${WORKDIR}/hfsplus-${PV}
-
-MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man'
-
-src_compile() {
- # This does a autoconf, automake, etc.
- emake -f Makefile.cvs all || die
-
- patch -p0 < ${FILESDIR}/hfsplusutils-1.0.4-glob.patch || die "Patch failed"
-
- econf || die
- emake || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/lib
- dodir /usr/share/man
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
- newman doc/man/hfsp.man hfsp.1
-}