diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-22 19:03:35 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-22 19:03:35 +0000 |
commit | eb55b4e0e9289f944290aab81cb63621f75d0091 (patch) | |
tree | 36576547b61c7860fc0759eea332b2876d1e6691 /sys-apps/mondo-rescue | |
parent | SRC_URI fix (diff) | |
download | gentoo-2-eb55b4e0e9289f944290aab81cb63621f75d0091.tar.gz gentoo-2-eb55b4e0e9289f944290aab81cb63621f75d0091.tar.bz2 gentoo-2-eb55b4e0e9289f944290aab81cb63621f75d0091.zip |
new version, unstable for the moment
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r-- | sys-apps/mondo-rescue/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/files/digest-mondo-rescue-1.47 | 1 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild | 47 |
3 files changed, 55 insertions, 1 deletions
diff --git a/sys-apps/mondo-rescue/ChangeLog b/sys-apps/mondo-rescue/ChangeLog index c751f2892a79..d2edf2546bdb 100644 --- a/sys-apps/mondo-rescue/ChangeLog +++ b/sys-apps/mondo-rescue/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/mondo-rescue # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.2 2002/07/31 16:30:54 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.3 2002/10/22 19:03:35 lostlogic Exp $ + +*mondo-rescue-1.47 (Oct 22 2002) + + 31 Jul 2002; Brandon Low <lostlogic@gentoo.org> mondo-rescue-1.47: + + Updated version thanks to Andreas Kotowicz <koto@mynetix.de> *mondo-rescue-1.45 (31 Jul 2002) diff --git a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.47 b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.47 new file mode 100644 index 000000000000..180bb26f7623 --- /dev/null +++ b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.47 @@ -0,0 +1 @@ +MD5 db6fb0ce765d7c4fd9b3e0b128f44fd0 mondo-1.47_20021020.tgz 1371386 diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild new file mode 100644 index 000000000000..459c12a8bed6 --- /dev/null +++ b/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild,v 1.1 2002/10/22 19:03:35 lostlogic Exp $ + +S=${WORKDIR}/${PN/-rescue/}-${PV}_20021020 +DESCRIPTION="a nice backup tool" +SRC_URI="http://www.microwerks.net/~hugo/download/daily/${PN/-rescue/}-${PV}_20021020.tgz" +HOMEPAGE="http://www.microwerks.net/~hugo/download.html" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=app-arch/afio-2.4.7 + >=sys-apps/mindi-0.67 + >=sys-apps/bzip2-1.0.1 + >=app-cdr/cdrtools-1.10 + >=sys-libs/ncurses-5.2 + >=sys-libs/slang-1.4.4 + >=dev-libs/lzo-1.07 + >=app-arch/lzop-1.00 + >=dev-libs/newt-0.50 + >=sys-apps/buffer-1.19 + >=sys-apps/syslinux-1.7" + +RDEPEND="${DEPEND}" + +src_compile() { + econf || die "configure failed" + emake || die "make failed" +} + +src_install () { + einstall || die "make install failed" +} + +pkg_postinst() { + einfo + einfo "Installation notes:" + einfo "1) /boot must be mounted before running mondo" + einfo " (/etc/fstab does not automount it by default)" + einfo "2) make a symlink \"ln -s /boot/grub/menu.lst /etc/grub.conf\"" + einfo " as mondo wants to have a /etc/grub.conf file" + einfo "3) when doing a system backup be sure to use" + einfo " \"-E /usr/portage/distfiles\" because otherwise" + einfo " all source files will be included into the backup" + einfo +} |