diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:56:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:56:50 +0000 |
commit | 8077523164576195436732aa4aa5eb3a215a3a40 (patch) | |
tree | f8c4588b5593180b80feae9e39c8c6da7e017046 /app-arch/macutil | |
parent | touch the libc (Manifest recommit) (diff) | |
download | gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.tar.gz gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.tar.bz2 gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.zip |
touch the libc
Diffstat (limited to 'app-arch/macutil')
-rw-r--r-- | app-arch/macutil/macutil-2.0_beta3.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-arch/macutil/macutil-2.0_beta3.ebuild b/app-arch/macutil/macutil-2.0_beta3.ebuild index 0622a38ee2f6..88365ec10b4f 100644 --- a/app-arch/macutil/macutil-2.0_beta3.ebuild +++ b/app-arch/macutil/macutil-2.0_beta3.ebuild @@ -1,24 +1,25 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/macutil-2.0_beta3.ebuild,v 1.3 2004/06/24 21:32:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/macutil-2.0_beta3.ebuild,v 1.4 2004/06/25 23:51:53 vapier Exp $ inherit eutils -S="${WORKDIR}/${PN}" MY_P=${P/_beta/b} DESCRIPTION="A collection of programs to handle Macintosh files/archives on non-Macintosh systems" -SRC_URI="ftp://ftp.cwi.nl/pub/dik/${MY_P/-/}.shar.Z" HOMEPAGE="http://homepages.cwi.nl/~dik/english/ftp.html" +SRC_URI="ftp://ftp.cwi.nl/pub/dik/${MY_P/-/}.shar.Z" -SLOT="0" LICENSE="as-is" -IUSE="" +SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="${DEPEND} >=sys-apps/sed-4" +S="${WORKDIR}/${PN}" + src_unpack() { unpack ${A} unshar ${MY_P/-/}.shar |