summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-07-31 16:30:54 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-07-31 16:30:54 +0000
commiteedba958459d4638096fb9d8f0699ff7a354c871 (patch)
tree661e3776cfeb84231fa95725eb93c4d99b337a70 /sys-apps/mondo-rescue
parentmade ChangeLog better (diff)
downloadgentoo-2-eedba958459d4638096fb9d8f0699ff7a354c871.tar.gz
gentoo-2-eedba958459d4638096fb9d8f0699ff7a354c871.tar.bz2
gentoo-2-eedba958459d4638096fb9d8f0699ff7a354c871.zip
version fix, ebuild fixes, messages, stuff
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r--sys-apps/mondo-rescue/ChangeLog9
-rw-r--r--sys-apps/mondo-rescue/files/digest-mondo-rescue-1.45 (renamed from sys-apps/mondo-rescue/files/digest-mondo-rescue-1.43)0
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.43.ebuild35
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild47
4 files changed, 55 insertions, 36 deletions
diff --git a/sys-apps/mondo-rescue/ChangeLog b/sys-apps/mondo-rescue/ChangeLog
index a701f1985408..c751f2892a79 100644
--- a/sys-apps/mondo-rescue/ChangeLog
+++ b/sys-apps/mondo-rescue/ChangeLog
@@ -1,6 +1,13 @@
# 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.1 2002/07/25 03:27:22 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.2 2002/07/31 16:30:54 lostlogic Exp $
+
+*mondo-rescue-1.45 (31 Jul 2002)
+
+ 31 Jul 2002; Brandon Low <lostlogic@gentoo.org> mondo-rescue-1.45:
+
+ Updated version (actually same package version, due to a mixup in
+ the original, but the ebuild is better now)
*mondo-rescue-1.43 (24 Jul 2002)
diff --git a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.43 b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.45
index f7767299bacf..f7767299bacf 100644
--- a/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.43
+++ b/sys-apps/mondo-rescue/files/digest-mondo-rescue-1.45
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.43.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.43.ebuild
deleted file mode 100644
index 69e55b71faef..000000000000
--- a/sys-apps/mondo-rescue/mondo-rescue-1.43.ebuild
+++ /dev/null
@@ -1,35 +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.43.ebuild,v 1.2 2002/07/25 03:28:46 lostlogic Exp $
-
-S=${WORKDIR}/mondo-1.45
-DESCRIPTION="a nice backup tool"
-SRC_URI="http://www.microwerks.net/~hugo/kp/mondo-1.45.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"
-
-RDEPEND=""
-
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr || die "configure failed"
- emake || die "make failed"
-}
-
-src_install () {
- make prefix=${D}/usr install || die "make install failed"
-}
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild
new file mode 100644
index 000000000000..00426ef53776
--- /dev/null
+++ b/sys-apps/mondo-rescue/mondo-rescue-1.45.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.45.ebuild,v 1.1 2002/07/31 16:30:54 lostlogic 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"
+
+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
+}