diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-03-13 11:04:03 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-03-13 11:04:03 +0000 |
commit | 66e5b82bdf6c621ad2ee683f5493fae2a6f11190 (patch) | |
tree | 6db0514224bca2b3486e968a2f40e3a885889012 /sys-apps/mindi/mindi-1.11.ebuild | |
parent | re-activation of package as per bugs #106497 and #176738 (diff) | |
download | gentoo-2-66e5b82bdf6c621ad2ee683f5493fae2a6f11190.tar.gz gentoo-2-66e5b82bdf6c621ad2ee683f5493fae2a6f11190.tar.bz2 gentoo-2-66e5b82bdf6c621ad2ee683f5493fae2a6f11190.zip |
removal of package as per bugs #106497 and #176738
Diffstat (limited to 'sys-apps/mindi/mindi-1.11.ebuild')
-rw-r--r-- | sys-apps/mindi/mindi-1.11.ebuild | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/sys-apps/mindi/mindi-1.11.ebuild b/sys-apps/mindi/mindi-1.11.ebuild deleted file mode 100644 index cee057127e6a..000000000000 --- a/sys-apps/mindi/mindi-1.11.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/mindi-1.11.ebuild,v 1.2 2005/12/16 11:43:37 flameeyes Exp $ - -DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules." -HOMEPAGE="http://www.mondorescue.org/" -SRC_URI="http://www.mondorescue.org/download/MondoCD/TGZS/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 -*" -IUSE="" - -DEPEND="virtual/libc" -RDEPEND=">=app-arch/bzip2-0.9 - >=sys-apps/mindi-kernel-1.0-r1 - app-cdr/cdrtools - sys-libs/ncurses - sys-devel/binutils - sys-fs/dosfstools - sys-apps/gawk" - -src_unpack() { - unpack ${A} || die "Failed to unpack ${A}" - cd ${S}/rootfs || die - tar xzf symlinks.tgz || die "Failed to unpack symlinks.tgz" - - # This will need to change when IA64 is tested. Onviously. - rm -f bin/busybox-ia64 sbin/parted2fdisk-ia64 - mv bin/busybox-i386 bin/busybox -} - -src_install() { - dodir /usr/sbin - - dodir /usr/share/mindi - exeinto /usr/share/mindi - doexe analyze-my-lvm mindi parted2fdisk.pl - - dosym /usr/share/mindi/mindi /usr/sbin/ - dosym /usr/share/mindi/analyze-my-lvm /usr/sbin/ - dosym /usr/share/mindi/parted2fdisk.pl /usr/sbin/ - - insinto /usr/share/mindi - doins deplist.txt dev.tgz isolinux-H.cfg isolinux.cfg \ - msg-txt sys-disk.raw.gz syslinux-H.cfg syslinux.cfg - - cp -pPR Mindi/ aux-tools/ rootfs/ ${D}/usr/share/mindi/ - - dodoc CHANGES INSTALL README TODO -} - -pkg_postinst() { - einfo "${P} was successfully installed." - einfo "Please read the associated docs for help." - einfo "Or visit the website @ ${HOMEPAGE}" - echo - ewarn "This package is still in unstable." - ewarn "Please report bugs to http://bugs.gentoo.org/" - ewarn "However, please do an advanced query to search for bugs" - ewarn "before reporting. This will keep down on duplicates." - echo -} |