diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-01-17 17:06:44 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-01-17 17:06:44 +0000 |
commit | c8ba912aa8b7247942454fba58202f681a8cdf3c (patch) | |
tree | e54394d61e8c504e76caf77af25f8684e7ea7df3 /sys-apps/mondo-rescue | |
parent | new version, ~ (diff) | |
download | gentoo-2-c8ba912aa8b7247942454fba58202f681a8cdf3c.tar.gz gentoo-2-c8ba912aa8b7247942454fba58202f681a8cdf3c.tar.bz2 gentoo-2-c8ba912aa8b7247942454fba58202f681a8cdf3c.zip |
clean up dir, update to latest version for unstable profile
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r-- | sys-apps/mondo-rescue/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/files/digest-mondo-rescue-1.45 | 1 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/files/digest-mondo-rescue-1.60 | 1 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/files/digest-mondo-rescue-1.61 | 1 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild | 46 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild (renamed from sys-apps/mondo-rescue/mondo-rescue-1.60.ebuild) | 2 |
6 files changed, 12 insertions, 50 deletions
diff --git a/sys-apps/mondo-rescue/ChangeLog b/sys-apps/mondo-rescue/ChangeLog index 7d16e9626ddd..84e30c4c2cf8 100644 --- a/sys-apps/mondo-rescue/ChangeLog +++ b/sys-apps/mondo-rescue/ChangeLog @@ -1,6 +1,15 @@ # 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.4 2003/01/14 09:01:46 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.5 2003/01/17 17:06:44 lostlogic Exp $ + +*mondo-rescue-1.61 (17 Jan 2003) + + 17 Jan 2003; Brandon Low <lostlogic@gentoo.org> mondo-rescue-1.61: + Bump to latest version, still instable. + + Changes: Various minor bugs were fixed. Mondo is now better at finding + and mounting the correct CD-ROM drive when verifying CD-based + archives, in the event that your PC has more than one CD-ROM drive. *mondo-rescue-1.60 (14 Jan 2003) diff --git a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.45 b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.45 deleted file mode 100644 index f7767299bacf..000000000000 --- a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.45 +++ /dev/null @@ -1 +0,0 @@ -MD5 a96e95495035f8d5cb8258f0920dd457 mondo-1.45.tgz 1294897 diff --git a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.60 b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.60 deleted file mode 100644 index f64a44acfec5..000000000000 --- a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.60 +++ /dev/null @@ -1 +0,0 @@ -MD5 804d82479683fdd5d51ae08e26a9c59b mondo-1.60.tgz 1809384 diff --git a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.61 b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.61 new file mode 100644 index 000000000000..c0da171d868d --- /dev/null +++ b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.61 @@ -0,0 +1 @@ +MD5 0cae942cc20d6cca34fd727b98333e98 mondo-1.61.tgz 1809658 diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild deleted file mode 100644 index 8f999bb6782d..000000000000 --- a/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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.45.ebuild,v 1.3 2002/12/10 01:48:09 blauwers Exp $ - -S=${WORKDIR}/${PN/-rescue/}-${PV} -DESCRIPTION="a nice backup tool" -SRC_URI="http://www.microwerks.net/~hugo/kp/${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.65 - >=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" - - -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 ${DISTDIR}\" because otherwise" - einfo " all source files will be included into the backup" - einfo -} diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.60.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild index 5c08f004ac57..b07f62f0c715 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-1.60.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild @@ -1,6 +1,6 @@ # 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.60.ebuild,v 1.1 2003/01/14 09:01:46 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild,v 1.1 2003/01/17 17:06:44 lostlogic Exp $ DESCRIPTION="a nice backup tool" SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.tgz" |