summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/mondo-rescue/mondo-rescue-2.04.ebuild')
-rw-r--r--app-backup/mondo-rescue/mondo-rescue-2.04.ebuild66
1 files changed, 0 insertions, 66 deletions
diff --git a/app-backup/mondo-rescue/mondo-rescue-2.04.ebuild b/app-backup/mondo-rescue/mondo-rescue-2.04.ebuild
deleted file mode 100644
index 6a9af89e8c43..000000000000
--- a/app-backup/mondo-rescue/mondo-rescue-2.04.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/mondo-rescue/mondo-rescue-2.04.ebuild,v 1.2 2007/01/24 04:22:44 genone Exp $
-
-inherit libtool
-
-DESCRIPTION="A program which a Linux user can utilize to create a rescue/restore CD/tape."
-HOMEPAGE="http://www.mondorescue.org/"
-SRC_URI="http://www.mondorescue.org/download/MondoCD/TGZS/${PN/-rescue/}-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~x86"
-IUSE=""
-
-DEPEND="virtual/libc
- >=sys-libs/slang-1.4.1
- >=dev-libs/newt-0.50"
-RDEPEND="app-arch/afio
- sys-block/buffer
- sys-devel/binutils
- >=app-arch/bzip2-0.9
- app-cdr/cdrtools
- >=sys-apps/mindi-1.04
- >=dev-libs/newt-0.50
- >=sys-libs/slang-1.4.1
- >=sys-boot/syslinux-1.52"
-
-S=${WORKDIR}/${PN/-rescue/}-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- chmod 750 configure
-}
-
-src_compile() {
- elibtoolize
- econf || die "Configuration failed"
- emake || die "Make failed"
-}
-
-src_install() {
- #make install DESTDIR=${D} || die "make install failed"
- einstall || die "Install failed"
- exeinto /usr/share/mondo
- doexe mondo/autorun
-}
-
-pkg_postinst() {
- elog "${P} was successfully installed."
- elog "Please read the associated docs for help."
- elog "Or visit the website @ ${HOMEPAGE}"
- elog
- 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."
- ewarn
- elog "Prior to running mondo, ensure /boot is mounted."
- ewarn "Grub users need to have a symlink like this:"
- ewarn "ln -s /boot/grub/menu.lst /etc/grub.conf"
- elog "Unless you want to have mondo backup your distfiles,"
- elog "append \"-E ${DISTDIR}\" to your mondoarchive command."
- elog
-}