diff options
author | John Mylchreest <johnm@gentoo.org> | 2003-06-19 08:37:19 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2003-06-19 08:37:19 +0000 |
commit | e1752069e46da874b20df312d65410b390bd1543 (patch) | |
tree | c94b00b37f671c7fa911b14e03a3764daa7a1464 /sys-apps/mondo-rescue | |
parent | Version bump (diff) | |
download | historical-e1752069e46da874b20df312d65410b390bd1543.tar.gz historical-e1752069e46da874b20df312d65410b390bd1543.tar.bz2 historical-e1752069e46da874b20df312d65410b390bd1543.zip |
Version bump
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r-- | sys-apps/mondo-rescue/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/files/digest-mondo-rescue-1.65 | 1 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild | 61 |
4 files changed, 72 insertions, 3 deletions
diff --git a/sys-apps/mondo-rescue/ChangeLog b/sys-apps/mondo-rescue/ChangeLog index 7da8095e0ae0..88319c71f0d9 100644 --- a/sys-apps/mondo-rescue/ChangeLog +++ b/sys-apps/mondo-rescue/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/mondo-rescue # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.6 2003/02/12 09:03:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.7 2003/06/19 08:37:05 johnm Exp $ + +*mondo-rescue-1.65 (19 Jun 2003) + + 19 Jun 2003; John Mylchreest <johnm@gentoo.org>; mondo-rescue-1.65.ebuild: + Version Bump *mondo-rescue-1.61 (17 Jan 2003) diff --git a/sys-apps/mondo-rescue/Manifest b/sys-apps/mondo-rescue/Manifest index a4d53ee73c92..2e80e5495409 100644 --- a/sys-apps/mondo-rescue/Manifest +++ b/sys-apps/mondo-rescue/Manifest @@ -1,5 +1,7 @@ -MD5 160ce4d7077776a17cde67b526272925 ChangeLog 1617 -MD5 40e68a846755e55cc0d30e1f89acb173 mondo-rescue-1.47.ebuild 1350 MD5 800dd728fe0331124903ef3daaca237d mondo-rescue-1.61.ebuild 1800 +MD5 05b03f92568f28aeaf4cb3ddf58c0f45 mondo-rescue-1.65.ebuild 1855 +MD5 40e68a846755e55cc0d30e1f89acb173 mondo-rescue-1.47.ebuild 1350 +MD5 3eef36a6d2ca8074ffede78c0959427e ChangeLog 1743 MD5 793981ec5119c1dce63bcabfef5cab2a files/digest-mondo-rescue-1.47 69 MD5 f1e7eb21d8a8acea7d02ff3a7183d683 files/digest-mondo-rescue-1.61 60 +MD5 206daf65b2a21dedbf2f85d88ca50d8d files/digest-mondo-rescue-1.65 60 diff --git a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.65 b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.65 new file mode 100644 index 000000000000..85a5c1dd935a --- /dev/null +++ b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.65 @@ -0,0 +1 @@ +MD5 9a1352333de2606d1298daae93082aef mondo-1.65.tgz 1852784 diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild new file mode 100644 index 000000000000..24770094233d --- /dev/null +++ b/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2003 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.65.ebuild,v 1.1 2003/06/19 08:37:05 johnm Exp $ + +DESCRIPTION="a nice backup tool" +SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.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.80 + >=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/syslinux-1.7" +S=${WORKDIR}/${PN/-rescue/}-${PV} + +src_compile() { + econf + emake || die "make failed" +} + +src_install() { + dodir /usr/share/mondo + dodir /usr/bin + + cp -f mondoarchive mondorestore mondo/mondo-makefilelist mondo/autorun mondo/restore-scripts.tgz ${D}/usr/share/mondo + + dosym /usr/share/mondo/mondoarchive /usr/bin/mondoarchive + dosym /usr/share/mondo/mondorestore /usr/bin/mondorestore + dosym /usr/share/mondo/mondo-makefilelist /usr/bin/mondo-makefilelist + + dodir /usr/share/doc/mondo-${PV} + + cp -pRdf mondo/docs/en/* ${D}/usr/share/doc/mondo-${PV} + + dodir /usr/share/man/man1 + cp -f mondoarchive.1 ${D}/usr/share/man/man1 + +} + +pkg_postinst() { + echo + 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 " PLEASE check this doesn't already exist first" + einfo "3) when doing a system backup be sure to use" + einfo " \"-E ${DISTDIR}\" because otherwise" + einfo " all source files will be included into the backup" + echo +} |