diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-06 15:34:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-06 15:34:18 +0000 |
commit | e50ebe7bad384ea76157c05436c94f4d0e2eeaab (patch) | |
tree | d559f708b80cb13a982f6bb6af1c01b70b34ad7a /sys-apps/mindi | |
parent | Fixed the ACCESS VIOLATION regarding info and man files in doc dir (diff) | |
download | historical-e50ebe7bad384ea76157c05436c94f4d0e2eeaab.tar.gz historical-e50ebe7bad384ea76157c05436c94f4d0e2eeaab.tar.bz2 historical-e50ebe7bad384ea76157c05436c94f4d0e2eeaab.zip |
Removed RDEPEND="${DEPEND}"
Diffstat (limited to 'sys-apps/mindi')
-rw-r--r-- | sys-apps/mindi/mindi-0.67.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sys-apps/mindi/mindi-0.67.ebuild b/sys-apps/mindi/mindi-0.67.ebuild index 66828a96bf0a..043f10cfef3c 100644 --- a/sys-apps/mindi/mindi-0.67.ebuild +++ b/sys-apps/mindi/mindi-0.67.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/mindi-0.67.ebuild,v 1.2 2002/11/03 18:34:55 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/mindi-0.67.ebuild,v 1.3 2002/11/06 15:30:59 vapier Exp $ -S=${WORKDIR}/${P}_20021020 DESCRIPTION="Mindi builds boot/root disk images using your existing kernel, modules, tools and libraries" HOMEPAGE="http://www.microwerks.net/~hugo/mindi/" SRC_URI="http://www.microwerks.net/~hugo/download/daily/${P}_20021020.tgz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" @@ -17,14 +17,7 @@ DEPEND=">=sys-apps/bzip2-1.0.1 >=sys-apps/syslinux-1.7 >=sys-apps/lilo-22 >=app-admin/dosfstools-2.8" - -RDEPEND="${DEPEND}" - -src_unpack() { - - unpack ${A} - cd ${S} -} +S=${WORKDIR}/${P}_20021020 src_install() { dodir /usr/share/mindi |