summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-10-22 18:59:44 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-10-22 18:59:44 +0000
commit6233c8d432a7a0651d61d46a09461d2d7470d68a (patch)
tree35d239a4716bf042907b3093e48d530c56fb8627 /sys-apps/mindi
parentforgot bug # (diff)
downloadhistorical-6233c8d432a7a0651d61d46a09461d2d7470d68a.tar.gz
historical-6233c8d432a7a0651d61d46a09461d2d7470d68a.tar.bz2
historical-6233c8d432a7a0651d61d46a09461d2d7470d68a.zip
new version, unstalbe
Diffstat (limited to 'sys-apps/mindi')
-rw-r--r--sys-apps/mindi/ChangeLog8
-rw-r--r--sys-apps/mindi/files/digest-mindi-0.671
-rw-r--r--sys-apps/mindi/mindi-0.67.ebuild35
3 files changed, 43 insertions, 1 deletions
diff --git a/sys-apps/mindi/ChangeLog b/sys-apps/mindi/ChangeLog
index d87bd469193c..d1c060edc756 100644
--- a/sys-apps/mindi/ChangeLog
+++ b/sys-apps/mindi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/mindi
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/ChangeLog,v 1.1 2002/07/23 22:09:52 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/ChangeLog,v 1.2 2002/10/22 18:59:44 lostlogic Exp $
+
+*mindi-0.67 (22 Oct 2002)
+
+ 23 Jul 2002; Brandon Low <lostlogic@gentoo.org> mindi-0.67.ebuild:
+
+ Thanks to Andreas Kotowicz <koto@mynetix.de> for this update.
*mindi-0.65 (23 Jul 2002)
diff --git a/sys-apps/mindi/files/digest-mindi-0.67 b/sys-apps/mindi/files/digest-mindi-0.67
new file mode 100644
index 000000000000..9b7a2da1ad39
--- /dev/null
+++ b/sys-apps/mindi/files/digest-mindi-0.67
@@ -0,0 +1 @@
+MD5 c5891107f820ac0e5cfc0a71d0d98843 mindi-0.67_20021020.tgz 3596305
diff --git a/sys-apps/mindi/mindi-0.67.ebuild b/sys-apps/mindi/mindi-0.67.ebuild
new file mode 100644
index 000000000000..480ba828fe61
--- /dev/null
+++ b/sys-apps/mindi/mindi-0.67.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/mindi-0.67.ebuild,v 1.1 2002/10/22 18:59:44 lostlogic Exp $
+
+S=${WORKDIR}/${P}_20021020
+DESCRIPTION="Mindi builds boot/root disk images using your existing kernel, modules, tools and libraries"
+HOMEPAGE="http://www.microwerks.net/~hugo/mindi/"
+SRC_URI="http://www.microwerks.net/~hugo/download/daily/${P}_20021020.tgz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=sys-apps/bzip2-1.0.1
+ >=app-cdr/cdrtools-1.11
+ >=sys-libs/ncurses-5
+ >=sys-devel/binutils-2
+ >=sys-apps/syslinux-1.7
+ >=sys-apps/lilo-22
+ >=app-admin/dosfstools-2.8"
+
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}
+}
+
+src_install() {
+ dodir /usr/share/mindi
+ dodir /usr/sbin
+ cp * --parents -rdf ${D}/usr/share/mindi/
+ dosym /usr/share/mindi/mindi /usr/sbin/
+ dosym /usr/share/mindi/analyze-my-lvm /usr/sbin
+}